All Questions
Tagged with azure-machine-learning-studio or azure-machine-learning-service
2,012 questions
Score of 0
0 answers
46 views
AzureML error pipeline 'Permission denied while trying to write'
## Azure ML Pipeline – ScriptExecution.WriteStreams.Authentication error with Managed Identity on AmlCompute
**Environment:**
- Azure Machine Learning SDK v2 (azure-ai-ml)
- AmlCompute cluster with ...
Score of 0
0 answers
124 views
Azure Machine Learning - Failure on Deployment Model to an Endpoint
I am trying to deploy my registered model into the created endpoint. However, the workflow that I created for this purpose fails on the stage where az ml online-deployment create works.
I am running ...
Score of 0
0 answers
119 views
Azure Machine Learning endpoint creation fails with SubscriptionNotRegistered (resource provider [N/A])
I am working with Microsoft Foundry | Azure Machine Learning (from now on, AML). I am trying to create a proof of concept using endpoints.
These are the cumulative steps that I follow in the Azure ...
Score of 0
1 answer
51 views
Avoid scheduled pipeline to be triggered immediately after creation in azureml (Python SDK v2)
When I submit a pipeline with an associated schedule, it runs immediately after submission, instead of waiting until the scheduled time of the day, day of the month, etc. Is there a way to avoid this ...
Score of 0
1 answer
75 views
Update code from existing schedules in AzureML using Python SDK v2
I would like to update the code and / or other files uploaded to the code folder being used by a specific scheduled job, keeping everything else, in particular the schedule details (time of day etc.), ...
Score of 0
1 answer
81 views
How to retrieve AzureML schedules that have at least one run successfully completed using Azure Python SDK v2?
I would like to retrieve those schedules in AzureML workspace that have been triggered and have at least one complete run (e.g., a pipeline that has been triggered under that schedule) successfully ...
Score of 0
1 answer
41 views
How to retrieve AzureML schedules that have at least one job successfully completed using Azure Python SDK v2?
I would like to retrieve those schedules in AzureML workspace that have been triggered and have at least one job successfully completed, using the Python SDK v2.
Score of 3
0 answers
97 views
Azure ML Endpoint Fails with HFValidationError even after using pathlib.Path
I am trying to deploy a fine-tuned Mistral-7B model on an Azure ML Online Endpoint. The deployment repeatedly fails during the init() phase of the scoring script with an huggingface_hub.errors....
Score of 0
1 answer
107 views
How to programmatically get experiments with metrics above threshold azureml sdk v2
I have a number of experiments completed in AzureML, each one consisting of one pipeline with multiple jobs, and some of the jobs (2 in my case, say job X and job Y) having associated logged metrics. ...
Score of 0
0 answers
40 views
How to fix RuntimeError related to urllib3.util.ssl_ when using Qwen2.5-VL on AzureML Notebooks?
I'm trying to run the following image-captioning code using the Qwen2.5-VL model in Azure Machine Learning Notebooks (Python 3.10 AzureML kernel, compute instance environment):
from transformers ...
Score of 0
0 answers
88 views
Batch Endpoint Deployment Fails with Status Code 42 for AutoML Model
We are consistently encountering a critical error while deploying a trained Azure AutoML regression model using a batch endpoint created through the Azure Machine Learning Studio (No-Code UI). The ...
Score of 1
1 answer
83 views
Can't prepare Pytorch environment in ML Studio
My model worked in notebooks, where I just pip installed the required packages. But I am trying to run on a pipeline, and when I submit the pipeline as a job I get stuck in the Preparing phase. I ...
Score of 0
1 answer
213 views
Accessing an Azure Gen2 datalake from R in Azure Machine Learning Studio
I have data in an Azure Datalake Gen2 and I'd like to access it with R code from Azure Machine Learning Studio.
Microsoft's own documentation of this suggests doing it via reticulate and Python: https:...
Score of 0
0 answers
164 views
Unable to use serverless connection in a PromptFlow pipeline
I am running my prompt flow (version 1.18.0) code as a pipeline. However, it seems like that the connection that I created in prompt flow which is referred in flow.dag.yaml is not working through a ...
Score of -1
1 answer
132 views
How to get Environment (codeid, environmentid) details of Microsoft.MachineLearningServices deployment model?
I am trying to deploy a online endpoint and deployment in Azure AI foundry of Microsoft.MachineLearningServices. I am doing this using AZAPI as below. How to get Environment (codeid, environmentid) ...