File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ For detail descriptions and examples of the cmdlets, type
59
59
* [ Azure Stack] ( https://azure.microsoft.com/en-us/overview/azure-stack/ )
60
60
* [ Windows Azure Pack] ( https://www.microsoft.com/en-us/server-cloud/windows-azure-pack.aspx )
61
61
* [ Microsoft Azure China] ( https://www.azure.cn/ )
62
- * [ USGovernment ] ( https://azure.microsoft.com/en-us/features/gov/ )
62
+ * [ Microsoft Azure US Government ] ( https://azure.microsoft.com/en-us/features/gov/ )
63
63
64
64
## Installation
65
65
@@ -123,6 +123,15 @@ Add-AzureRmAccount -EnvironmentName AzureChinaCloud
123
123
New-AzureRmResourceGroup -Name myresourceGroup -Location "China East"
124
124
```
125
125
126
+ ### Microsoft Azure US Government
127
+
128
+ ``` powershell
129
+ Add-AzureRmAccount -EnvironmentName AzureUSGovernment
130
+
131
+ # use the cmdlets to manage your services/applications
132
+ New-AzureRmResourceGroup -Name myresourceGroup -Location "US Gov Virginia"
133
+ ```
134
+
126
135
### Windows Azure Pack
127
136
128
137
``` powershell
You can’t perform that action at this time.
0 commit comments