Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Solve inconsistent subscriptions shown after Add-AzureAccount.
July 24, 2015
Q. I'm running Add-AzureAccount but see different subscriptions showing depending on which computer I run the command on, how can I fix this?
A. This is caused by cached profile issues. To solve the problem simply run the following command:
Clear-AzureProfile
You May Also Like