PowerShell – How to qukckly access the Azure Management Portal

Whenever I worked with Azure, first thing i usualy did was fire a web search to get the url for the Azure Management portal. I know I could bookmark it……..it’s just that I already have way too many bookmarks. But today I discovered a nice cmdlet in PowerShell called Show-AzurePortal which gets you automatically to the right place.

Show-AzurePortal

2013-12-10_00h38_30

Note: You must install the Azure PowerShell cmdlets. http://msdn.microsoft.com/en-us/library/windowsazure/jj156055.aspx

Leave a Reply