How to fix Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider (Code: SubscriptionNotRegistered)

Kiarash 20 Reputation points
2025-06-30T15:29:53.7766667+00:00

We have Microsoft Sponsored Subscription in addition to our regular subscriptions. When creating a workspace for Azure Machine Learning and then deploying a model in our regular subscription there is no problem. However, when replicating the same deployment in Microsoft Sponsored Subscription there is an error related to resource provider.

Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider (Code: SubscriptionNotRegistered)

I checked the Resource Providers of the sponsored subscription and it has MachineLearning as a registered resource provider.

Azure Machine Learning
0 comments No comments

Answer accepted by question author
hossein jalilian 13,365 Reputation points Volunteer Moderator
2025-06-30T16:33:11.49+00:00

Thanks for posting your question in the Microsoft Q&A forum

Even if Microsoft.MachineLearningServices is already registered, Azure Machine Learning deployments often require several other resource providers. These may include:

  • Microsoft.Storage
  • Microsoft.ContainerRegistry
  • Microsoft.KeyVault
  • Microsoft.Network
  • Microsoft.CDN
  • Microsoft.PolicyInsights
  • Microsoft.Notebooks
  • Microsoft.ContainerService

Ensure your user account has the necessary permissions to register resource providers. You typically need Owner or Contributor rights at the subscription level

Some subscriptions, especially sponsored or trial ones, may have restrictions or limitations on certain features or providers. Even if the provider is registered, deployment may still fail due to underlying restrictions or quotas. Double-check if your Microsoft Sponsored Subscription allows the deployment of Azure Machine Learning resources, particularly online endpoints or managed compute


Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most 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.