How to deploy Logic App with o365 Connector within ARM template
问题 Im trying to deploy an ARM template with a logic app and an (unauthenticated) o365 connection. This is my template: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { "type": "string", "defaultValue": "[resourceGroup().location]", "metadata": { "description": "Location for all resources." } } }, "variables": { "LogicAppName": "MyLogicApp" }, "resources": [ { "type": "Microsoft.Logic