Getting Started with Azure DevOps & Power Automate Integration
How cool would it be to call your Azure DevOps Pipelines from Power Automate?
Power Automate has a large # of triggers so the possibilities are endless.
This article gives a high level overview for calling Azure DevOps pipelines with Power Automate. Let's get started.
Log into your Azure DevOps account.

Click on Organization Settings on the bottom left

On the left Menu click on Security > Policies and enable the "Third-party application access via Oauth"

Now you can create a Flow in Power Automate to call Azure DevOps Pipelines
Log into Power Automate and create a new flow Automated cloud flow

Give your Flow a descriptive name and choose"Manually trigger a flow" for testing.


Click Next Step

Search for Azure DevOps

choose Azure DevOps from the list of results
For the purpose of this documentation I'll choose the "Query a New Build" action.

Your action parameters should load when you click on the drop down.

Save and test your flow

As a result, your Azure DevOps Pipeline should have executed.
For my example, My pipeline is simply running a PowerShell command ( Get-Date ) on a on-prem Azure DevOps Agent.
