Can´t delete a resource
Tried to delete a 'hub' resource got the following error: <resource_name>: AI hub still has associated AI projects:…
Azure ML | Support for ADLS Gen2 Datastore with SAS Token Authentication
Hello, I’m currently working on an application where we’re connecting various data sources—such as file shares and ADLS Gen2—to Azure Machine Learning. While we can create file-share datastores with SAS token authentication, I noticed that this option…
How to cancel current pipeline job "from within" in Azure ML sdk v2
I am porting a sdk v1 machine learning pipeline to SDK v2. It runs on a daily basis on a scheduler. We have a step which, under certain conditions, cancels the whole pipeline job (ie, the other steps won't run). Its code is like this: from azureml.core…
MS Azure ML designer column selection "by name" doesnt work
Why cant i use the tab 'by name' more than one time in a whole pipeline when using module requiring column selection? I can only use it in the first module (clean data) but then for all other modules no matter what that tab 'by name' is not…
How to fix real-time endpoint deloyment error for Azure ML Designer Inference Pipeline
I have created an Azure ML Inference Pipeline using the classical pre-built components from Azure ML Designer, but didn't succeed with the deployment of an online endpoint. The error is: "Failed building the environment" both for Azure…
Azure ML Studio error while testing real-time endpoint - list index out of range
I am new to the Azure ML Studio and just deployed the bike-rental regression model. When I tried to test it using the built in test tool in the studio, I am getting the attached error. Similar results running the Python code as well. Can someone please…
Azure Machine Learning - SSH Error When Attaching Virtual Machine Compute
Hello everyone, I'm experiencing an issue with the "Attach Virtual Machine Compute" function in Azure Machine Learning. I created a virtual machine and used "User Authentication" as the authentication type. The authentication worked…
Uploading Multiple Folders for Remote Job via Azure Machine Learning Python SDK (v2)
I am working with the Python SDK (v2) of Azure Machine Learning. I want to launch a training script on a serverless compute by using jobs. Typically, I create and launch a job using the Python command shown below. The problem I’m facing is that my…
How to have different outbound rules for spoke workspaces?
What I reckon from the hub workspace learn article https://zcusa.951200.xyz/en-us/azure/machine-learning/concept-hub-workspace?view=azureml-api-2 the spokes inherit the network configuration from the hub. How do spokes have different outbound network…
Cost-Effective Approach for Custom NER in Azure: Azure Language Studio vs. Azure Machine Learning
Hi Azure Community, I’m working on a custom Named Entity Recognition (NER) project where the main goal is to build a model that can extract specific entities from documents. I initially trained and deployed a model using Azure Language Studio, leveraging…
How do i create a Azure support ticket for a technical issue?
We are having trouble accessing the storage account and notebooks. Need help to resolve.
I am trying to delete a resource Group, that holds Azure AI Studio and no other resource. But I am unable to do it, have tried different ways
This is a wired scenario i am stuck in, I am unable to delete a resource group because the AI Studio in it is not deleting. It say it has Failed to delete resource group new-poc: Deletion of resource group 'new-poc' failed as resources with identifiers…
please explain formula
please explain what is ȳ in the formula R2 = 1- ∑(y-ŷ)2 ÷ ∑(y-ȳ)2. The formula is NOT complicated if you know what is what. Also tell what is it in the ice cream example
Failed to execute command group with error API queried with a bad parameter: {"message":"unknown or invalid runtime name: nvidia"} for my azureml compute instance type Standard_NC16as_T4_v3
I am creating custom azureml pipeline using python sdk this is my code from azureml.core import Environment, Workspace, ComputeTarget, Experiment from azureml.pipeline.core import Pipeline, StepSequence from azureml.pipeline.steps import…
Troubleshooting Batch Deployment Failure in CI Pipeline
A CI pipeline is set up to create a batch deployment from a pipeline component upon code changes. This pipeline has previously succeeded but started failing today. Upon reviewing the activity logs, limited information is available. The error message…
Machine Learning Studio - prepare_image step fails when deploying real time inference endpoint
I am using Azure Machine Learning Studio. In the UI, I define a pipeline in a designer. I train model by pressing Configure and Submit, I only change compute instance to mine and I set a name. Then in the pipeline's menu, I choose Create Inference…
HOW TO LOG IN RUN FUNCTION OF SCORING SCRIPT ON AML
Hi I am facing an issue while trying to log information in the score.py (scoring script) during online endpoint deployment. I’ve been able to log information in the init function, but I cannot log anything in the run function. Below is my…
Responsible AI - Module not found error
While creating responsible AI dashboard , encountering a module not found error - is there a way we can modify the environment to have a specific library in it - UI doesn't give us functionality & I also tried using the sdk & keep use dependency…
Azure ML | Export Data from Azure MLTable to SharePoint List
Hello, I have processed data in a Azure ML table which gets updated via PromptFlow periodically. How can I export this Azure MLTable to a SharePoint List? Thank You, Avni Bhatt
Azure ML Endpoint Deployment Error (No matching distribution found for en-core-web-sm==2.1.0)
I have trained a model with Automated ML. When deploying the model to an endpoint, I came across with this issue: ResourceOperationFailure: ResourceNotReady: User container has crashed or terminated. Please see troubleshooting guide, available here:…