Skip to content

Commit e48ec30

Browse files
authored
Merge pull request #263170 from paulth1/azure-netapp-files
[AQ]edit pass: azure-netapp-files
2 parents 7993168 + 324d9f4 commit e48ec30

File tree

3 files changed

+95
-97
lines changed

3 files changed

+95
-97
lines changed

articles/azure-netapp-files/azure-government.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: azure-netapp-files
55
documentationcenter: ''
66
author: b-hchen
@@ -17,17 +17,17 @@ ms.date: 11/02/2023
1717
ms.author: anfdocs
1818
---
1919

20-
# Azure NetApp Files for Azure Government
20+
# Azure NetApp Files for Azure Government
2121

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.
2323

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.
2525

2626
## Feature availability
2727

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&regions=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&regions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-texas,usgov-virginia&rar=true).
2929

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*:
3131

3232
| Azure NetApp Files features | Azure public cloud availability | Azure Government availability |
3333
|:--- |:--- |:--- |
@@ -38,43 +38,43 @@ All [Azure NetApp Files features](whats-new.md) available on Azure public cloud
3838

3939
## Portal access
4040

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).
4242

43-
![Screenshot of the Azure Government portal highlighting portal.azure.us as the URL](../media/azure-netapp-files/azure-government.jpg)
43+
![Screenshot that shows the Azure Government portal highlighting portal.azure.us as the URL.](../media/azure-netapp-files/azure-government.jpg)
4444

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.
4646

4747
You can follow [Azure NetApp Files](./index.yml) documentation for details about using the service.
4848

4949
## Azure CLI access
5050

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.
5252

5353
```azurecli
5454
5555
az cloud set --name AzureUSGovernment
5656
5757
```
5858

59-
To confirm the cloud has been set to `AzureUSGovernment`, run:
59+
To confirm the cloud was set to `AzureUSGovernment`, run:
6060

6161
```azurecli
6262
6363
az cloud list --output table
6464
6565
```
6666

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`.
6868

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).
7070

7171
## REST API access
7272

73-
Endpoints for Azure Government are different from commercial Azure endpoints. For a list of different endpoints, see Azure Governments [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).
7474

7575
## PowerShell access
7676

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.
7878

7979
| Connection type | Command |
8080
| --- | --- |
@@ -83,9 +83,10 @@ When connecting to Azure Government through PowerShell, you must specify an envi
8383
| [Azure (Classic deployment model)](/powershell/module/servicemanagement/azure/add-azureaccount) commands |`Add-AzureAccount -Environment AzureUSGovernment` |
8484
| [Microsoft Entra ID (Classic deployment model)](/previous-versions/azure/jj151815(v=azure.100)) commands |`Connect-MsolService -AzureEnvironment UsGovernment` |
8585

86-
See [Connect to Azure Government with PowerShell](../azure-government/documentation-government-get-started-connect-with-ps.md) for details.
86+
For more information, see [Connect to Azure Government with PowerShell](../azure-government/documentation-government-get-started-connect-with-ps.md).
8787

8888
## Next steps
89+
8990
* [What is Azure Government?](../azure-government/documentation-government-welcome.md)
9091
* [What's new in Azure NetApp Files](whats-new.md)
9192
* [Compare Azure Government and global Azure](../azure-government/compare-azure-government-global-azure.md)
Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
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.
44
services: azure-netapp-files
55
documentationcenter: ''
66
author: b-hchen
@@ -15,47 +15,43 @@ ms.topic: how-to
1515
ms.date: 10/04/2021
1616
ms.author: anfdocs
1717
---
18+
1819
# 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.
2020

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.
2222

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
2424

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).
2626

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
3128

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.
3333

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.
3635

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.
37+
The **New NetApp account** window appears.
4638

47-
![New NetApp account](../media/azure-netapp-files/azure-netapp-files-new-netapp-account.png)
39+
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.
4844

45+
![Screenshot that shows New NetApp account.](../media/azure-netapp-files/azure-netapp-files-new-netapp-account.png)
4946

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.
5249

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:
5552
>
5653
> `{"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}"}]}`
5754
58-
## Next steps
55+
## Next steps
5956

6057
[Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md)
61-

0 commit comments

Comments
 (0)