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.
Use the US Government Azure cloud with Azure CLI 2
June 24, 2017
Q. I'm using the Azure CLI v2 with Azure but need to authenticate to the US Government cloud. How do I do this?
A. To utilize the Government cloud use:
az cloud set --name AzureUSGovernment
Then continue to logon as normal, e.g. az login
Read more about:
GovernmentYou May Also Like