profile for Hannel on Stack Exchange, a network of free, community-driven Q&A sites
Project Work Hours
Sat & Sun 6am - 9am
Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Archives

Postman Configuration for Azure

Postman is a cross platform API development tool, used widely to make Rest API call to perform CRUD operations.  Rest API is the primary means of communicating in Azure and Postman gives an intuitive user interface to send Rest API requests, save responses from request, add tests, and create workflows.  This article contains steps/information that can be used to connect Postman to an Azure environment so the environment can be managed using Azure Rest API from Postman.

Postman

Steps:

  • Install Postman application, here
  • Get information from Azure Environment
    • Tenant ID from Azure Active Directory
    • Create or get application ID from an application within the tenant that has rights to subscription you plan to manage
    • Create an application key/secret
    • Subscription ID
  • From Postman, import Azure – Management Collection template
    Import Collection
  • From Postman, import Azure Environment template
  • Update PostmanAzure Environment with information from Azure Environment
    Update Environment details

Result

Result 1

Result 2

 

Video of Setup

 

Linked to code for module in GitHub

https://github.com/hhazeley/Azure-Postman

Azure Series

http://hazelnest.com/blog/blog/tag/azure

 

 

One Response to Azure – Postman Configuration