Unable to Create Online Endpoint in Azure ML — Resource Provider Error

Manuel Gaunaurd 20 Reputation points
2025-06-19T15:08:48.2466667+00:00

Hi all,

I’m trying to deploy an Azure Machine Learning online endpoint, and I’m running into this error both in the Azure CLI and directly in the Azure Portal:

(SubscriptionNotRegistered) 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

What I’ve already done:

Verified that Microsoft.MachineLearningServices is registered.

Noticed Microsoft.Network wasn’t registered initially — I’ve registered it now.

Checked that my subscription is active, enabled, and correctly set as default (az account show confirms this).

Tried deleting and recreating the endpoint with a new name — same issue.

Error message provides no detail on which specific provider is unregistered — shows [N/A] for both subscription and provider.

This issue happens even in the portal UI, so it doesn’t appear to be a CLI-specific configuration problem.

Has anyone experienced this? What other resource providers need to be registered for ML online endpoints to work? Or is this an issue on Azure’s backend?

Thanks in advance — appreciate any help!

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

Accepted answer
  1. Manas Mohanty 5,700 Reputation points Microsoft External Staff Moderator
    2025-06-20T00:50:30.3466667+00:00

    Hi Manuel Gaunaurd

    Please force register all necessary resource providers in your subscription

    • Microsoft.MachineLearningServices: Required for creating the Azure Machine Learning workspace.
    • Microsoft.CDN
    • Microsoft.PolicyInsights

      (please start with above 3 provider and add below ones gradually)

    • 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.Network (If virtual network)
    • Microsoft.ContainerService: If deploying trained models to Azure Kubernetes Services.

    Reference -

    https://learn.microsoft.com/en-us/answers/questions/2265489/how-to-fix-resourceoperationfailure-error-on-azure

    https://learn.microsoft.com/en-us/answers/questions/2263599/i-try-to-deploy-ml-end-point-and-i-keep-getting-an

    Thank you.

    0 comments No comments

0 additional answers

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