When will Sora be released from Azure
I just want to know when will OpenAI open this model and will be available for us? Thanks for your information!
My ML Training Jobs are failing in Python SDK v2
I can successfully create an MLClient handle to my workspace. I can successfully create a job for generating a custom Environment. I have successfully created a training script. Command job for training fails even to start.
AzureMLCompute job failed 500: [REDACTED]: Some(true) Error while creating custom environment in azure ml
Hello everyone, I am trying to create a custom environment to train and deploy a catboost regression model in azure ml SDK. However when I submit the job, it's running for a while and then throws "AzureMLCompute job failed 500: [REDACTED]:…
How to find the Azure Container Registry URL for an Azure ML environment registered from a local Dockerfile?
I registered an environment in Azure Machine Learning starting from a local Dockerfile and context with CLI v2. Now I want to retrieve in which repository on the Azure Container Registry this image was pushed by AML during the environment registration…

Failed to delete managed online endpoint due to Internal Server Error
Hello, I have tried multiple ways to erase the managed online endpoint in my Azure Machine Learning studio, yet all methods failed due to InternalServerError. Azure CLI: Here I was trying to delete the deployment called "current" first, before…
Azure Machine Learning Data Retention and Deletion Policies
I am currently using Azure Machine Learning pipelines running in the workspaces as part of my organisation's data operations, and I have a few questions regarding the data retention and deletion AML related data stores. Data Retention Period: Could you…
Error with Azure DP100 Lab 11 - Compare and evaluate models
Hello, I'm trying to complete the Azure DP100 labs and on lab 11 (Compare and evaluate models), however I am receiving some errors that I can't crack when trying to build a pipeline that creates a responsible AI dashboard. I am receiving an error when…
Intermittent "Etag conflict" Error When Submitting Jobs via Azure ML Batch Endpoint
Using Azure Data Factory to submit jobs (foreach loop) to Azure ML via a managed endpoint results in an intermittent error. This error appears to indicate a potential rate limiting issue, but confirmation is needed. Here is the response from the Web…

Trained yolov8 model on compute cluster and all metrics are flat
Hi, I have been training yolov8 model using compute cluster and after training is complete, I see all the metrics are flat as if model did not learn anything I don't know what went wrong but the training completed successfully with 50 epochs and…
Azure machine learning job is not able to utilize the GPU provisioned Standard_NC6s_v3 using python sdk
I am currently working on fine-tuning a model called Phi-3-small-instruct-128K using the Azure Machine Learning Python SDK. The training job is running successfully, and there are no errors or exceptions thrown. However, the issue I'm facing is that the…
Resource provider [N/A] isn't registered with Subscription [N/A]
Details I created an Azure Machine Learning resource from my Azure Portal and then opened the web URL for it where I build my environment and worked to serve my model on the endpoints. This is the error I got: ResourceOperationFailure: Resource provider…
Azure ML studio designer python executor is outdated
Hey Team, Explored a lot on Azure ML studio service and found the designer is helpful. Still an issue when I am using the Execute Python Script in the designer it is import all libraries older version and when checked its python version it was also…
Even though I have enough credits, Azure Machine Learning Studio does not let me create GPU based compute instances. How can I fix this?
Even though I have enough credits, Azure Machine Learning Studio does not let me create GPU based compute instances. How can I fix this?
Authorization Failed Error
I am trying to run the AzureML SDK v2 code.While trying to authenticate MLClient via DefaultAzureCredential() getting Authorization failed Error. I have AzuremL Data Scientist role as well as full contrbutor role. Please check the log. File…
How to get permissions in order to deploy TimeGen-1?
Greetings, I am trying to deploy TimeGEN-1. so I've chosen it from model catalog, however when i clicked on "Deploy", i got the following error: Cannot create marketplace subscription UserError: Marketplace Subscription purchase eligibility…
How do I configure my Azure ML Workspace such that when I delete experiments and jobs, the corresponding Blobs in Azure Blob Storage are also deleted
I regularly submit jobs and experiments to train ML models. With each experiment, all my files and outputs are uploaded to my blob storage account. I have been constantly deleting failed and cancelled experiments, but I found out that deleting…
Microsoft Entra Hybrid Join (Azure Hybrid Join) error - 0x80072f78
Hello, So I got through multiple things and I would like to know if someone has any idea what to do here. I'm trying to join devices into tenant as hybrid joined, to deploy Windows Hello for Business. We're using Microsoft Entra Connect after recent…
How to fix AzureMLException: AzureMLException: Message: Execution failed in operation 'to_pandas_dataframe' for Dataset(id='id', name='TEMP_DATA_ASSET', version=1, error_code=ScriptExecution.Database.Unexpected,error_message and ErrorCode: ScriptExecution
Issue: AzureMLException When Consuming Datastore in AzureML via to_pandas_dataframe() Description of the Setup I have manually set up a datastore in AzureML, which is linked to an Azure Synapse Analytics server. During the creation of the datastore, I…
Azure AI Foundry: Private IP Compute Creation Confusion
Using Azure AI Foundry with the following settings: Public network access: Disabled Workspace managed outbound access: Disabled The goal is to create compute resources using private IPs from a virtual network (subnet) to connect with enterprise…
Parent job is complete, but child job keeps running indefinitely, doing nothing
I have an Azure ML sweep that produces the outputs I expected and is marked as complete. However, when I dug deeper (and got pinged a few times), I see that the child jobs are still running and keep running indefinitely. They don't seem to be doing…