Microsoft Azure is Multiple Cloud
how?
how?
It consists of four different Microsoft Azure Cloud- Public, US Gov, China and Germany
To get a listing of all the different clouds under the Microsoft Azure umbrella, you can run the following Azure CLI command:
az cloud list --output table
The command will output the names Microsoft gives to all of the Microsoft Azure clouds.
IsActive Name Profile
---------- ----------------- ---------
True AzureCloud latest
False AzureChinaCloud latest
False AzureUSGovernment latest
False AzureGermanCloud latest
---------- ----------------- ---------
True AzureCloud latest
False AzureChinaCloud latest
False AzureUSGovernment latest
False AzureGermanCloud latest
- Public Azure Cloud - We all aware about this - 60+ Regions as of today.
- Azure US government Cloud - Consists of 8 Azure Regions
- Azure German Cloud - The Azure German Cloud is a sovereign cloud that consists of 2 Azure Regions that are located in German
- Azure China Cloud - The China Azure Cloud is a sovereign cloud that consists of 4 Azure Regions that are located in China
No comments:
Post a Comment