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

KeyValueDescription
name (required)stringThe name of the plan (see how to name)
definition (required)objectThe raw definition exported from the Azure Portal, typing is not supported inside of this object
statestringThe state of the Logic App
connectionsarray of Api ConnectionThe state of the Logic App
locationstringResource Location (defaults to the resource group location)
externalboolA reference to an existing App Service Plan (defaults to false)
resource_group_namestringThe name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment)
tagsobjectAdditional tags for the resource (defaults to no additional tags)

Api Connection

KeyTypeDescription
@api_connection_name (required)stringA reference to an API connection resource