ADO Integration to ML Studio.
Hi, I am trying to clone azure devops repository into ML Studio. SSH key access is disabled for msazure organization so I can't use ssh for authentication. Tried to use Entra authentication as mentioned in this document --…
Azure Machine Learning
Cannot write to output directory within pipeline in machine learning studio
I have written this code solely to demonstrate the error I need fixed, as I cannot show the actual code that serves as the context for it, as it is in the private domain. I have the following code: import os import sys # Install a package (e.g.,…
Azure Machine Learning
How loop through parquet files using pyarrow for extracting meta-data within a job on a cluster?
Hi, my scenario is the following: "To loop through parquet files stored in different sub-directories extracting meta-data to create a mastertable." When using interactive development this scenario worked fine using pyarrow package and looping…
Azure Machine Learning
UI Problem: No Managed Identity blade: missing "Identity" blade under the "Settings" section under any resources in the Azure Portal.
My Goal is to Enable System-Assigned Managed Identity in Azure Storage Accounts (target Azure resource) to allow keyless SDK access (e.g., BlobServiceClient with DefaultAzureCredential) from Azure ML Studio notebooks (file) for saving AI training model…
Azure Machine Learning

compute resources under Azure AI | Machine Learning Studio giving error as Provisioning error Failed to fetch compute schedules. Please try again. If the problem persists, contact support.
Failed to fetch compute schedules. Please try again. If the problem persists, contact support. I tried to created multiple compute resources under Azure AI | Machine Learning Studio, each time getting error as above. Please help for possible cause and…
Azure Machine Learning

How to fix an Azure error when submitting a job from the azure machine learning designer
We are getting the following error when attempting to run a pipeline from the designer. Here is the error I get when submitting the pipeline, which worked the other day, and all assets are available: We encountered errors while submitting the jobSubmit…
Azure Machine Learning
How do I fine-tune my custom model (located in Azure ML Studio)?
Question: How do I fine-tune my custom/fine-tuned model located in Azure ML Studio? Details: I created a custom/fine-tuned model following this guide. I have registered the model to Azure ML Studio and would now like to fine-tune it. However, I am…
Azure Machine Learning
NC24ads_A100_v4 is not available in Azure ML
I am looking for a VM instance with 48 GB of GPU to train and infer my models using Azure Machine Learning. But, I am not able to find the NC24ads_A100_v4 instance in the Azure ML. I checked all regions but i could not find one. Help me resolve it
Azure Machine Learning
Trying to build an environment and getting a DownloadJobSpecFromXDSError:
Trying to build an environment with Dockerfile. FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:20250624.v1 It's using a serverless setup in my area. The environment fails to build and throws this error: zureMLCompute job failed…
Azure Machine Learning
Azure ML Execute R Script component - security error
For purposes of testing R functionality with Azure ML, I have created a simple pipeline with an Execute R Script step. No matter what script I put in the step, when the job runs, it ends in an error. The error is shown below in pink at right: "The…
Azure Machine Learning
Why do I get the ResourceNotFoundError below even when I have performed all the necessary setup?
Question: Why do I get the ResourceNotFoundError below even when I have performed all the necessary setup? Context: The error comes from cell/step 8 in notebook 4 of the finetuning and distillation guide. I am running my code in a Jupyter Notebook in…
Azure Machine Learning
In Azure AI | Machine Learning Studio on 'Code and environment for inferencing' and 'Select environment type' Issue
I am trying to add a Custom environment and scoring script in Azure AI | Machine Learning Studio here when i get to the Code + environment tab I add the script that Copilot helped me create I change the environment to 'Custom environment' I select the…
Azure Machine Learning
Azure CLI ERROR when add extensions: An error occurred. Pip failed with status code 1
Hi everyone I'm trying to add extensions in Azure CLI with the command: az extension add --name subscription however I get the following message: An error occurred. Pip failed with status code 1. Use --debug for more information. Here the debug…
Azure Machine Learning
Windows for business | Windows Server | User experience | PowerShell
Developer technologies | .NET | .NET CLI
How to access blob storage from a notebook running on a serverless spark compute in a ML workspace
I am trying to run a simple Jupiter notebook on the serveless spark compute and read data from a blob storage that has only private access (connected to VNen by using private endpoints) I tried several solutions based on documentation but nothing worked…
Azure Machine Learning

How might I find a GPU to use for my ML Studio fine-tuning of a model? I can't find any GPU skus.
Hi - I have set-up a pay as you go account and when I try to set-up a VM in order to run model training in ML Studio, I can't see any GPU skus. Everything is CPUs and when I request to increase quotas it does not allow me to see or do that for GPUs.
Azure Machine Learning
Azure Machine Learning Quota Counts Are Doubled
For some reason when deploying an instance via the Azure Machine Learning Endpoints the cores consumed is always double what the SKU lists. For example, when launching a Standard_E4s_v3 (4 cores) with one instance, the quota page shows the instance…
Azure Machine Learning
Azure AutoML training random (?) fails: Failed to pull image mcr.microsoft.com/azureml/curated/azureml-automl-dnn-gpu:122. Image pull timed out after 7200s
I am using Azure ML AutoML SDK V1 (moving to SDK 2 sometime later this autumn). I am not using AutoML designer / portal web interface. Recently my training jobs have started to randomly fail. Common denominator seems to be this error "Failed to…
Azure Machine Learning

How to resubmit an existing pipeline job for retraining by REST API?.
Not sure if this is an appropriate ask. We are trying to create a training pipeline job in use of az cli and then trigger it by ADF (Azure Data Factory) for retraining. The reason why we are using ADF is that we want to schedule to preprocess data before…
Azure Machine Learning
Getting unexpected error while performing the Explore Automated ML in Azure ML
Hi Community, I’m currently facing an issue while performing the lab "Explore Automated ML in Azure ML" — the deployment step keeps failing, and I haven’t been able to resolve it despite multiple attempts. Here’s what I’ve tried so far: I’m…
Azure Machine Learning
Why do I get this error, "ModuleNotFoundError: No module named 'onnxruntime_genai'" from running the code below even though I ran these first: "! pip install onnxruntime==1.21.0 -U", "! pip install onnxruntime-genai"?
Question: Why do I get this error, "ModuleNotFoundError: No module named 'onnxruntime_genai'" from running the code below even though I ran these first: "! pip install onnxruntime==1.21.0 -U", "! pip install…