Why does the "import labels" feature in an Azure Machine Learning Labeling Project tell me that it finished successfully when it didn't import any labels?
I have a labeling project that I started in CVAT which I want to continue in Azure Machine Learning. For this I uploaded the images to AzureML and created a data labeling project for them. I exported the labels from CVAT as COCO-files and converted them…
Azure Machine Learning
I want to access keyvault from my endpoint deployed on aks cluster. How to do that ??
How can i let my endpoint access the keyvault? Endpoint is deployed on a aks cluster. These endpoints are created in azure machine learning for model deployment.
Azure Machine Learning
Using the example demand-forecast notebook with my own data and getting errors
I have successfully run the aml-demand-forecast-mm-pipeline.ipynb sample notebook, and am trying to run it using my own data. I had several issues with the jobs rejecting my parquet files, so i switched to .csv. This appears to have solve the initial…
Azure Machine Learning
SSL for model endpoints in Azure machine learning studio
I have a multidomain SSL for my dev, uat and prod environment. I have a pre-existing azure kubernetes service and was trying to install azure ml extension on it using UI. Now a endpoint is already deployed using SDKv1 and I am trying to migrate from v1…
Azure Machine Learning
What pattern best suited to onboard LLM model for RAG based and Agent AI based application? using natively consuming LLM within AML workspace or consuming LLM via AI gateway? Is AI gateway supports Agent tools and RAG pipeline ?
What pattern best suited to onboard LLM model for RAG based and Agent AI based application? using natively consuming LLM within AML workspace or consuming LLM via AI gateway? Is AI gateway supports: Agent tools ? RAG with dynamic prompt ? Aso what all…
Azure Machine Learning
can not install opendp.smartnoise in Azure ML
I am using Azure ML via jupyter notebook Python 3.8 - AzureML and Standard_D2s_v3 as computing power I want to apply differential privacy via opendp according to official tutorials. Hovewer When I try to install it I have an error !pip install…
Azure Machine Learning
I created a online-endpoint in 2022 in aml workspace, it is visible in ui but when i run az ml online-endpoints list it not coming up ??
newly created endpoint are visible but not that old one why?? it is an online-endpoint
Azure Machine Learning
How do I force and Azure Machine Learning batch endpoint to rerun every time
Within Azure ML, I have a machine learning pipeline running R code. I have successfully run this pipeline with the allow_reuse parameter being false, which means that the pipeline reruns every time it is invoked. This is the behavior that is required. I…
Azure Machine Learning
Azure ML Pipeline Fails Due to Dataset Timeout
Environment: Azure ML Pipeline triggered via ADF Dataset created in Azure ML using a SQL query from Azure SQL Database Python script step consumes this dataset Issue: The ML pipeline intermittently fails with a TimeoutError before the Python script…
Azure Machine Learning
How to fix ResourceOperationFailure error on Azure Automated ML Deployment for Endpoint
Dear Team, I’m facing an error and unable to complete my exercise of deploying a machine learning endpoint. Exercise: Deploy a Model as a Service I’m unable to resolve the error below as it is not clear what resources are creating this error:…
Azure Machine Learning
Why am I being charged for Azure Machine Learning?
Context: I created an Azure Machine Learning workspace and uploaded a dataset that's less than 1mb. I created a compute instance and a compute cluster to test. They're shutdown, and haven't used the workspace since Oct 25, yet today I log in and find out…
Azure Machine Learning
Azure Storage
Azure Cost Management
I try to deploy ml end point and i keep getting an error saying Resource provider [N/A] isn't registered with Subscription
When i try to deploy machine learning end point i get same error over and over although i did register the resources with my subscription. This is the error i get "Resource provider [N/A] isn't registered with Subscription"
Azure Machine Learning
cannot deploy LLAMA 3.2 vision
I'm getting this error when trying to deploy llama 3.2 vision on Microsoft for Startups azure subscription : Failed to deploy model Llama-3.2-90B-Vision-Instruct UserError: Error occured when subscribe Marketplace: Marketplace Subscription purchase…
Azure Machine Learning
Azure | Azure Startups
While deploying an online endpoint on Kubernetes cluster in azure machine learning. I am getting error stating that endpoint already exists in workspace.
"OnlineEndpoint eva-ml-sec-test already exists in cluster, in workspace" but i deleted the endpoint after previous creation.
Azure Machine Learning
How to fetch child job models from automl job in sdkv2 ??
In SDK v1 this is the way to fetch the fitted_model using get_output function. How to do it in SDK v2 as ml_client.jobs.get(child_job_id) doesn't work. match = re.search(r'\_(\d+)$', child_run_id) iteration = match.group(1) assert…
Azure Machine Learning
Cohere-embed-v3-multilingual model was working for a couple of weeks, then suddenly stopped working.
My application was successfully using the Azure AI Embeddings client with Cohere multilingual embedding models for the last couple of weeks. This week, without any code changes on our end, the same code started returning JSONDecodeErrors. Our…
Azure Machine Learning
I have used automl.classification to create a automl job in sdkv2. But the model trained is having sdkv1 packages why ??? and how can i resolve this i want my model to use sdkv2 packages.
I have used below code to create a automl job. Models trained from it are using sdkv1 libraries why ?? though below code is sdkv2. I want to evaluate my model on new testing data in my local environment but getting package issue with sdkv2 packages…
Azure Machine Learning

unable to delete endpoint and resource group
For one of my classes - I created a ML workspace and enpoint. I am unable to delete the endpoint. I am following the steps in the tutorial: In Azure Machine Learning studio, on the Endpoints tab, select the predict-rentals endpoint. Then select Delete…
Azure Machine Learning
Authentication issues when starting notebook compute
Until last week the process for opening a notebook in Azure Machine Learning Studio was: Go to Notebooks Open notebook Select compute instance and start it At this stage a banner notification would appear saying that you need to authenticate to…
Azure Machine Learning
Dall-E 2 of 2 Capacity Unit Shadow ?
Hello, I am encountering the following error when deploying Azure OpenAI resources with AzureChat (https://github.com/microsoft/azurechat.git) and got the same problem with GUI : InsufficientQuota: This operation require 1 new capacity in quota Capacity…