@@ -29,32 +29,15 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
29
29
az account set --subscription <subscriptionId>
30
30
```
31
31
32
- 3. In the Azure Cloud Shell console, enter the following command to verify that your subscription has been approved:
33
-
34
- ```azurecli
35
- az feature list | grep NetApp
36
- ```
37
-
38
- The command output appears as follows:
39
-
40
- ```output
41
- "id": "/subscriptions/<SubID>/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFGA",
42
- "name": "Microsoft.NetApp/ANFGA"
43
- ```
44
-
45
- `<SubID>` is your subscription ID.
46
-
47
-
48
-
49
- 4. In the Azure Cloud Shell console, enter the following command to register the Azure Resource Provider:
32
+ 3. In the Azure Cloud Shell console, enter the following command to register the Azure Resource Provider:
50
33
51
34
```azurecli
52
35
az provider register --namespace Microsoft.NetApp --wait
53
36
```
54
37
55
38
The `--wait` parameter instructs the console to wait for the registration to complete. The registration process can take some time to complete.
56
39
57
- 5 . In the Azure Cloud Shell console, enter the following command to verify that the Azure Resource Provider has been registered:
40
+ 4 . In the Azure Cloud Shell console, enter the following command to verify that the Azure Resource Provider has been registered:
58
41
59
42
```azurecli
60
43
az provider show --namespace Microsoft.NetApp
@@ -72,9 +55,9 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
72
55
73
56
`<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
74
57
75
- 6 . From the Azure portal, click the **Subscriptions** blade.
76
- 7 . In the Subscriptions blade, click your subscription ID.
77
- 8 . In the settings of the subscription, click **Resource providers** to verify that Microsoft.NetApp Provider indicates the Registered status:
58
+ 5 . From the Azure portal, click the **Subscriptions** blade.
59
+ 6 . In the Subscriptions blade, click your subscription ID.
60
+ 7 . In the settings of the subscription, click **Resource providers** to verify that Microsoft.NetApp Provider indicates the Registered status:
78
61
79
62

80
63
0 commit comments