Register for Azure NetApp Files
Important
Before registering the Azure NetApp Files resource provider, you must have received an email from the Azure NetApp Files team confirming that you have been granted access to the service.
In this article, learn how to register for Azure NetApp Files so that you can begin to use the service.
Submit a waitlist request for accessing the service
Go to the following page and submit a waitlist request for accessing the Azure NetApp Files service:
Azure NetApp Files waitlist submission pageWaitlist signup does not guarantee immediate service access.
Wait for an official confirmation email from the Azure NetApp Files team before continuing with other tasks.
Register the NetApp Resource Provider
To use the service, you must register the Azure Resource Provider for Azure NetApp Files.
Note
You will be able to successfully register the NetApp Resource Provider even without being granted access for service. However, without access authorization, any Azure portal or API request to create a NetApp account or any other Azure NetApp Files resource will be rejected with the following error:
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"NotFound","message":"{\r\n \"error\": {\r\n \"code\": \"InvalidResourceType\",\r\n \"message\": \"The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '2017-08-15'.\"\r\n }\r\n}"}]}
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 has been approved for Azure NetApp Files:
az account set --subscription <subscriptionId>
In the Azure Cloud Shell console, enter the following command to verify that your subscription has been approved:
az feature list | grep NetApp
The command output appears as follows:
"id": "/subscriptions/<SubID>/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFGA", "name": "Microsoft.NetApp/ANFGA"
<SubID>
is your subscription ID.If you do not see the feature name
Microsoft.NetApp/ANFGA
, you do not have access to the service. Stop at this step. Follow instructions in Submit a waitlist request for accessing the service to request service access before continuing.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: