Skip to main content

Fixed - Resource Provider is not registered for the subscription

· One min read
Jagdish Kumawat
Founder @ Dewiride

If you encounter the error ResourceProvider is not registered for the subscription while trying to create or use a resource in Azure, it means that the required resource provider is not registered for your Azure subscription.

Steps to Fix

  1. Go to Azure Portal: Open the Azure Portal.

  2. Register the Resource Provider:

    • In the Azure Portal, search for Subscriptions and select your subscription.
    • In the subscription blade, find the Resource providers section.
    • Search for the required resource provider (e.g., Microsoft.Cdn, Microsoft.Storage, etc.) and click on it.
    • Click the Register button to register the resource provider.
  3. Wait for Registration: It may take a few minutes for the registration to complete. You can refresh the page to check the status.

  4. Retry Your Operation: After the registration is complete, go back to the resource creation page and try again.

Example

If you see the error for Microsoft.Cdn, follow the same steps above and search for Microsoft.Cdn in the Resource providers list.


Related: