Content
cant create a resource group
I am getting the below error on the resource group when trying to set up an Azure Machine Learning resource with a free subsription:…
Whisper model quota?
Hello, I want some guidance about whisper model. I noticed that there are two whisper one is OAI, one is Speech. Which one is better? What is the quota? Which I should use?
Not able to add azure machine learning extension for my cluster in azure portal
I am trying to add azure machine learning extension for my cluster in azure portal. Its not listing my cluster, though i have one. Could someone help me to solve…

Compute requirements for finetuning pipeline with CodeLlama
I used this model finetuning yaml as a template to build my own finetuning pipeline with the Codellama model that's in the Azure ML catalog. I specified the job with a Standard_NC24ads_A100_v4 (4 cores, 32 GB RAM, 150 GB disk) compute for all…
How I can connect to Azure ML compute cluster when my workspace is in Vnet & Private end points enabled?
Hi, I'm running one Python script in Azure ML compute cluster from Azure DevOps self-hosted agent VM which is in Vnet. My ML workspace is in another Vnet ( both Vnets have peered ) and ML workspace is in private endpoints and in between we have Firewall…


Unable to use node selector option in cli command "az k8s-extension create" while installing ml entension in AKS
We are using the below commands to install the ml extension in our AKS cluster with node selector config, but ending up with the attached error. AKS_ML_Extension_Command1.png AKS_ML_Extension_Command2.png Commands Used: az k8s-extension create --name…

certificate not show in profile
certificate not show in profile
NVIDIA supportability in azure
Hello team, please guide me to integrate NVIDIA model to azure, what is the best way to use NVIDIA LLM in azure? Does azure language or azure OpenAI plan to include it also as a base model
Azure Machine Learning and Azure SQL Server (private endpoint)
When I want to create a Data Asset with a query and confirm that everything is connected using the "Data preview" function. It shows me an error "Connection was denied since Deny Public Network Access is set to Yes" I don't want to…
StreamError sharing inputs form Sweep Job to Command Job - AzureML SDKv2
We have AML pipelines (sdk v2) containing three steps i.e training, image_creation and model_selector. We are using command components for these three steps. All of our steps can run in isolation as we save all data and configurations on storage…
Azure Machine Learning Studio: Errors with data assets and loading runs
Hi I encountered this problem while trying to work with Azure Machine Learning Studio, how can I fix this? I discovered this when i was trying to create an Automated ML Job but is impossible to continue... Thank you and have a nice day!
Azure ML HuggingFace custom model
Hello, I see now in preview we can select models from the HuggingFace Hub and deploy them on an Azure ML endpoint. What if my model is a custom model ? I see two options A) Ask Huggingface to add it to their model list (if they start doing that for…
Can I use embedding for face recognition
Hello, I want to know if embedding is good to recognize biometric so that we can make a app like face recognition?
Can't request quota increase for Azure Machine Learning VM family cores
Hello, I'm having trouble requesting a quota increase for "Standard NCASv3_T4 Family Cluster Dedicated vCPUs". When I try to request a quota increase, I receive the following error message: "Failed to request quota: Your support plan type…
How can I automatically retrain the model created by the Azure Automated ML
Scenario: I've used Automated ML to pick the best model for me. Great! But my dataset will grow over time as we collect more data. Now I'd like to auto-schedule a job to retrain that model once a month, for example. How can I do that? I…
Azure ML Deploy Model Component Fails due to unexpected model directory
Hello, I am using the Azure ML designer studio to create an AutoML training pipeline as shown. The deploy component is failing. Based on the logs it is expecting model code to be in a "mlflow_model" directory, however, the register…
What does provisioning state 'Failed' mean when deploying a batch endpoint on Azure Machine Learning Studio
When deploying a batch endpoint on Azure Machine Learning I get a provisioning state 'Failed'. However, the raw error message (found in azure portal) does not provide any more insight into what the problem might be. As far as I know there are no…
Prompt Flow Evaluation Failed with "The input for batch run is incorrect."
Hello, I am currently doing research on Prompt Flow. https://learn.microsoft.com/ja-jp/azure/machine-learning/prompt-flow/how-to-bulk-test-evaluate-flow?view=azureml-api-2 When trying to use the above manual to evaluate the performance of a flow using…
Unable to create pyspark DataFrame from Datastore in azureml-sdk (version 1.12.0)
I am trying to read contents from a CSV file into Spark DataFrame using azureml-sdk using following code but an exception is being thrown. Code throwing exception import pyspark.sql as spark from azureml.core import Dataset dataset =…
When I try to install the azure ML extension, I get the error: 'Pip failed with status code 1.'
I am trying to customise an environment for runtime but when I try to install the Azure CLI machine learning extension, I get the error Pip failed with status code 1. The full log is: cli.knack.cli: Command arguments: ['extension', 'add', '-n', 'ml',…