@@ -4,9 +4,9 @@ description: Learn how to connect to Azure Government to use Azure NetApp Files
4
4
services : azure-netapp-files
5
5
author : b-hchen
6
6
ms.service : azure-netapp-files
7
- ms.custom : devx-track-azurecli, has -azure-ad-ps-ref
7
+ ms.custom : devx-track-azurecli, no -azure-ad-ps-ref
8
8
ms.topic : conceptual
9
- ms.date : 07/17/2024
9
+ ms.date : 02/13/2025
10
10
ms.author : anfdocs
11
11
---
12
12
@@ -70,10 +70,11 @@ When you connect to Azure Government through PowerShell, you must specify an env
70
70
71
71
| Connection type | Command |
72
72
| --- | --- |
73
- | [ Azure] ( /powershell/module/az.accounts/Connect-AzAccount ) commands | ` Connect-AzAccount -EnvironmentName AzureUSGovernment ` |
74
- | [ Microsoft Entra ID] ( /powershell/module/azuread/connect-azuread ) commands | ` Connect-AzureAD -AzureEnvironmentName AzureUSGovernment ` |
75
- | [ Azure (Classic deployment model)] ( /powershell/module/servicemanagement/azure/add-azureaccount ) commands | ` Add-AzureAccount -Environment AzureUSGovernment ` |
76
- | [ Microsoft Entra ID (Classic deployment model)] ( /previous-versions/azure/jj151815(v=azure.100) ) commands | ` Connect-MsolService -AzureEnvironment UsGovernment ` |
73
+ | [ Azure] ( /powershell/module/az.accounts/Connect-AzAccount ) commands | ` Connect-AzAccount -EnvironmentName AzureUSGovernment ` |
74
+ | [ Microsoft Graph PowerShell] ( /powershell/microsoftgraph/authentication-commands ) | ` Connect-MgGraph -Environment USGov ` |
75
+ | [ Microsoft Entra PowerShell] ( /powershell/module/microsoft.entra/connect-entra ) | ` Connect-Entra -Environment USGov ` |
76
+ | [ Azure (Classic deployment model)] ( /powershell/module/servicemanagement/azure/add-azureaccount ) commands | ` Add-AzureAccount -Environment AzureUSGovernment ` |
77
+ | [ Microsoft Entra ID (Classic deployment model)] ( /previous-versions/azure/jj151815(v=azure.100) ) commands | ` Connect-MsolService -AzureEnvironment UsGovernment ` |
77
78
78
79
For more information, see [ Connect to Azure Government with PowerShell] ( ../azure-government/documentation-government-get-started-connect-with-ps.md ) .
79
80
@@ -83,4 +84,4 @@ For more information, see [Connect to Azure Government with PowerShell](../azure
83
84
* [ What's new in Azure NetApp Files] ( whats-new.md )
84
85
* [ Compare Azure Government and global Azure] ( ../azure-government/compare-azure-government-global-azure.md )
85
86
* [ Azure NetApp Files REST API] ( azure-netapp-files-develop-with-rest-api.md )
86
- * [ Azure NetApp Files REST API using PowerShell] ( develop-rest-api-powershell.md )
87
+ * [ Azure NetApp Files REST API using PowerShell] ( develop-rest-api-powershell.md )
0 commit comments