Getting 422 for Time Gen-1
Until now API was working fine but I'm getting 422 errors unnecessarily, is this a limit issue? We are internal team at Microsoft trying to utilize timegen-1, and we keep running into unknown issues > nixtla_validate_api_key() [1] TRUE > df <-…
Azure Machine Learning
Azure Machine Learning fails to create workspace
I am using a Student account. I am receiving errors like: { "code": "InvalidTemplateDeployment", "message": "The template deployment failed with multiple errors. Please see details for more information.", …
Azure Machine Learning
How to deploy a machine learning model on Azure with minimal cost?
I’m currently learning Azure Machine Learning and trying to deploy a simple classification model. The deployment works fine, but I’m unsure how to automatically retrain the model when new data is uploaded to Blob Storage. Is there a way to automate…
Azure Machine Learning
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 Machine Learning
charged $41 during Azure Machine Learning Free Trial — Need Refund and Cancel Subscription
Hello, I recently signed up for an Azure Machine Learning Free Trial, but today I noticed a $41 charge on my bank account. I did not expect to be charged since I only used the free trial. Could you please help me: Cancel my Azure subscription to stop…
Azure Machine Learning
Batch endpoint does not work with a specific model
I have a model that is working fine when I do training + batch inference. But when I do the same from another model I have, I get this error: 2025-10-14T17:05:53: #10 52.37 Collecting pyarrow<20,>=4.0.0 (from mlflow==2.22.2->-r…
Azure Machine Learning
Dependency caching in AzureML pipeline
Hi! I am using the uv python package manager to run my pipelines. For instance, I have a data prep component where the entry point is: code: ../../../../ command: uv run --extra extra_group --no-dev --locked src/my_package/train.py environment:…
Azure Machine Learning
CRITICAL: Quota Request Disabled Despite Paid Developer Support for Azure Machine Learning
"Hello Azure Support Team, I am facing a critical issue with increasing my GPU quota for Azure Machine Learning. I have followed all necessary steps, but the quota system remains locked, indicating a possible configuration error on the subscription…
Azure Machine Learning
Getting 503 at Azure ML studio timegen-1
Im getting 503, while calling forecast api or validation for TimeGen-1** Failed to test model**: Request failed with status code 503
Azure Machine Learning
Bicep Machine Learning Workspace Codes doesn't work
I am getting error when trying to create or reference an existing Codes and there is not a single place or documentation that I found and tells this is not possible, so this must be a bug, since all the other services that has versions is working fine,…
Azure Machine Learning
Questions about Azure ML Preview Features Being Removed
Hey, I’ve received a few emails over the last few weeks to months regarding preview features in Azure ML that are going to be removed in the near future. Some example key points are: Use of v2 data assets (uri_folder and mltable) in a data labeling…
Azure Machine Learning
Azure Machine Learning Studio compute stuck on 'Starting up' and costing us money
Twice now we've ended up with a compute instance in Azure Machine Learning Studio which is stuck on 'Setting up'. In this state it is not possible to stop the compute and the idle shutdown does not function, yet the resource still costs us money. Last…
Azure Machine Learning
Transfer certifications from student account to personal account?
I have access to MS Learn through my university and I can access the materials to learn for the certifications. I want to do the Certified Data Scientist associate certification but I want to know if I do it with my university account do I still need to…
Azure Machine Learning
Model deployment keeps failing due to provisioning and quota issues
Model deployment keeps failing due to provisioning and quota issues Hello, I’m facing repeated deployment failures while completing my NAVTACC AI/ML training assignment in Azure Machine Learning. Every time I try to deploy my model (real-time endpoint),…
Azure Machine Learning
I requested quota increase for compute. I do not require this anymore, how to remove/reduce quota back to 0.
I requested quota increase for compute which got approved but I do not require this anymore, how to remove/reduce quota back to 0.
Azure Machine Learning
How do we know if an azureml image is being used?
When we create a Machine Learning Workspace, we can set an existing Container Registry that will be used by AML service. But we have been flagged of packages under a given image that needs to be fixed. Example: #table cols="3" Package…
Azure Machine Learning
Does Machine Learning Codes can be access from Studio UI?.
I have uploaded the batch_driver.py file in a storage account, then I have created this Code using Bicep template: param codeAssetDescription string = 'This is a test description for a code asset created by an ARM template' @description('If the name…
Azure Machine Learning
Avoid scheduled pipeline to be triggered immediately after creation in azureml (Python SDK v2)
When I submit a pipeline with an associated schedule, it runs immediately after submission, instead of waiting until the scheduled time of the day, day of the month, etc. Is there a way to avoid this programmatically using Python SDK v2?
Azure Machine Learning
How to add properties when running batch endpoints using REST API?.
We currently have a pipeline in ADF that we are using to train a given model using Pipelines components, and if we check this doc PipelineJob we can see the properties available, that way I am being able to use displayName, tags, etc normally for…
Azure Machine Learning
Real-time inference endpoint deployment for Azure ML Designer pipeline fails.
Workspace: mis-101 Subscription ID: Azure subscription 1 Region: East (may be West) Issue: Real-time inference endpoint deployment for Azure ML Designer pipeline fails. Endpoint name: <endpoint-deploye-mis101-1> Deployment state: Transitioning →…