Member-only story

Manage/Trigger Azure DevOps Pipelines with Postman

Our Cloud School
8 min readJul 18, 2022

End to end automation from Postman

Photo by Austin Distel on Unsplash

Recently I have configured terraform pipelines for the Infrastructure deployment automation in Azure using azure Devops pipelines, these pipelines I wanted to test through my automation test using REST api’s, most likely from postman, In this blog I will be sharing the automation approach I have used to manage my Terraform deployment pipelines from postman using azure DevOps REST API’s.

Azure DevOps REST API’s

for this automation I have used Azure DevOps REST API’s, we know that Microsoft publish rich set of API’s for all its products and services and its open for all of us to use, same is true for Azure DevOps REST API’s, we have all the azure DevOps capabilities published by Microsoft in for Azure DevOps REST API’s, the documentation for the same is given here.

These azure Devops API can be access by basic authentication using the azure DevOps PAT token, this means that we need to have PAT token generated to consume these API’s.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Our Cloud School
Our Cloud School

Written by Our Cloud School

Rakesh Suryawanshi — Azure Solutions Architect, DevOps with Terraform

Responses (1)

Write a response

Why are you using PAT though? How one automates a WF with a PAT ? It's for PoC only.