Deployment of model failing
I am trying to deploy the machine as per instructions for the exercise - https://learn.microsoft.com/en-us/training/modules/design-machine-learning-model-training-solution/5-exercise. I have done the 30 day subscription but I am not able to request…
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
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

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

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
i have hosted serverless endpoint in ML and now i get 429 error
I hosted a model as serverless endpoint in ML studio and now i am not able to consume the resource. The request i send are taking more than 2 minutes and i am also getting 429 error. Everything was working fine until 06/27 and from 06/27 onwards i am…
Azure Machine Learning

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


Creating a MarketplaceSubscription with azapi results of an error
Hello, I'm trying to deploy a MarketplaceSubscription using azapi but I always get : Another operation with ID [id] is already running on marketplace subscription []. Please wait until the the current operation completes." The Azure ML is…
Azure Machine Learning

How to fix model logging in MLFlow?
Hi. I am getting a 404 when logging models using MLFlow: ... os.environ["MLFLOW_TRACKING_URI"] = workspace.mlflow_tracking_uri ... mlflow.pytorch.log_model( pytorch_model=dummy_model, …
Azure Machine Learning

erro ao tentar registrar dispositivos
Hoje pela manhã, por volta das 09h, alguns usuários relataram problemas ao tentar acessar seus dispositivos. Erro de dispositivo excluído: Ao tentarem fazer login, é exibida uma mensagem informando que o dispositivo foi excluído, conforme imagem em…
Azure Machine Learning

How to fix Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider (Code: SubscriptionNotRegistered)
We have Microsoft Sponsored Subscription in addition to our regular subscriptions. When creating a workspace for Azure Machine Learning and then deploying a model in our regular subscription there is no problem. However, when replicating the same…
Azure Machine Learning
Azure ML ScriptExecution.StreamAccess.Unexpected
I'm very new to using Azure ML but I have been trying to figure out how to fix this issue and just can't figure it out. I created a Data Asset by uploading a csv file from my local file to workplaceblobstore. Using this data asset I have had success with…
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
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
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…
Azure Machine Learning
How to set the environment for AutoML regression tasks to run on?
I am trying to set the environment for AutoML regression jobs. I have the entire codebase setup on python 3.10 and I have an environment setup as well. The entire pipeline steps run on this environment, except AutoML regression. The issue arises when I…
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

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
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…