Facing Resource Provider error while deploying bike-rentals job

VIRAL JAIN 5 Reputation points
2024-10-05T18:31:14.34+00:00

Facing Resource Provider error while deploying bike-rentals job

It mentions Resource provider name as N/A, so effectively it is not known which Resource Provider to be registered.

This question is related to the following Learning Module

Azure | Azure Training
{count} votes

1 answer

Sort by: Most helpful
  1. VarunTha 14,850 Reputation points Microsoft External Staff Moderator
    2024-10-25T16:52:43.8833333+00:00

    Hi VIRAL JAIN,

    Thank you for your patience

    Error Message:

    {"code":"SubscriptionNotRegistered","message":"Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider","details":[],"additionalInfo":[]}

    To resolve this issue, please ensure that 'Microsoft.Storage' is registered in addition to 'Microsoft.MachineLearningServices' in your Subscription Resource Provider settings.

    1. Go to Azure Portal → Select your Subscription → Select Settings → Resource Providers.
    • In the Resource Providers section, check that 'Microsoft.MachineLearningServices' is registered.
    • If not, click the Register button and allow a few minutes for the registration to complete before deploying the model again.
    1. Confirm that your subscription has enough quota for the resources you intend to deploy, particularly for virtual machine sizes.
    2. Ensure your account has the required permissions (Contributor role or higher).
    3. If needed, try creating your Azure Machine Learning workspace and deploying your model in a different region.

    We’ve followed these steps according to the exercise instructions now it's working fine and not encountered any issues.
    Please find the attached screenshot for reference:
    t 1

    t 2

    Please don't hesitate to reach out again if the problem continues. We're here to help!

    If you have found the answer provided to be helpful, please click on the "Accept Answer and Upvote" button so that it is useful for other members in the Microsoft Q&A community.

    0 comments No comments

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.