2,957 questions with Azure Machine Learning tags

Sort by: Updated
1 answer

Error Code: ScriptExecution.StreamAccess.Authentication

Getting this after submitting a job on AML. Actually I used the same yaml confirations multiple times before and it all worked, but now for some reason I don't know it starts to return this failure. The role assignment of the storage account also looks…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-29T11:25:50.2733333+00:00
Weihang Yuan 0 Reputation points Microsoft Employee
edited a comment 2024-11-05T18:59:50.76+00:00
Pavankumar Purilla 750 Reputation points Microsoft Vendor
1 answer

In Azure machine learning Studio ,the manage and compute button vanished

Hi , after creating a Workspace, I wanted to manage and create some instances, but the buttons manage and compute disappeared .my account is azure student . best regards

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-11-05T10:14:22.8466667+00:00
Fff 20 Reputation points
edited an answer 2024-11-05T16:25:19.08+00:00
Keshavulu Dasari 1,075 Reputation points Microsoft Vendor
0 answers

Failed to execute command group with error API queried with a bad parameter: {"message":"unknown or invalid runtime name: nvidia"} for my azureml compute instance type Standard_NC16as_T4_v3

I am creating custom azureml pipeline using python sdk this is my code from azureml.core import Environment, Workspace, ComputeTarget, Experiment from azureml.pipeline.core import Pipeline, StepSequence from azureml.pipeline.steps import…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-11-05T10:29:13.46+00:00
Damarla, Lokesh 0 Reputation points
commented 2024-11-05T14:28:15.3933333+00:00
santoshkc 9,235 Reputation points Microsoft Vendor
2 answers

opening notebook in Azure ML with VSCode (web) fails

Attempting to open notebooks with VSCode (web) and getting a Fatal Error that states "Please check Developer Tools" on a black page. Opening Developer Tools, I see the following error: VM16 webOpener.js:2 Refused to create a TrustedTypePolicy…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-31T16:07:26.4266667+00:00
Chris Smith 0 Reputation points
answered 2024-11-05T07:26:26.7066667+00:00
navba-MSFT 24,905 Reputation points Microsoft Employee
1 answer

Issues with Cross-Encoder MS-MARCO-MiniLM-L-12 Model Deployment in Azure ML

A problem has been identified with the deployed cross-encoder-ms-marco-miniLM-L-12 model in Azure Machine Learning Studio. The model is producing unexpected and incorrect similarity scores that don't align with the expected behavior of the original…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,215 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,895 questions
asked 2024-10-23T06:56:56.2166667+00:00
Avinash Sachdewani 0 Reputation points
edited an answer 2024-11-05T07:16:42.4533333+00:00
romungi-MSFT 46,751 Reputation points Microsoft Employee
0 answers

Troubleshooting Batch Deployment Failure in CI Pipeline

A CI pipeline is set up to create a batch deployment from a pipeline component upon code changes. This pipeline has previously succeeded but started failing today. Upon reviewing the activity logs, limited information is available. The error message…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-11-04T08:21:50.49+00:00
Vu Le 20 Reputation points
commented 2024-11-05T07:07:37.1533333+00:00
romungi-MSFT 46,751 Reputation points Microsoft Employee
0 answers

a question about the Azure ML service connect to Azure storage account

Hello, I run my automated ML and I have the error message when submit my job The details are from this question https://learn.microsoft.com/en-us/answers/questions/1480895/an-error-message-when-i-run-azure-machine-learning I followed the instruction…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-01-09T07:38:53.7533333+00:00
Yu Cai 100 Reputation points
edited the question 2024-11-05T03:50:52.5066667+00:00
Sumarigo-MSFT 46,446 Reputation points Microsoft Employee
0 answers

Even though my model is registered and the correct name is used in the scoring script, Azure keeps returning 'Model not found' during deployment—any ideas why this could be happening?

2024-11-04 11:03:24,441 I [72] azmlinfsrv - Starting up app insights client 2024-11-04 11:03:25,092 I [72] azmlinfsrv.user_script - Found user script at /var/azureml-app/241104215715-2666479148/scoring.py 2024-11-04 11:03:25,092 I [72]…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,989 questions
asked 2024-11-04T11:24:30.28+00:00
Akshay 0 Reputation points
commented 2024-11-05T01:50:42.7866667+00:00
Akshay 0 Reputation points
1 answer

Azure ML Deploy Real-Time Endpoint - Azure Container Instance Error

In Azure Machine Learning Studio, a pipeline has been created using the designer along with an inference pipeline. When attempting to deploy the inference pipeline as a real-time endpoint using Azure Container Instance, an error occurs. The specific…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-11-04T05:25:13.4166667+00:00
Neil Campbell (AU) 10 Reputation points
edited an answer 2024-11-04T15:10:34.5833333+00:00
Ben van der Weg 0 Reputation points
0 answers

Auto scaling issue in Azure ML AKS deployment

I have Azure ML endpoint which is deployed in AKS , I have given min replicas as 1 and max replicas as 2, when i hit the endpoint with 1 request it directly scales the pod to 5 replicas which is the maximum value instead of scaling it one by one. …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-03T14:26:27.3233333+00:00
Ananth Ayyaswamy 0 Reputation points
edited the question 2024-11-04T05:09:11.8933333+00:00
vipullag-MSFT 26,316 Reputation points
1 answer One of the answers was accepted by the question author.

How to increase Azure ML Real-time endpoint Input limit of 100 MB?

I am deploying a custom model with a custom inference pipeline (with score.py) on an Azure ML Real-time endpoint. I have found that the maximum length of POST request content is 104,857,600 bytes (exactly 100 MB). In the limits given in the docs, there…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-11-03T12:17:19.09+00:00
Rahul Kurian Jacob 60 Reputation points
accepted 2024-11-03T14:08:08.11+00:00
Rahul Kurian Jacob 60 Reputation points
0 answers

How to Get the Latest Version of R Studio and R for Azure Machine Learning Studio?

I want to install R Studio on Azure Machine Learning Studio. I found a topic on the community, but the container image provided there contains an outdated version of R. I am wondering how I can get a container that contains the latest version of R Studio…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-07-16T14:57:07.6966667+00:00
KindCompute-6524 95 Reputation points
commented 2024-11-01T16:53:40.47+00:00
Aarab, Ilias 10 Reputation points
1 answer

Using ML.NET for Predicting Hourly User Session Counts

I am new to AI/ML and need assistance with a business scenario that involves machine learning, specifically using ML.NET as our preferred technology. We have collected hourly user session count data per country for the last year through log analytics.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
159 questions
asked 2024-10-30T12:51:31.8033333+00:00
Harshal Sonparote 1 Reputation point
commented 2024-11-01T15:46:33.09+00:00
Sina Salam 12,001 Reputation points
0 answers

Getting warning --system-datastores-auth-mode is in preview and under development even when az ml version is latest

Was following the installation guide from this https://github.com/microsoft/BCTech/tree/master/samples/MachineLearning, however when i try to deploy the machine learning resources, im getting an error "--system-datastores-auth-mode is in preview and…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-28T18:46:17.44+00:00
Sarrah Espinosa 0 Reputation points
commented 2024-11-01T13:15:13.1466667+00:00
santoshkc 9,235 Reputation points Microsoft Vendor
1 answer

"ManagedIdentityCredential.get_token_info failed" in train.py (serverless)

In my Azure ML pipeline, I have a training step which uses a file called train.py to train my model. The issue is, whether I use DefaultAzureCredential() or ManagedIdentityCredential(), I get errors similar to the one…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-29T01:57:25.8333333+00:00
Dominic Archual 1 Reputation point
commented 2024-10-31T22:52:16.8166667+00:00
Dominic Archual 1 Reputation point
2 answers

signing up as student

Hello I am Ibrohim Fattakhov. I wanted to sign up student but it won't work. I study at the university of Europe for applied sciences in Hamburg in Germany. I entered my university but it says unable to identify university ID. How can I sign Up as a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-07-03T13:43:39.4366667+00:00
Ibrohim Fattakhov 0 Reputation points
answered 2024-10-31T18:27:25.4066667+00:00
aligotto01 0 Reputation points
1 answer

How can I deploy the Huggingface model ColPali on Azure

I would like to deploy the ColPali model from Huggingface on Azure I have seen that there is a collaboration between Azure and Huggingface, and over 1000 models available, however I don't see ColPali available. I would like to know what alternative…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-03T17:48:42.9966667+00:00
duToit, Neil 0 Reputation points
answered 2024-10-31T17:38:37.4433333+00:00
Jose Quan 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to tag job outputs data assets directly

Hi, I follow the documentation here: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-read-write-data-v2?view=azureml-api-2&tabs=python section: Write data from your Azure Machine Learning job to Azure Storage to output a named data…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-07-10T06:28:58.9133333+00:00
Constantin 25 Reputation points
edited a comment 2024-10-30T22:44:34.0866667+00:00
Shivansh Beohar 5 Reputation points
3 answers

I am trying to schedule my azure ml command job. It runs fine the first time but from second occurrence, it directly goes into completed state!

I am trying to schedule a command job using bicep. It gets executed as expected the first time but then from 2nd time the job directly goes into completed state. resource jobResource 'Microsoft.MachineLearningServices/workspaces/schedules@2023-10-01' =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-02-20T15:49:30.29+00:00
Makarand Batchu 5 Reputation points
commented 2024-10-30T22:21:31.25+00:00
Amandeep Singh 1 Reputation point
0 answers

Is there any mechanism for updating the bunch of IP addresses of Azure Service Tag in the Azure Firewall?

Scenario: As part of the Enterprise Scale Migration (Azure Public Cloud to Azure Landing Zones), we are not able to access the compute in the Azure Machine Learning workspace. We are getting the two issues mainly: When we open the compute tab in the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,957 questions
asked 2024-10-28T12:17:12.14+00:00
Rajoli Hari Krishna 536 Reputation points
commented 2024-10-30T17:57:17.35+00:00
Rajoli Hari Krishna 536 Reputation points