Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5edb322

Browse files
authored
Merge pull request MicrosoftDocs#86748 from beagam/patch-2
Update azure-netapp-files-register.md
2 parents 0d8306c + 5c6539a commit 5edb322

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

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

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,15 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
2929
az account set --subscription <subscriptionId>
3030
```
3131
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:
5033
5134
```azurecli
5235
az provider register --namespace Microsoft.NetApp --wait
5336
```
5437
5538
The `--wait` parameter instructs the console to wait for the registration to complete. The registration process can take some time to complete.
5639
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:
5841
5942
```azurecli
6043
az provider show --namespace Microsoft.NetApp
@@ -72,9 +55,9 @@ To use the Azure NetApp Files service, you need to register the NetApp Resource
7255
7356
`<SubID>` is your subscription ID. The `state` parameter value indicates `Registered`.
7457
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:
7861
7962
![Registered Microsoft.NetApp](../media/azure-netapp-files/azure-netapp-files-registered-resource-providers.png)
8063

0 commit comments

Comments
 (0)