Azure Logon Subscription Menu

Don’t you hate it when you want to logon to Azure and you need to select a subscription every time? Firstly, you need to logon using: “Connect-AzAccount”. After that, you need to select your subscription but you obviously don’t know your subscription id. You run: “Get-AzSubscription”, copy the subscription id and run: “Set-AzContext”. I have … Read more