Azure OpenAI - User has no active subscriptions with valid quota
I have an Azure for Students subscription in Azure. I'm following this quickstart to level Azure OpenAI: https://learn.microsoft.com/en-us/azure/ai-services/openai/use-your-data-quickstart I've created all the necessary Azure resources and have created…
Azure ML Workspace cannot create prompt flow compute session
I have a ML workspace with compute instance running, also created connection with Azure OpenAI service. I am doing some tests on the prompt flows and i tried to create a compute session with my compute instance. I am getting the error below: Session…
Timeline for the public release of the Preview policies for Azure ML model deployment
We are defining scalable and extensible Azure policies to restrict the deployment of Azure ML models, including serverless LLM models, online endpoints, and batch endpoints. We have identified two built-in policies for this purpose: [Preview]: Azure…
Complete Process for Custom NER in Azure ML: Data Import, Labeling, AutoML vs Designer, Deployment
Hello Azure ML Community, I am working on a Resume Entity Extraction Project and need guidance on using Azure Machine Learning (AML) to build a Custom Named Entity Recognition (NER) Model. I would like to understand the end-to-end process in AML,…
'ImportError: cannot import name 'AccessTokenInfo' from 'azure.core.credentials'
I'm trying to execute python script using this tutorial https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/execute-python-script?view=azureml-api-2&viewFallbackFrom=azureml-api-1 but I keep receiving azureml_main:…
Best storage option for multiple csv files on blob storage to be consumed in a ML training job
Hello i have a question about what is the best storage option for multiple csv files that are created on daily basis, if they are to be consumed later in an Azure Machine learning training job. I am looking into two options, the first is creating an…
I cant stop my running compute on Microsoft Azure Machine Learning
I created my GPU instance and have been using it for the past few weeks. However, I am not able to turn it off suddenly today despite using the same account that was used to create it. Is there a way to turn it off without deleting the whole compute?
reading csv files in azure ml notebook
Hi, I want to read all CSV files in an Azure ML notebook. I registered a folder as a data asset, and when consuming the files, the final DataFrame becomes a concatenation of all CSV files. However, I want to read each CSV file separately, remove a…
Reading Data as Spark DataFrame using mltable
The Microsoft documentation for mltable mentions support for reading data as a Spark DataFrame, but specific examples or references are hard to find. Docs:…
AzureML batch data monitoring
I'm working on a batch use case and attempting to setup model monitoring. I've had issues getting it setup and have a few questions. Documentation notes data collector as strictly for online endpoints, is this true? Is model monitoring implemented…
Issues Deploying Endpoints for Custom HF and Preset Azure Mistral Models in Azure ML
Hi everyone, I'm fine‑tuning a language model for financial Q&A using a custom loss that emphasizes numerical tokens (tokens between <NUM> and </NUM>). I run the entire process in Azure ML using pipelines and register my models after…
Improving Numerical Accuracy in Fine-Tuned SLM on Azure AI Foundry / Azure ML Studio
I’m fine-tuning a Small Language Model (SLM) using Azure AI Foundry / Azure ML Studio on a dataset of 5,000 Q&A pairs related to financial data. The goal is to make the model accurately answer numerical questions (e.g., percentages, financial…
How to add multiple csv's as .zip file new Azure Machine Learning Designer (Non-Classic)
In classic mode there was option of adding multiple csv files zipped into a folder and uploaded into the Azure ML studio (classic). I want to achieve the same in the new Azure Machine Learning designer (non-classic) but I don't see the option of upload…
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)…
![](https://techprofile.blob.core.windows.net/images/yvMa1-rCBkaaUpBrURFFJg.png?8DA375)
How to auto-authenticate AML compute instance to start on a regular schedule?
Hi, I am trying to use Azure ML workspace to run Python notebooks on a regular basis to query Kusto data and conduct data processing. I created a Compute instance in AML, set up the starter shell script, and configured the Startup schedule of the compute…
Seeking Help designing a RAG application for Code Conversion Application using Azure ML
Hello, May someone please share your thoughts how can I designed a RAG based solution for converting Scala Spark code to Pyspark. How to design such application. Thanks
Why does the "import labels" feature in an Azure Machine Learning Labeling Project tell me that it finished successfully when it didn't import any labels?
I have a labeling project that I started in CVAT which I want to continue in Azure Machine Learning. For this I uploaded the images to AzureML and created a data labeling project for them. I exported the labels from CVAT as COCO-files and converted them…
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 Studio - No Kernel Connected
There is a Kernel Error within Azure Machine Learning Studio. I have restarted the Compute Instance and used different browsers; the issue does not disappear. It was working fine until the 31st January 2025. Does anybody know when its going to be fixed?
Error during batchpoint invoke: Access to this resource is denied. Please check your ACL rules on the resource
Hello, I am getting a "Access to this resource is denied. Please check your ACL rules on the resource." when attempting to invoke a batch endpoint. I have tried both with Azure CLI and Azure Data Factory to invoke a batch endpoint, with both…