0
Azure Subscription change, check in CLI and powershell
Change Current Subscription.1234567$subName = ""# powershell Set-AzureRmContext -Subscription $subName# azure CLIaz account set -s $subName Show Current Subscription.12345# azure CLIaz acco