I try to deploy ml end point and i keep getting an error saying Resource provider [N/A] isn't registered with Subscription

roey sheffer 5 Reputation points
2025-05-05T23:05:26.99+00:00

When i try to deploy machine learning end point i get same error over and over although i did register the resources with my subscription.

This is the error i get

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

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

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 7,040 Reputation points Microsoft External Staff Moderator
    2025-05-06T00:30:23.1333333+00:00

    Hi roey sheffer

    The error message "Resource provider [N/A] isn't registered with Subscription" typically indicates that the required resource provider for the Azure Machine Learning endpoint has not been registered for your subscription.

    you should check the required resource providers for Azure Machine Learning.

    Here are some steps:

    • Microsoft.MachineLearningServices: Required for creating the Azure Machine Learning workspace.
    • Microsoft.Storage: Used as the default storage for the workspace.
    • Microsoft.ContainerRegistry: Used to build Docker images.
    • Microsoft.KeyVault: For storing secrets.
    • Microsoft.Notebooks: For integrated notebooks on Azure Machine Learning compute instance.
    • Microsoft.ContainerService: If deploying trained models to Azure Kubernetes Services.

    Kindly refer below link: how-to-manage-workspace-cli

    Thank You.

    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.