Register for NetApp Resource Provider
To use the Azure NetApp Files service, you need to register the NetApp Resource Provider.
From the Azure portal, click the Azure Cloud Shell icon on the upper right-hand corner:
If you have multiple subscriptions on your Azure account, select the one that you want to configure for Azure NetApp Files:
az account set --subscription <subscriptionId>
In the Azure Cloud Shell console, enter the following command to register the Azure Resource Provider:
az provider register --namespace Microsoft.NetApp --wait
The
--wait
parameter instructs the console to wait for the registration to complete. The registration process can take some time to complete.In the Azure Cloud Shell console, enter the following command to verify that the Azure Resource Provider has been registered:
az provider show --namespace Microsoft.NetApp
The command output appears as follows:
{ "id": "/subscriptions/<SubID>/providers/Microsoft.NetApp", "namespace": "Microsoft.NetApp", "registrationState": "Registered", "resourceTypes": [….
<SubID>
is your subscription ID. Thestate
parameter value indicatesRegistered
.From the Azure portal, click the Subscriptions blade.
In the Subscriptions blade, click your subscription ID.
In the settings of the subscription, click Resource providers to verify that Microsoft.NetApp Provider indicates the Registered status:
Next steps
Feedback
Submit and view feedback for