Automate Registering an Event Grid Subscription for Logic Apps
This is a cross post from my article in the Integration Playbook - https://www.integration-playbook.io/v1/docs/automate-registering-an-event-grid-subscription-for-logic-apps If I am building a Logic App and want to subscribe for message from an event grid and have the messages forwarded to my Logic App then I can implement a Logic App with an HTTP request trigger and have a subscription setup to forward the events on event grid to the HTTP endpoint by using the push model and webhook endpoint on the subscription. In this scenario when I am developing and building Azure DevOps pipelines I will want to be able to automate the [...]