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-netapp-files/azure-government.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Azure NetApp Files for Azure Government | Microsoft Docs
3
-
description: Describes how to connect to Azure Government to use Azure NetApp Files and the Azure NetApp Files feature availability in Azure Government.
3
+
description: Learn how to connect to Azure Government to use Azure NetApp Files and the Azure NetApp Files feature availability in Azure Government.
4
4
services: azure-netapp-files
5
5
documentationcenter: ''
6
6
author: b-hchen
@@ -17,17 +17,17 @@ ms.date: 11/02/2023
17
17
ms.author: anfdocs
18
18
---
19
19
20
-
# Azure NetApp Files for Azure Government
20
+
# Azure NetApp Files for Azure Government
21
21
22
-
[Microsoft Azure Government](../azure-government/documentation-government-welcome.md) delivers a dedicated cloud enabling government agencies and their partners to transform mission-critical workloads to the cloud.
22
+
[Microsoft Azure Government](../azure-government/documentation-government-welcome.md) delivers a dedicated cloud that enables government agencies and their partners to transform mission-critical workloads to the cloud.
23
23
24
-
This article describes Azure NetApp Files feature availability in Azure Government. It also shows you how to access the Azure NetApp Files service within Azure Government.
24
+
This article describes Azure NetApp Files feature availability in Azure Government. It also shows you how to access Azure NetApp Files within Azure Government.
25
25
26
26
## Feature availability
27
27
28
-
For Azure Government regions supported by Azure NetApp Files, see the *[Products Available by Region page](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp®ions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-texas,usgov-virginia&rar=true)*.
28
+
For Azure Government regions supported by Azure NetApp Files, see [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp®ions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-texas,usgov-virginia&rar=true).
29
29
30
-
All [Azure NetApp Files features](whats-new.md) available on Azure public cloud are also available on supported Azure Government regions***except for the features listed in the following table***:
30
+
All [Azure NetApp Files features](whats-new.md) available on Azure public cloud are also available on supported Azure Government regions, *except for the features listed in the following table*:
31
31
32
32
| Azure NetApp Files features | Azure public cloud availability | Azure Government availability |
33
33
|:--- |:--- |:--- |
@@ -38,43 +38,43 @@ All [Azure NetApp Files features](whats-new.md) available on Azure public cloud
38
38
39
39
## Portal access
40
40
41
-
Azure Government users can access Azure NetApp Files by pointing their browsers to **portal.azure.us**. The portal site name is **Microsoft Azure Government**. See [Connect to Azure Government using portal](../azure-government/documentation-government-get-started-connect-with-portal.md) for details.
41
+
Azure Government users can access Azure NetApp Files by pointing their browsers to **portal.azure.us**. The portal site name is **Microsoft Azure Government**. For more information, see [Connect to Azure Government using portal](../azure-government/documentation-government-get-started-connect-with-portal.md).
42
42
43
-

43
+

44
44
45
-
From the Microsoft Azure Government portal, you can access Azure NetApp Files the same way you would in the Azure portal. For example, you can enter **Azure NetApp Files** in the portal’s Search Resources box, and then select **Azure NetApp Files** from the list that appears.
45
+
From the Azure Government portal, you can access Azure NetApp Files the same way you would in the Azure portal. For example, you can enter **Azure NetApp Files** in the portal's **Search resources** box, and then select **Azure NetApp Files** from the list that appears.
46
46
47
47
You can follow [Azure NetApp Files](./index.yml) documentation for details about using the service.
48
48
49
49
## Azure CLI access
50
50
51
-
You can connect to Azure Government by setting the cloud name to `AzureUSGovernment` and then proceeding to sign in as you normally would with the `az login` command. After you run the sign-in command, a browser will launch where you enter the appropriate Azure Government credentials.
51
+
You can connect to Azure Government by setting the cloud name to `AzureUSGovernment` and then proceeding to sign in as you normally would with the `az login` command. After you run the sign-in command, a browser launches, where you enter the appropriate Azure Government credentials.
52
52
53
53
```azurecli
54
54
55
55
az cloud set --name AzureUSGovernment
56
56
57
57
```
58
58
59
-
To confirm the cloud has been set to `AzureUSGovernment`, run:
59
+
To confirm the cloud was set to `AzureUSGovernment`, run:
60
60
61
61
```azurecli
62
62
63
63
az cloud list --output table
64
64
65
65
```
66
66
67
-
This command produces a table with Azure cloud locations. The `isActive` column entry for `AzureUSGovernment` should read `true`.
67
+
This command produces a table with Azure cloud locations. The `isActive` column entry for `AzureUSGovernment` should read `true`.
68
68
69
-
See [Connect to Azure Government with Azure CLI](../azure-government/documentation-government-get-started-connect-with-cli.md) for details.
69
+
For more information, see [Connect to Azure Government with Azure CLI](../azure-government/documentation-government-get-started-connect-with-cli.md).
70
70
71
71
## REST API access
72
72
73
-
Endpoints for Azure Government are different from commercial Azure endpoints. For a list of different endpoints, see Azure Government’s [Guidance for Developers](../azure-government/compare-azure-government-global-azure.md#guidance-for-developers).
73
+
Endpoints for Azure Government are different from commercial Azure endpoints. For a list of different endpoints, see Azure Government's [Guidance for developers](../azure-government/compare-azure-government-global-azure.md#guidance-for-developers).
74
74
75
75
## PowerShell access
76
76
77
-
When connecting to Azure Government through PowerShell, you must specify an environmental parameter to ensure you connect to the correct endpoints. From there, you can proceed to use Azure NetApp Files as you normally would with PowerShell.
77
+
When you connect to Azure Government through PowerShell, you must specify an environmental parameter to ensure that you connect to the correct endpoints. From there, you can proceed to use Azure NetApp Files as you normally would with PowerShell.
78
78
79
79
| Connection type | Command |
80
80
| --- | --- |
@@ -83,9 +83,10 @@ When connecting to Azure Government through PowerShell, you must specify an envi
title: Create a NetApp account for Access Azure NetApp Files | Microsoft Docs
3
-
description: Describes how to access Azure NetApp Files and create a NetApp account so that you can set up a capacity pool and create a volume.
2
+
title: Create a NetApp account to access Azure NetApp Files | Microsoft Docs
3
+
description: Learn how to access Azure NetApp Files and create a NetApp account so that you can set up a capacity pool and create a volume.
4
4
services: azure-netapp-files
5
5
documentationcenter: ''
6
6
author: b-hchen
@@ -15,47 +15,43 @@ ms.topic: how-to
15
15
ms.date: 10/04/2021
16
16
ms.author: anfdocs
17
17
---
18
+
18
19
# Create a NetApp account
19
-
Creating a NetApp account enables you to set up a capacity pool and subsequently create a volume. You use the Azure NetApp Files blade to create a new NetApp account.
20
20
21
-
## Before you begin
21
+
Creating a NetApp account enables you to set up a capacity pool so that you can create a volume. You use the Azure NetApp Files pane to create a new NetApp account.
22
22
23
-
You must have registered your subscription for using the NetApp Resource Provider. See [Register the NetApp Resource Provider](azure-netapp-files-register.md).
23
+
## Before you begin
24
24
25
-
## Steps
25
+
You must register your subscription for using the NetApp Resource Provider. For more information, see [Register the NetApp Resource Provider](azure-netapp-files-register.md).
26
26
27
-
1. Sign in to the Azure portal.
28
-
2. Access the Azure NetApp Files blade by using one of the following methods:
29
-
* Search for **Azure NetApp Files** in the Azure portal search box.
30
-
* Click **All services** in the navigation, and then filter to Azure NetApp Files.
27
+
## Steps
31
28
32
-
You can "favorite" the Azure NetApp Files blade by clicking the star icon next to it.
29
+
1. Sign in to the Azure portal.
30
+
1. Access the Azure NetApp Files pane by using one of the following methods:
31
+
* Search for **Azure NetApp Files** in the Azure portal search box.
32
+
* Select **All services** in the navigation, and then filter to Azure NetApp Files.
33
33
34
-
3. Click **+ Add** to create a new NetApp account.
35
-
The New NetApp account window appears.
34
+
To make the Azure NetApp Files pane a favorite, select the star icon next to it.
36
35
37
-
4. Provide the following information for your NetApp account:
38
-
***Account name**
39
-
Specify a unique name for the subscription.
40
-
***Subscription**
41
-
Select a subscription from your existing subscriptions.
42
-
***Resource group**
43
-
Use an existing Resource Group or create a new one.
44
-
***Location**
45
-
Select the region where you want the account and its child resources to be located.
36
+
1. Select **+ Add** to create a new NetApp account.
1. Provide the following information for your NetApp account:
40
+
***Account name**: Specify a unique name for the subscription.
41
+
***Subscription**: Select a subscription from your existing subscriptions.
42
+
***Resource group**: Use an existing resource group or create a new one.
43
+
***Location**: Select the region where you want the account and its child resources to be located.
48
44
45
+

49
46
50
-
5. Click**Create**.
51
-
The NetApp account you created now appears in the Azure NetApp Files blade.
47
+
1. Select**Create**.
48
+
The NetApp account you created now appears in the Azure NetApp Files pane.
52
49
53
-
> [!NOTE]
54
-
> If you haven't registered your subscription for using the NetApp Resource Provider, you will receive the following error when you try to create the first NetApp account:
50
+
> [!NOTE]
51
+
> If you didn't register your subscription for using the NetApp Resource Provider, you receive the following error when you try to create the first NetApp account:
55
52
>
56
53
> `{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"NotFound","message":"{\r\n \"error\": {\r\n \"code\": \"InvalidResourceType\",\r\n \"message\": \"The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '20xx-xx-xx'.\"\r\n }\r\n}"}]}`
57
54
58
-
## Next steps
55
+
## Next steps
59
56
60
57
[Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md)
0 commit comments