Devops trigger in Logic App
Hi All!
Typically we do CI/CD to provision a resource and/or whenever code commit, pull request etc., to update a resource or an application occurs on the same resource.
We may get a scenario that when pipeline gets completed, I want to trigger/hook some other action which should be discrete (i.e. that action should not be part of my pipeline.)
When this kind of requirement comes, we think that either Logic App or azure function app will be suitable.
One who is willing to code prefers fuction app and one who likes built-in connector and less coding prefer Logic App.
In the below example, I'm configuring logic app trigger as whenever my azure devops build pipeline completes, aazure function should invoke. you can do as per your requirement. Cheers!
Comments
Post a Comment