AI-900 Labs failing

Andrea Marchi 0 Reputation points
2024-10-25T01:04:07.6566667+00:00

I'm trying to complete the first lab in the AI-900 series https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html, but when I try to deploy the model, I always get this error, even though I have followed all the instructions:

{"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":[]}

I tried everything. I have even deleted the subscription and the workspace to recreate new ones from scratch, but still nothing. Regarding this lab, there is no way I can deploy the model and have a working endpoint. I also checked that Microsoft.MachineLearningServices is registered in my subscription Resource Providers.

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,712 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SiddeshTN 4,680 Reputation points Microsoft Vendor
    2024-10-25T09:38:16.9633333+00:00

    Hi Andrea Marchi,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    {"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":[]}

    Please add 'Microsoft.Storage' in addition to 'Microsoft.MachineLearningServices' to your Subscription Resource Provider to resolve the issue.

    1.Go to Azure Portal -> Select your Subscription -> Select Settings -> Select Resource Providers

    check the Resource providers section to ensure 'Microsoft.MachineLearningServices' is registered.

    If the provider is not registered, click the Register button and wait a few minutes for it to complete before attempting to deploy the model again.

    2.Verify you have enough quota in your subscription for the resources you want to deploy, especially for virtual machine sizes.
    3.Check that your account has the required permissions (at least Contributor role).
    4.Try creating your Azure Machine Learning workspace and deploying your model in a different region.

    please follow the instructions outlined in the exercise to complete the task.

    We followed the instructions in the exercise to complete the task, and we did not encounter any issues on our end.
    For your reference, a screenshot has been attached:

    t 1

    t 2

    Also, see Troubleshoot common Azure deployment errors for common errors and resolution.

    If you have any other questions or are still running into more issues, please let me know.

    If you've found the provided answer helpful, please click the "Accept Answer/Upvote" button. This will be beneficial to other members of the Microsoft Q&A forum community.

    Thank you.


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.