Unable to find the option in azure machine learning workspace, while performing a lab
I was recently performing the lab: Train a Model with the Azure Machine Learning Designer, I think it comes under the DP100 course. So, I was doing the lab and in the step to configure a new pipeline, I needed to create a pipeline, but was unable to…
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
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
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…
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

There is a package conflic when Responsible AI is trying to run. How do I resolve this?
I am using Azure AutoML to train a predictive model that can guess segments. One of the child jobs for Responsible AI fails with the error below. Because of this my trained model does not have an explanation. I need to resolve this, so that I can…
Azure Machine Learning
Enhancement Request for AzureML Many Models Pipelines – Issue with Registered Models
Hi Team, I hope this email finds you well. My name is Raghavendra Namanio, and I am a Senior Data Scientist based in Hyderabad. I have extensive experience working with Azure ML for model building, pipeline creation, and MLOps. Recently, while working…
Azure Machine Learning
Unable to Use Uploaded CSV (MLTable) Dataset in Azure AutoML
Hi, I'm attempting to use Azure Machine Learning's AutoML feature to train a classification model using a CSV file I've uploaded. I've followed all best practices, including: Uploading the CSV via the Data > +Create > Data Asset path Selecting…
Azure Machine Learning
No prebuilt examples shown in Designer in Azure Machine Learning Studio
Hallo, usually there are some examples for Designer in Azure Machine Learning Studio. But I don't see them anymore, even though I cleaned my caches. Is Microsoft removing all examples? Or am I missing something here?
Azure Machine Learning
Error writing to OneLake datastore from Azure ML pipeline
I'm currently building an Azure ML pipeline in which I'd like to be able to send outputs to our OneLake lakehouse's Files area, rather than storing them in the blob storage associated with the Azure ML workspace. I'm using output paths that look like…
Azure Machine Learning
How to get permissions in order to deploy TimeGen-1?
Greetings, I am trying to deploy TimeGEN-1. so I've chosen it from model catalog, however when i clicked on "Deploy", i got the following error: Cannot create marketplace subscription UserError: Marketplace Subscription purchase eligibility…
Azure Machine Learning

newly deployed cohere model not returning content though giving 200
INFO:main:Requesting embedding from endpoint: https://ai-hubhyperbrane732453665666.services.ai.azure.com/models INFO:main:Model name: Cohere-embed-v3-english INFO:azure.core.pipeline.policies.http_logging_policy:Request URL:…
Azure Machine Learning

unable to access GPU resources on LLM_Sandbox_number1
While trying to setup an Azure Machine Learning Workspace, I was unable to assign GPUs as a part of the compute. I received access to only CPUs. However, I have been using GPUs in other parts of my application pipeline. Is there anyway to add these…
Azure Machine Learning
Cannot create Managed Online Endpoints — SubscriptionNotRegistered
I am trying to create a Managed Online Endpoint in Azure Machine Learning. I am getting the error: (SubscriptionNotRegistered) Resource provider [N/A] isn't registered with Subscription [N/A] I already verified that all resource providers are registered…
Azure Machine Learning
Microsoft Entra Hybrid Join (Azure Hybrid Join) error - 0x80072f78
Hello, So I got through multiple things and I would like to know if someone has any idea what to do here. I'm trying to join devices into tenant as hybrid joined, to deploy Windows Hello for Business. We're using Microsoft Entra Connect after recent…
Azure Machine Learning
Windows Server
Windows 11
Microsoft Entra ID
Understanding example of MultiClass Classification
Hello, I am currently reading the module multiclass classification and would like to understand how was TN(true negative) value for Class 0 derived as 5 instead of 4 (Section : The confusion matrix for a multiclass classifier). Can some-one help me…
Azure Machine Learning
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
How do I enable a Private Endpoint for Pay-As-You-Go Model Endpoints in Azure AI Hub
I have deployed 'Llama-3.3-70B-Instruct' in Azure AI Hub Foundry as Serverless API in East US2 region. Enabled the Private Endpoint on AI Hub with the DNS…
Azure Machine Learning
How to deploy a blue deployment in an azure managed online endpoint while having a green deployment with 100% traffic allocation, and avoid downtime
I have a green deployment with 100% traffic allocation, and I need to know how can I deploy a blue deployment to the same endpoint and not have the traffic in green set to 0% while blue is building up (this seems to be the default behaviour). What I am…
Azure Machine Learning

