microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

adds header Authorization = Bearer {{bearerToken}} #102

Closed kaseyshah closed 4 years ago

kaseyshah commented 4 years ago

Before issuing GET request for the resource group you need to add a header for Authorization to use {{bearerToken}} value set in the test section above. You may already have it set but this article does not call for it and without setting that value it isn't working. You may want to take another screenshot and add it.

mbcrump commented 4 years ago

thanks @kaseyshah !!