Fixed - Resource Provider is not registered for the subscription
· One min read
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
-
Go to Azure Portal: Open the Azure Portal.
-
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.
-
Wait for Registration: It may take a few minutes for the registration to complete. You can refresh the page to check the status.
-
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: