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…
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…
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…
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,…
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?
Azure AI Foundry - Rate Limit Exceeded Try again in 86400 seconds
Hi I have deployed a gpt-4o model in Azure AI Foundry and am trying to test it in the Chat Playground. I've used the Add your data section to create a vector index that points to my Azure Blob storage location where the files for the gpt model to…
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…
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…
FQDN rules does not propage 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…
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…
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, and uses an environment based on one of the slightly older,…
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( …
Connect to PostgreSQL Flexibe Server from Azure Machine Learning Pipeline
Hi, I have a Machine Learning Pipeline, a WebApp and a Postgre Flexibe server with private access that was generated when creating the web app. My pipeline should be able to connect and insert data into the database created. I have read some tutorials…
I have available cores but I can't access it for my endpoint deployment
I have available cores for either Standard_NC6s_v3 or Standard_NC24ads_A100_v4 while creating computer instance. But when I try to deploy an endpoint with the choice of Standard_NC6s_v3, it does not appear in my list of choices. Please help me. Thank…
why Import data assets (preview) feature not available in West Europe?
Hi, Many features in preview are not available for the region West Europe. How can I check whether it is available in the region and if it is available, how to enable for my subscription? For example, Import data assets (preview) option is not showing in…
exception when create azure ml data asset
Hi, This is my code to create a data asset: # This section of code authenticates to an Azure Key Vault Using the Client Secret Credentials credentials = ClientSecretCredential(client_id=client_id, client_secret=client_secret,tenant_id=tenant_id)…