Saving Azure Credentials
When using Powershell
Rinse / Repeat
When working with Azure Powershell you have to authenticate your cmdlet calls in order to actually get any work done.
This is pretty simple with Add-AzureRmAccount but having to do that for every script run gets tiresome fairly quick. To solve that you can save your credentials to a json file for a period of . . .
Posted in: azurepowershell
October 13, 2016