How to connect a PowerShell client to the German Cloud

This article has been moved to its new location here: https://benperk.github.io/msdn/2017/2017-02-how-to-connect-a-powershell-client-to-the-german-cloud.html

As you many know there is a new sovereign instance of Azure in Germany the the German Cloud.  #GermanCloud

There are some differences between then, for example you need a new subscription, the one for the public cloud does not transfer over, find out about that here.  Also, there is a different address for the Azure Germany German Cloud management portal, here it is.

However, this article is about connecting a PowerShell client to the German Cloud.  I wrote numerous other Azure related PowerShell articles, like the below:

To connect your PowerShell client to the #GermanCloud #AzureGermanCloud #AzureSovereignCloud execute the following:

 Login-AzureRmAccount -EnvironmentName AzureGermanCloud
Set-AzureRmContext -SubscriptionId "########-####-####-####-############"

After entering the Login-AzureRmAccount command which include the –EvironmentName of AzureGermanCloud you are prompted to enter your credentials.  Enter the credentials and, just in case you have multiple subscriptions in the German Cloud run the Set-AzureRmContext to the desired Subscription.  You should see something similar to that shown in Figure 1.

image

Figure 1, how to connect PowerShell to German Cloud