"Error 'Resource provider not registered' when deploying model in Azure ML Tutorial (Free Trial)"
Hi, I'm following the Microsoft Learn tutorial "Create a classification model with Azure Machine Learning designer" (https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html) with an Azure Free…
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…
GenAI Evaluation - Monitor API is broken
As i described in issue in azureml-ai sdk (Azure/azure-sdk-for-python#39075) : the monitoring in AzureML for LLMs is broken due to marshmallow updates. Therefore, I saw that you updated the component generation_safety_quality_signal_monitor in this repo…
ML-Assisted Labeling – Inference Job Not Triggering After Successful Training Runs
Issue Description: I am experiencing an issue with ML-assisted data labeling in Azure ML Studio where the Inference job is not being triggered after multiple successful Training runs. Steps Taken: Created an ML-assisted labeling project for object…
PyTorch not finding GPU when using Azure ML online endpoint
I'm trying to deploy a Azure ML managed online endpoint, that will be executing my model inference flow, using PyTorch-based models. The endpoint is set up to use a Standard_DS4_v2 compute cluster, and uses an environment based on one of the slightly…
How to create private Azure machine learning and compute in custom VNET?
Hi, Q1 - I am trying to use a custom VNET in Azure Machine Learning and have chosen to have a private network while disabling managed network isolation. When I attempted to create the compute without a public IP, it is trying to create the resources in…
FQDN rules does not propagate for Spark serverless Job in managed VNET AzureML
As you wrote in your documentation : When Allow Only Approved Outbound is enabled (isolation_mode: allow_only_approved_outbound), conda package dependencies defined in Spark session configuration will fail to install. To resolve this problem, upload…
I can't create a Machine Learning Workspace
Whenever I try to create a Machine Learning Workspace, the following error is displayed upon the creatin of a Storage Account: The selected subscription does not have permissions to register the resource provider. I tried creating a new storage account,…
Error while creating a managed online endpoint in azure machine learning studio
while creating a managed online endpoint in azure machine learning studio I get the following error in my workspace's notebook: --------------------------------------------------------------------------- OperationFailed Traceback (most recent call last)…
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…
How to install Python (Pip) Security Update for torch and Ubuntu Security Patch for VM in Azure machine learning studio?
I have deployed two models and two endpoints on Azure Machine Learning studios. There are requests to install Python (Pip) Security Update for torch (GHSA-5pcm-hx3q-hm94) and Ubuntu Security patch for GLib Vulnerability (USN-7114-1) etc. patches. I could…
Azure Machine Learning Add-in Excel Error
Hi Team, I'm trying to add the Azure machine learning add-in in excel and its coming up with this below error "Sorry, we cant load the add-in. Please make sure you have network and/or Internet connectivity. Click Retry once you're back online".…
Unable to access the dag.yaml file with original storage location
I am trying to access the prompt flow created in Azure AI foundry project, provisioning all the necessary permissions as per the documentation including CORS, yet I get the below error. "Authentication Failed Unable to access the dag.yaml file…
Automl Model Deploy Fails On Gunicorn Version Conflict
Hello, I am attempting to deploy an automl model to a real time endpoint, when I do I am getting a pip error about dependency conflicts between gunicorn and mlflow. It seems these install are dynamically added by azure? What can I do to get past this…
Azure ML Workspace to connect with SQL Server hosted on a VM
Connectivity from Azure ML Workspace Notebook to An SQL Server hosted on Virtual Machine in a separate Vnet running data warehouse SQL Server. The ML workspace has a managed Network. Is it a possible scenario and how?
Issue with Submitting Jobs in Azure AI ML Studio - Compute Instance Error
I have been submitting jobs through Azure AI ML Studio without any issues, but I have recently started encountering the following error: "This compute instance cannot be used as a compute target. Please create another compute instance and use it as…
What rank is used in LoRA fine-tuning?
I previously fine-tuned a few instances of gpt-4 using the standard Azure ML training flow. I am seeing online that Azure ML uses Low rank approximation in order to optimize fine tuning. I am wondering what rank is used in the LoRA fine-tuning process…
ML assisted data labeling completed the Training run phase, but how to start the Inference run?
I'm having trouble getting ML assisted data labeling to begin prelabeling. I have an object detection Data Labeling project in Azure ML Studio workspace. ML Assisted is enabled from the project creation. I manually labeled the number required to…
How to query data inside azure sql db from azure ml studio within private network?
Hi, I try to query data which is in an azure sql db from azure machine learning studio from within the same private network based on a managed identity. This error appears: DatasetValidationError: DatasetValidationError: Message: Cannot load any data…
How to get pipeline (View profiling) detail through Azure ML SDK in Python?
Hi team, I'm struggling to figure out how we can get the pipeline profiling detail. Can anyone please guide from azure.ai.ml import MLClient from azure.identity import DefaultAzureCredential # Initialize the MLClient ml_client = MLClient( …