Standard_NC80adis_H100_v5 access
I currently have access to low priority Standard_NC40ads_H100_v5 in azure machine learning, but want to get access to low priortity Standard_NC80adis_H100_v5. I am not sure how much quota increase to request for. I am currently using 32/40.
Azure Machine Learning
Submission of image segmentation jobs to existing compute cluster all of a sudden not working in Azure ML Workspace
Existing python azure ml sdk code to submit jobs to a compute cluster all of a sudden stopped working. Python code prints out following error: HttpResponseError: (UserError) The AutoMLJob input is invalid. Compute gpu-cluster not found in workspace…
Azure Machine Learning
Error Submit the AutoML job.
The AutoMLJob input is invalid. Compute X not found in workspace Y. It worked until yesterday, computers are accessible
Azure Machine Learning
How to fix authorization error when deploying image to endpoint in azure ML
I am trying to deploy a container image to an endpoint in azure and I get the following error: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed Repository exists and…
Azure Machine Learning
azure.ai.ml package missing from compute instance software version 25.06.10
I just created a new compute instance on Azure Machine Learning. It is running Compute instance software version: Linux 25.06.10 (current). I can't run my notebooks or scripts because I get the error "ModuleNotFoundError: No module named…
Azure Machine Learning
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

How do i register for Microsoft Azure Exam in Pakistan ?
Hi, I want to take Microsoft Exam AI-900 (Microsoft Certified: Azure AI Fundamentals) in Karachi Pakistan in Person centers. When try to register it shows Error "he credit card payment option is not available for this order. If you need…
Azure Machine Learning
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)…
Azure Machine Learning

Session creation failure with compute instance in Azure ML Studio – Custom application deployment failed
Hello, I am working in Azure Machine Learning Studio where I have a compute instance running, and I have successfully created a connection with Azure OpenAI service. As part of my testing, I was working with Prompt Flow and attempted to create a compute…
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…