Authenticate to the Azure Service Management API

So, back in the day we used x509 Certificates to authenticate to Azure’s API. A year or so ago, Azure Active Directory became the defacto method of authentication. MSDN talks about it in the article: Authenticating Azure Resource Manager requests. From the article: “All of the tasks that you do on resources using the Azure […]