@@ -5,14 +5,14 @@ services: azure-netapp-files
5
5
author : b-hchen
6
6
ms.service : azure-netapp-files
7
7
ms.topic : how-to
8
- ms.date : 01/21/2022
8
+ ms.date : 10/15/2024
9
9
ms.author : anfdocs
10
10
---
11
11
# Register for NetApp Resource Provider
12
12
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.
14
14
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:
16
16
17
17
![ Azure Cloud Shell icon] ( ./media/azure-netapp-files-register/azure-netapp-files-azure-cloud-shell.png )
18
18
@@ -30,7 +30,7 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
30
30
31
31
The `--wait` parameter instructs the console to wait for the registration to complete. The registration process can take some time to complete.
32
32
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:
34
34
35
35
```azurecli
36
36
az provider show --namespace Microsoft.NetApp
@@ -46,11 +46,11 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
46
46
"resourceTypes": [….
47
47
```
48
48
49
- `<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
49
+ `<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
50
50
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:
54
54
55
55

56
56
0 commit comments