Deployment for Azure ML EndPoint is failing in Provisioning State
Hi, I have created an end point in Azure ML Workspace and I have created a deployment but it is failing while provisioning state with incorrect role assignments on resource. I have checked the accesses and all are present. The end point managed…
Azure Machine Learning
Unable to create compute cluster with GPU SKU
Azure ML managed compute incorrectly validates H100 v5 SKUs against NCv5 quota instead of NCadsH100v5. Error: Provisioning error The specified subscription has a Standard NCv5H100 family vCPU quota of 0 and cannot accomodate for at least 1 requested…
Azure Machine Learning
I am new to Azure and I am attempting to deploy the CXRReportGen model (MLflow format) as described in the official documentation. However, the deployment repeatedly fails during container startup with the fo
Dear Azure ML Support Team, I am new to Azure Machine Learning and I am attempting to deploy the CXRReportGen model (MLflow format) as described in the official documentation. However, the deployment repeatedly fails during container startup with the…
Azure Machine Learning
Attaching environment variables to an Environment in Azure AI ML
I am trying to register an environment with environment_variables, and I don't know how to do it. If it isn't possible, my question is wh,y and will it be possible at some point? from azure.ai.ml.entities import Environment inference_env_test =…
Azure Machine Learning
How to move Singularity GPU quotas across subscriptions?
Hi there, We need to transfer 32 V100 from Singularity VC webxt-wholepage (…
Azure Machine Learning
Not Able to create workspace in azure
so i have azure for students subscription, when i try to create a workspace for azure machine learning , it throws a error which basically says that the region is restricted for this account even tho when i check the available regions, all are listed and…
Azure Machine Learning
Can't create a notebook or a folder in Azure Machine Learning
I am getting this error while trying to create a folder: When I try to create a notebook, I'm getting this error: I have configured the workspace and compute resources.
Azure Machine Learning
MiniMax M2 model not deployable in Azure AI Foundry despite catalog listing
Subject: MiniMax M2 Model Deployment Issue Hello Azure Support Team, I am trying to deploy the MiniMax M2 model in Azure AI Foundry, but I'm experiencing availability issues: ISSUE: The model catalog page exists at:…
Azure Machine Learning
Azure Machine Learning Compute Instance getting billed when stopped
I have a Standard_D2a_v4 Azure ML compute instance that is incurring charges even when stopped (see attached screenshot). Per Cost Analysis, I am being billed $2.4 per day for "Virtual Machines". "Storage" cost is zero. What I am…
Azure Machine Learning
Azure Cohere Rerank 429 Too many request
Hi All, We are currently using Azure Cohere Rerank 3.5 on Azure. On January 15, 2026, at around 07:18 UTC, our application encountered a large number of HTTP 429 – Too Many Requests errors. According to the documentation, the Cohere Rerank API rate…
Azure Machine Learning
Azure ML Compute instances continue getting charged even after stopped
I setup a couple of compute instance in Azure ML. They were configured to be auto stopped after 1hour of inactivity. However, they continued to incur charges even after they were auto stopped. After some online research, I understand 'Stopped…
Azure Machine Learning
How to set Pipeline Job "display name" when invoking Batch Endpoint
When I invoke my Batch Endpoint the Pipeline Job "display name" is randomly generated, is there some way I can set up the Batch Endpoint, or a way to change it at invocation time so that it can be a custom string? None of the following manage…
Azure Machine Learning
Azure ML sweep jobs stuck in 'Cancelling' state
Hello, I am running hyperparameter sweep jobs in Azure Machine Learning, and several runs are stuck in the “Cancelling” state for a (very) long time. The sweep started normally, but after attempting to cancel it (via UI/SDK), the jobs never transition to…
Azure Machine Learning
Compute instance not stopping.. I am being charged for none my falut
I am not able to stop my compute instance, the instance keeps running and I am being charged , I have been trying to stop this since few days.. but the option is grayed out and even scheduled shutdown is not working.
Azure Machine Learning
Failure while loading azureml_run_type_providers. Failed to load entrypoint azureml.PipelineRun = azureml.pipeline.core.run:PipelineRun._from_dto with exception (azureml-core 1.47.0 (/azureml-envs/azureml_862fbd3b8df44d2c582aa46cf5a23700/lib/python3.8/sit
I'm currently running the Azure Machine Learning Course by Microsoft (and Coursera). I'm going throught the excercises as descriped, but constantly run in the following problem. After creating a new pipeline in the Designer and sending it to a Compute…
Azure Machine Learning
Azureml: Evironement variable and template expension.
In azure Machine learning I can reference e.g. Inputs and outputs via template expansion in the executed shell command: Example $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json type: command display_name:…
Azure Machine Learning
Applied Skills - Create Agent in Microsoft Copilot Studio - Action for selection not available
Good evening, I was trying Microsoft Applied Skills - Create Agent in Microsoft Copilot studio. The instruction email mentioned to select cloud flow action and link to the topic but even after creating a topic, the specified action wasn't available for…
Azure Machine Learning
Azure ML workspace recreated without private endpoint – ML jobs, experiments, and model history missing despite artifacts existing in blob storage
Description: I had an Azure Machine Learning workspace configured with a managed virtual network and private endpoint. Due to VPN connectivity issues, we had to remove the managed network configuration. As a result, we recreated the workspace without a…
Azure Machine Learning
How to ask for a GPU Quota for Automated ML Training?
Hi, I need a GPU Quota for Automated ML training. Unfortunatelly all I can do I CPU clusters. Can anyone help me with this ? GPUs are not showing in my QUOTA tab at all.
Azure Machine Learning
Using federated workload identity in TORUS to authenticate into a CORP resource in AML
Hello! I have a pipeline which fetches files from a repo in CORP tenant. This pipeline is however running in a TORUS environment. I have completed the following steps to enable access to the AML compute cluster. Created an app registration in TORUS and…