How to authenticate REST APIs for Azure Resource Manager
How to authenticate REST APIs for Azure Resource Manager In this post we will try to understand how to get authenticated for Azure Resource Manager Rest APIs. As we understand that all of the tasks that we do on resources using the Azure Resource Manager (ARM) must be authenticated with Azure Active Directory. Following are the steps one need to follow in order to authenticate against Azure Active Directory: Add an application to Azure Active Directory tenant Set permission for the application that we added Get token for authenticating requests to Azure Resource Manager