Problem deploying AI Foundry Hub via Bicep to Managed Application Resource Group
We have a Managed application for the Azure Marketplace. We create a serviceconnection to have acces to the managed application resource group with owner rights added via the principal id on the management access settings of the plan . We can deploy…
Azure Machine Learning


Cohere Endpoint running too slow
Cohere Endpoint running too slow in sending a response. url = "https://Cohere-command-r-plus-08-2024-ly.eastus2.models.ai.azure.com/v2/chat" I have passing 20 article abstracts (each consisting of only one paragraph), it seems to be super…
Azure Machine Learning
Can't create Compute Instance in Azure Machine Learning Workspace when Storage Account has no public IP address
Hi everyone, I'm trying to create an Azure Machine Learning workspace to be able to develop, train and put in production custom made Python AI models using Scikit-Learn. I want the setup to be created from Terraform and I want to ensure no public IP…
Azure Machine Learning
Issue with VSCode Remote Extension: "Remote extension is not available"
Experiencing persistent issues connecting to VSCode, either locally or online, with the error message "remote extension is not available. Compute has stopped." This has hindered project work for over a week. As a workaround, local VSCode was…
Azure Machine Learning

Machine Learning Workspace: Create Compute taking hours?
I've been having trouble with Compute for most of the day in my Azure Machine Learning workspace. I created a compute instance just fine yesterday, yet when I went to boot it this morning, it would not do so. I eventually deleted it and have tried to…
Azure Machine Learning
Building an ML Model for open-ended questions Answers
Hi All, I am working on my thesis and require your help. Now I am trying to create text detector using Azur auto ML. the idea is the tutor will upload the model answers of open-ended questions such as ''What is Blockchain Technology?''. The model…
Azure Machine Learning
How do I access AutoML pretrained models when Azure Machine Learning Workspace is set to "allow only approved outbound"?
I have an Azure Machine Learning Workspace, where the networking settings are as follows: Public access is set to "Enabled from selected IP addresses" to only open for relevant, internal IP addresses. Workspace managed outbound access is set to…
Azure Machine Learning

Impossible de créer un point de terminaison Azure ML malgré fournisseurs enregistrés
Bonjour, Je rencontre une erreur lors de la tentative de création d'un point de terminaison en ligne dans Azure Machine Learning. L'erreur affichée est : "Resource provider [N/A] isn't registered with Subscription [N/A]." Pour résoudre le…
Azure Machine Learning
Impossible de déployer un point de terminaison en ligne malgré l'enregistrement des fournisseurs
Bonjour, Je rencontre un problème bloquant lors du déploiement en temps réel d’un modèle sur Azure Machine Learning. 📌 Problème : J’obtiens systématiquement l’erreur suivante : vbnet Copier Resource provider [N/A] isn't registered with Subscription…
Azure Machine Learning
How to setup real time inferencing for robotic application?
I'm new to Azure and would like to know my best option for an application where I need to send real-time video data to a model for inferencing and then get the predicted actions. I already have the setup for model training and the model registered in ML…
Azure Machine Learning
Machine Learning Online Deployment Fails with Generic Internal Server Error and No Diagnostic Details
I am currently working on deploying a Prompt Flow as a Machine Learning Online Endpoint. While the endpoint creation consistently succeeds, the deployment step fails with a generic "Internal Server Error," without providing any additional…
Azure Machine Learning


Azure AI Foundry Project Prompt Flow deployments fail for any new project or Hub
For the past week Prompt Flow deployments under AI Foundry Projects were failing for any new AI Foundry HUB or Project. Existing old projects and online endpoints work fine, but in any newly created HUB or project when deploying Prompt Flow, it never…
Azure Machine Learning

Critical Issues with MLflow and Low-Priority Job Handling
Hi team, We are a small team that relies heavily on Azure ML Studio to run AI experiments. I summarised below the issues presented by the users:** Issue Description:** Artifact Logging Conflicts: When low-priority jobs are pre-empted and…
Azure Machine Learning
Using this "ml_client_workspace.components.download" is not able to download the components code
If I use this method but this is not working properly if I upload a component now it wont be able to download the codes and it gives error ValueError: Invalid code path: None even though the data is in workspace blob store
Azure Machine Learning
I am getting an error: "Endpoint identity does not have pull permission on the registry." while deploying a custom trained model in azure.
ResourceOperationFailure: Endpoint identity does not have pull permission on the registry. For System Assigned Identity case and workspace ACR, platform will wire up the permissions but if user is creating deployment with User Assigned Identity or if…
Azure Machine Learning
ML Studio: Hardware Availability Limitations
Hi team, This is part of a collection https://learn.microsoft.com/en-ca/collections/rgru2toy67m56 from our company, dedicated to seeking support for issues and feedback related to our substantial usage of our private ML studio workspaces. I must also…
Azure Machine Learning

Why My Credential Fails When I Tried To Access Kusto From R in Azure ML Lab?
Error Code: 53003 Request Id: f44785ea-586d-4a41-95df-7476a3668d00 Correlation Id: 7eec1fe9-261f-450a-9ccd-ed86de0fca0a Timestamp: 2025-06-24T20:28:51.469Z App name: KustoClient App id: db662dc1-0cfe-4e1c-a843-19a68e65be58 IP address: 20.66.110.31 Device…
Azure Machine Learning
ML Studio: Compute Instances get lost time to time - never finish the "Starting" process
Hi, This is a problem we have had for a long time and was already addressed in a Support ticket without a fruitful outcome. The machines do not have a full disk. Here an example on how it looks The summary is Intermittent “loss” of dedicated Azure ML…
Azure Machine Learning
BaseJob is not supported in the current API version Apr2023Preview, please upgrade to the latest API.
I am currently using Azure SDK V1 for python to submit jobs to an Azure Machine Learning workspace. Lately, each execution run has been showing this warning. I guess it is somewhat because of the SDK V1 im currently using, but i have not been able to…
Azure Machine Learning
UserError: BaseJob is not supported in the current API version Apr2023Preview, please upgrade to the latest API.
I'm trying to trigger an azure ml pipeline component but the job fails after around 20 secs with the following error: UserError: BaseJob is not supported in the current API version Apr2023Preview, please upgrade to the latest API. I see this error as a…