Resource provider [N/A] isn't registered with Subscription [N/A]

SC Lim 25 Reputation points
2024-12-13T06:44:18.4033333+00:00

Details

I created an Azure Machine Learning resource from my Azure Portal and then opened the web URL for it where I build my environment and worked to serve my model on the endpoints.

This is the error I got:

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

Could someone help shed some light on this issue?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2024-12-13T07:53:23.0966667+00:00

    @SC Lim I think in your case the issue is related to this thread.https://learn.microsoft.com/en-us/answers/questions/1983847/error-while-creating-a-managed-online-endpoint-in

    Please try to follow the steps in the referenced thread and register the services in your subscription.

    Steps -

    Go to Azure Portal

    Select your Subscription

    Select Settings

    Select Resource Providers

    Make sure you add Microsoft.PolicyInsights and Microsoft.Cdn policies by selecting them and clicking the register button.

    Refresh and retry the scenario from ML studio after some time.

    User's image

    If you still see the issue, please try to check if all the above registered services are also registered in your subscription. Thanks!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    22 people found this answer helpful.

Your answer

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