
Announcements
Hi , I have the requirement of triggering a flow when a deployment gets completed in a release. I don't see a connector for release . What options do I have ?
Hi @Lis,
You could use a ServiceHook in your Azure DevOps project for this. With that ServiceHook you could POST to an URL of a when an HTTP request is received trigger action when a build is completed.
https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops
Below is an example of that:
1. The settings in my Azure DevOps project. The web hook uses the POST url of the trigger action of the flow.
2. A Power Automate flow with the When a HTTP request is received action.
For more details I would suggest the write-up of this same approach by Jon:
https://www.jondoesflow.com/post/service-hooks-for-azure-devops-http-request-in-power-automate