Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.95k stars 16.08k forks source link

API connection to Office365 #7815

Open djpirra opened 4 years ago

djpirra commented 4 years ago

Is it possible to create a template for deploying an Office 365 connection to use within Logic Apps?

MCKLMT commented 4 years ago

Yes, it should be possible to deploy a Logic App from an ARM template. You can check the documentation to understand how to author your script: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview However, after deployment, you will have to give access to your tenant from the Logic App user interface to the Office 365 connector.