Postman Pre-request Script for Azure REST API
When you are using Postman and you are working with Azure, there is a lack of functionality in built-in Authorization options. You can pick an oAuth »
When you are using Postman and you are working with Azure, there is a lack of functionality in built-in Authorization options. You can pick an oAuth »
During the custom Linux build agent deployment for Visual Studio Team Services (Ubuntu Server 18.04-LTS) I noticed that there is an issue with something I »
Direct API Calls to Azure Resource Manager REST API is useful mostly in two scenarios - when integrating ARM functions in some application and when Portal, »
More than year ago I described here how to perform non-interactive login to Azure CLI - the "old", xplat one. Just for future linking purposes I »
Managed Service Identity (MSI) is giving Azure services an automatically managed identity in Azure Active Directory. We can use this identity to authenticate to any service »