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"
- Now try to log in the Azure portal (https://manage.windowsazure.com).
- If this didn’t work go to https://support.microsoft.com/en-us and submit a ticket.