Logic App
Overview
This example defines an API Connection.
{
"app_service_plan": {
"name": "la-example-{env}",
"definition": {},
"state": "Enabled",
"connections": [
{
"@api_connection_name": "apic-example-{env}"
}
],
"location": "northeurope",
"external": false,
"resource_group_name": "my-rg-name",
"tags": { "example": "S0" }
}
}
API Connection Reference
| Key | Value | Description |
|---|
name (required) | string | The name of the plan (see how to name) |
definition (required) | object | The raw definition exported from the Azure Portal, typing is not supported inside of this object |
state | string | The state of the Logic App |
connections | array of Api Connection | The state of the Logic App |
location | string | Resource Location (defaults to the resource group location) |
external | bool | A reference to an existing App Service Plan (defaults to false) |
resource_group_name | string | The name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment) |
tags | object | Additional tags for the resource (defaults to no additional tags) |
Api Connection
| Key | Type | Description |
|---|
@api_connection_name (required) | string | A reference to an API connection resource |