You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-government/compare-azure-government-global-azure.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: stevevi
7
7
ms.author: stevevi
8
8
ms.custom: references_regions
9
9
recommendations: false
10
-
ms.date: 03/22/2022
10
+
ms.date: 04/29/2022
11
11
---
12
12
13
13
# Compare Azure Government and global Azure
@@ -35,10 +35,10 @@ You can use AzureCLI or PowerShell to obtain Azure Government endpoints for serv
35
35
36
36
should get you different endpoints for Azure Government.
37
37
38
-
- Use a **PowerShell** cmdlet such as [Get-AzureEnvironment](/powershell/module/servicemanagement/azure.service/get-azureenvironment) to get endpoints and metadata for an instance of Azure service. For example,
38
+
- Use a **PowerShell** cmdlet such as [Get-AzEnvironment](/powershell/module/az.accounts/get-azenvironment) to get endpoints and metadata for an instance of Azure service. For example,
39
39
40
40
```powershell
41
-
Get-AzureEnvironment -Name AzureUSGovernment
41
+
Get-AzEnvironment -Name AzureUSGovernment
42
42
```
43
43
44
44
should get you properties for Azure Government. This cmdlet gets environments from your subscription data file.
@@ -88,6 +88,7 @@ Table below lists API endpoints in Azure vs. Azure Government for accessing and
0 commit comments