Error AtlasError Documentation and Resolution

Azure subscription is not registered for the resource provider

Code=SubscriptionNotRegistered

Azure Resource Manager failed because the subscription is not registered to use the required resource provider namespace for the deployment.

SubscriptionNotRegistereddeployment
Code=SubscriptionNotRegistered
  • The subscription has not been registered for the provider namespace required by the resource type.
  • A new resource type is being deployed before provider registration completed.
  • Automation is running in a subscription that has different provider registration state than expected.
  1. Identify the provider namespace named in the error details.
  2. Register the resource provider for the subscription and wait for registration to complete.
  3. Retry the deployment after confirming the provider is registered.
Microsoft Learn: Common Azure deployment errors
Azure SubscriptionNotRegistered: causes and fixes | Error Atlas