Logic App Office 365 Connector ARM Template Deployment
I currently deploy a Logic App and associated Office365 and Blob Storage connectors using ARM templates via Azure Devops. All these resources get deployed correctly, The only caveat is that the Office365 connector requires a manual "Authentication" step after deployment which we are fine with.
I've attached the template as "Template.txt" which is a JSON file.
15066-template.txt
When i view the connector in the Azure Portal, i require to authenticate which returns a success and displays as connected. The Logic app will still not receive any events from Office365.
What i then have to do is change the "Connected to" on the trigger in the logic app to a new connector, save the Logic App and then change it back and save and then it works.
1) Am i doing something wrong with the ARM template deployment?
2) Is this a bug with the Office365 Template connector?