Wednesday, February 17, 2016

Azure - NO Subscription Found


 

 If you receive following  in a working azure account error  '' No subscription found ''



  •  First try in Private Browsing mode.
  •  If that didn’t work out go Windows PowerShell and type following command
 # Get-AzureAccount | %{Remove-AzureAccount -Name $_.Id} Clear-AzureProfile nd.

"this will clear the all the azure accounts you have logged form your machine"