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.