azue netappfiles nota ble to create.

Riju Kumar 80 Reputation points
2026-02-26T11:09:32.36+00:00

The subscription was not found in Azure NetApp Files. Please ensure that this subscription has been fully registered with Azure NetApp Files. Please note: There maybe a short delay after registering before it's possible to create/manage resources.

Azure NetApp Files
Azure NetApp Files

An Azure service that provides enterprise-grade file shares powered by NetApp.

0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-02-26T11:09:46.84+00:00

    The message indicates that the subscription is not yet registered with the Azure NetApp Files resource provider (Microsoft.NetApp). Registration is required before creating any Azure NetApp Files accounts or resources.

    To resolve the issue, register the subscription for Azure NetApp Files and wait for registration to complete:

    1. Confirm the correct subscription is selected in the Azure portal.
    2. Register the Microsoft.NetApp resource provider using one of the following methods.

    Portal

    1. In the Azure portal, search for Subscriptions and select the affected subscription.
    2. Under Settings, select Resource providers.
    3. Find Microsoft.NetApp.
    4. Select Microsoft.NetApp and then select Register.
    5. Wait until the status shows as Registered (this can take some time).

    PowerShell

    1. Select the subscription:
         Select-AzSubscription -Subscription <subscriptionId>
      
    2. Register the provider:
         Register-AzResourceProvider -ProviderNamespace Microsoft.NetApp
      

    Azure CLI

    1. Set the subscription:
         az account set --subscription <subscriptionID>
      
    2. Register the provider and wait for completion:
         az provider register --namespace Microsoft.NetApp --wait
      

    After registration completes, use the Azure portal to create the NetApp account:

    1. In the portal search box, enter Azure NetApp Files and select it.
    2. Select + Add or + Create.
    3. Provide account name, subscription, resource group, region, and service tier (for standard Azure NetApp Files select Other; for zone-redundant select Zone redundant or NetApp Elastic account if using Elastic zone-redundant storage).
    4. Select Create.

    If Elastic zone-redundant storage is required, ensure the subscription is also registered for that preview feature as described in the Elastic account documentation.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.