Skip to content

Commit ea0a400

Browse files
committed
Add API endpoints for Data Explorer
1 parent 61e02ca commit ea0a400

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-government/compare-azure-government-global-azure.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevevi
77
ms.author: stevevi
88
ms.custom: references_regions
99
recommendations: false
10-
ms.date: 03/22/2022
10+
ms.date: 04/29/2022
1111
---
1212

1313
# Compare Azure Government and global Azure
@@ -35,10 +35,10 @@ You can use AzureCLI or PowerShell to obtain Azure Government endpoints for serv
3535

3636
should get you different endpoints for Azure Government.
3737

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,
3939

4040
```powershell
41-
Get-AzureEnvironment -Name AzureUSGovernment
41+
Get-AzEnvironment -Name AzureUSGovernment
4242
```
4343

4444
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
8888
|||portal.loganalytics.io|portal.loganalytics.us||
8989
|||api.loganalytics.io|api.loganalytics.us||
9090
|||docs.loganalytics.io|docs.loganalytics.us||
91+
|||adx.monitor.azure.com|adx.monitor.azure.us|[Data Explorer queries](/azure/data-explorer/query-monitor-data)|
9192
||Azure Resource Manager|management.azure.com|management.usgovcloudapi.net||
9293
||Gallery URL|gallery.azure.com|gallery.azure.us||
9394
||Microsoft Azure portal|portal.azure.com|portal.azure.us||

0 commit comments

Comments
 (0)