Online Endpoint Creation
Online Endpoints resource type is available, but deployments fail with provisioningState=Failed and no compute attached. Can you please advise on any action to correct or if I need real‑time inference feature flag enabled on the back-end for my…
Azure Machine Learning
Unable to change or recreate System Assigned Identity on migrated Azure ML Workspace
We recently migrated an Azure Machine Learning Workspace from one tenant to another. After migration, the workspace’s System Assigned Managed Identity (SAMI) is no longer functional. Attempts to enable, disable, or recreate the system-assigned identity…
Azure Machine Learning
I am unable to delete a machine learning online deployment
HI, I am unable to delete a resource which is part of an already deleted resource group. I dont know why it is still appearing part of the 'All resources' list and I feel, somehow, this has become an orphan resource (without a parent resource group). …
Azure Machine Learning
AWS to Azure Migration (ML Models)
Hi All, I have a requirement to migrate my AWS Python code from Sagemaker to Azure cloud. For doing this I have two options : Option 1 - Azure ML Option 2 - Azure + Databricks ML My Requirements : Cost Effective Les Complicated Minimal Code…
Azure Machine Learning
ML Studio Data Labeling On-Demand ML Assisted Labeling failing with ImportError
We are trying to kick off an on-demand ML assissted labeling against a ML Studio Data Labeling project. Getting the following error (using AzureML-ai-ml-automl-dnn-text-gpu:27, auto-selected by ML Studio). I see there is a version 36 that may fix this…
Azure Machine Learning
Error when deploying Auto ML model for image classification
Hi community, we created a simple image classification (single class) model using auto ml. The process seems to finish fine and the model (based on seresnext) is available for deploy. When using the automated deploy mechanism to a real-time endpoint,…
Azure Machine Learning
Cannot use GPU VMs (NC4as_T4_v3) in Azure ML despite having quota - VMs grayed out
Hello Azure Community, I'm trying to deploy an Azure ML real-time endpoint with GPU compute but unable to select GPU VMs despite having quota allocated. Subscription Details Type: Pay-As-You-Go Status: Active Region: West Europe Quota Status I have…
Azure Machine Learning
Machine Learning Studio Error (530 No backend service has been configured...)
I just created an Azure Machine Learning workspace (new resource group, workspace, storage, etc.) and when I attempt to launch ML studio (ml.azure.com) I get the error below. I have tried both public access enabled from all and selected IP with my public…
Azure Machine Learning
Machine Learning Studio jobs fail due to DATA_CAPABILITY timeout
I'm running a custom deep learning experiment with TensorFlow/Keras in Azure ML Studio. The data is in tfrecord files, each around 1GB. Smaller datasets (~10GB) have worked fine, but now that I'm ready to use my main dataset which is over 200 files I'm…
Azure Machine Learning
https://go.microsoft.com/fwlink/?LinkId=2082704&clcid=1033 https://go.microsoft.com/fwlink/?LinkId=2087156&clcid=1033
https://go.microsoft.com/fwlink/?LinkId=2082704&clcid=1033 https://go.microsoft.com/fwlink/?LinkId=2087156&clcid=1033 I'm getting an error message whenever i load this link when installing the Azure machine learning
Azure Machine Learning
Azure machine Learning Workspace Notebooks - write sqlite files
Hi, I am running this and AML notebooks not accepting SQLite writing process due to SQL lock. db = Chroma.from_documents( docs, emb, persist_directory="chroma_db" # not working ) But not saving/writing and the cell is not fininshing…
Azure Machine Learning
I have a problem with mounted drive in Azure Machine Learning using git clone and docker build.
In my compute in Azure Machine Learning Workspace is perform a git clone of my Azure Devops Repository. The git clone takes al lot of time and results in an error: ```Cloning into 'UC... Password for 'https://******@dev.azure.com': ``` ```remote:…
Azure Machine Learning
What's the recommended way to use a user-defined Managed Identity ?
Hi, I'm currently using the AzureML Python SDK v1 (Switching to v2 is not an option that I consider for the moment). I'm trying to give read and write access to an AzureML job so it can access an Azure Table storage. The compute cluster is attached to…
Azure Machine Learning
Create or register AzureML pipeline without triggering it
Hi! I see in the documentation that for creating an AzureML pipeline with the python SDK you do: pipeline_job = ml_client.jobs.create_or_update( pipeline_job, experiment_name="pipeline_samples" ) print(pipeline_job) # Alternatively, if…
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
Get access to the AML job which runs the current Python code.
Hello! I would like to get access to the job running the current Python code. I know it is possible using mlflow if I know the run_id, as follows: this_job = client.jobs.get(run_id) How can I do it without knowing the run_id ? Ideally, without…
Azure Machine Learning
how to charge the cost for machine learning workstation if there's several weeks not to open it?
Hello, support team There's several cost for this resources, virtual machine, defender for cloud, private endpoint, storage and so on. when I close the instance and delete it because of other interrupt issue. there's a cost for private endpoint and…
Azure Machine Learning
Race conditions in Azure ML endpoint inference?
Hello, When using the auto-generated python scoring scripts for consuming models deployed as a managed online endpoint, I noticed that the scripts defines the loaded model as a global variable, global model. This has me concerned if there is a risk of…
Azure Machine Learning
Requesting lift of regional restrictions
My Azure for Students subscription has the sys.regionrestriction policy applied. I cannot create any resources (Storage Accounts, Azure ML Workspace, etc.) in any region. All attempts fail with: (RequestDisallowedByAzure) Resource 'RESOURCE_NAME' was…
Azure Machine Learning
I have an "Azure for Students" plan and I’m unable to create a workspace.
Hello, I am using an Azure for Students subscription and I am unable to create an Azure Machine Learning Workspace in any region. Every attempt results in this error: “Resource was disallowed by Azure: This policy maintains a set of best available…