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 -
Thank you.