Skip to content

Commit 588987e

Browse files
Merge pull request #288456 from b-ahibbard/anf-click
Anf click
2 parents fdf3d5f + 143633f commit 588987e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 01/21/2022
8+
ms.date: 10/15/2024
99
ms.author: anfdocs
1010
---
1111
# Register for NetApp Resource Provider
1212

13-
To use the Azure NetApp Files service, you need to register the NetApp Resource Provider.
13+
To use Azure NetApp Files, you need to register the NetApp Resource Provider.
1414

15-
1. From the Azure portal, click the Azure Cloud Shell icon on the upper right-hand corner:
15+
1. From the Azure portal, select the Azure Cloud Shell icon on the upper right-hand corner:
1616

1717
![Azure Cloud Shell icon](./media/azure-netapp-files-register/azure-netapp-files-azure-cloud-shell.png)
1818

@@ -30,7 +30,7 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
3030
3131
The `--wait` parameter instructs the console to wait for the registration to complete. The registration process can take some time to complete.
3232
33-
4. In the Azure Cloud Shell console, enter the following command to verify that the Azure Resource Provider has been registered:
33+
4. Verify that the Azure Resource Provider has been registered. To verify, enter the following command in the Azure Cloud Shell console:
3434
3535
```azurecli
3636
az provider show --namespace Microsoft.NetApp
@@ -46,11 +46,11 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
4646
"resourceTypes": [….
4747
```
4848
49-
`<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
49+
`<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
5050
51-
5. From the Azure portal, click the **Subscriptions** blade.
52-
6. In the Subscriptions blade, click your subscription ID.
53-
7. In the settings of the subscription, click **Resource providers** to verify that Microsoft.NetApp Provider indicates the Registered status:
51+
5. From the Azure portal, select **Subscriptions**.
52+
6. From Subscriptions, select your subscription ID.
53+
7. In the settings of the subscription, select **Resource providers** to verify that Microsoft.NetApp Provider indicates the Registered status:
5454
5555
![Registered Microsoft.NetApp](./media/azure-netapp-files-register/azure-netapp-files-registered-resource-providers.png)
5656

0 commit comments

Comments
 (0)