Azure Subscription change, check in CLI and powershell 2020-12-10 2023-06-27 Azure, Cloud, Powershell, Subscription Change Current Subscription.1234567$subName = ""# powershell Set-AzureRmContext -Subscription $subName# azure CLIaz account set -s $subName Show Current Subscription.12345# azure CLIaz account show# powershellGet-AzureRmContext List Available Subscription.12345# azure CLIaz account list# powershellGet-AzureRmContext -ListAvailable Related Posts