2,572 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

Azure ML Studio model deployment on AKS fails. reconcile failed with 403 when request new token

I am trying to deploy one of Azure's curated models from their ML catalog in the Machine Learning Studio onto an AKS cluster. I have attached a Compute in the ML Studio to the AKS cluster, but the deployment fails with a reconciler error on metrics-…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,867 questions
asked 2024-05-04T19:28:57.5466667+00:00
Armin 0 Reputation points
edited the question 2024-05-04T20:07:52.9666667+00:00
Armin 0 Reputation points
1 answer One of the answers was accepted by the question author.

Hierarchy and relationships between Azure OpenAI, Azure Hub, Azure AI, Azure AI Project, Azure AI Services...

I surely can't be the only person thrown by the spaghetti of different AI services provided by Azure? Where do I start? I set up OpenAI months ago. It worked well. Now I want to add managed Llama 3, Mixtral, etc., services but have become lost in the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,192 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,395 questions
asked 2024-04-22T03:56:06.27+00:00
Girish Gupta 0 Reputation points
accepted 2024-05-04T00:13:22.77+00:00
Girish Gupta 0 Reputation points
0 answers

mlclient DefaultAzureCredential failed to retrieve a token from the included credentials.

Hi, I followed the azure machine learning sample code, however mlclient failed to retrieve a token from the included credentials.. Screenshot is attached. Thanks.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-05-01T22:46:46.91+00:00
Richard Gross 0 Reputation points
commented 2024-05-03T20:44:58.9966667+00:00
dupammi 6,645 Reputation points Microsoft Vendor
1 answer

getting access to std_log.txt programmatically

I am running my experiments on a compute cluster using azure.ai.ml.command. My script uses lightgbm and Optuna for hyperparameter tuning. Intermediate output is written to stdout (not using logging package) which I am able to see in std_log.txt in the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2023-05-03T17:06:51.6533333+00:00
ironv 0 Reputation points
commented 2024-05-03T20:12:38.5466667+00:00
Drizen, Jordan 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can't create a parallel coordinate charts on Azure ML Studio

Hello, I have my pipelines setup and running in Azure ML studio. I can see my metrics and everything correctly displayed in the job interface for my experiment. But I can't setup the parallel coordinates chart to work: when clicking on primary metric…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-05-02T21:31:09.64+00:00
Ugo Cupcic 25 Reputation points
accepted 2024-05-03T18:57:59.21+00:00
Ugo Cupcic 25 Reputation points
0 answers

Fine tuning Llama 2 model in UK

We are trying to fine tune the Llama 2 model but it seems we need a project set up in the US West 3 region to do this. Right now when I try to fine tune I get this error: SpecialFeatureOrQuotaIdRequired InvalidTemplateDeployment: The subscription does…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,395 questions
asked 2024-04-22T15:44:40.9566667+00:00
Joe Jordan 0 Reputation points
commented 2024-05-03T14:55:16.7933333+00:00
AshokPeddakotla-MSFT 27,571 Reputation points
asked 2024-05-02T11:06:40.23+00:00
DevOps 0 Reputation points
commented 2024-05-03T12:28:19.42+00:00
dupammi 6,645 Reputation points Microsoft Vendor
1 answer

Can't access Storage account using User Managed Identity in a Azure ML Worksapce

I am getting error while attempting to connect storage account to AML workspace using user managed identity in a Jupiter Notebook, I encountered the following issue. AzureConflictHttpError: Public access is not permitted on this storage account.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2024-05-02T08:46:05.5966667+00:00
Dinesh Goyal 0 Reputation points Microsoft Employee
commented 2024-05-02T10:46:52.9966667+00:00
Dinesh Goyal 0 Reputation points Microsoft Employee
1 answer

How to price out GPU usage

Can anyone help me price out a setup on azure that would allow us to leverage machine learning to process videos? Need gpu's and these would be 13 hour videos, need to process multiple videos at a time.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
969 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,395 questions
asked 2024-05-01T17:25:53.2866667+00:00
Openskies 0 Reputation points
edited the question 2024-05-01T20:25:49.0833333+00:00
Azar 19,245 Reputation points
1 answer

Not enough quota to deploy a Azure Machine Learning Promt Flow

So i was following this video (https://www.youtube.com/watch?v=t73rFjUNY88) to create a promt flow with my data and deploy it so i can get access to the REST endpoint for my project. Some small things were already different but i got a promt flow that…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-19T08:15:45.9866667+00:00
Middendorf, Jelle (ZGNL) 0 Reputation points
commented 2024-05-01T02:26:52.13+00:00
AshokPeddakotla-MSFT 27,571 Reputation points
1 answer

openai cookbook is not working and returning error

I am following azure OpenAI cookbook but the code sample there is not working as expected, different error returns to different request. Is that the official document? Is there sample repo for us to download and run?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-29T22:49:38.1133333+00:00
Dan Ishutin 60 Reputation points
commented 2024-05-01T01:07:24.11+00:00
Maui Rivera 240 Reputation points Microsoft Employee
1 answer

Move Azure ML designer to pipeline

Hi pipeline in Desinger in Azure Machine Learning. How can I move those pipeline to different workspace for different env.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-29T09:46:24.17+00:00
RSingh 0 Reputation points
commented 2024-05-01T00:31:52.23+00:00
dupammi 6,645 Reputation points Microsoft Vendor
2 answers

Azure cost optimization by Azure AI

Hi friends, Azure charges per hour ,but if I use the service for only 30 mins will I am charge for 1 hour? How does this costing mechanism works? And my requirement is to identity idle resources such as VMs and Databricks clusters , I need to use Azure…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,938 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,600 questions
asked 2024-03-25T10:28:55.4166667+00:00
Anshal 1,886 Reputation points
commented 2024-04-30T21:50:07.64+00:00
Amira Bedhiafi 15,676 Reputation points
1 answer

West EU supportability and roadmap

Hello team, Just want to know if there is any news about West EU since most of the version are not supported there. Is there any plan to have full support there? Or we should not expect

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-30T14:32:07.7066667+00:00
Kayle 0 Reputation points
answered 2024-04-30T14:36:33.0466667+00:00
YutongTie-MSFT 46,986 Reputation points
1 answer

Whisper model streaming

Hello, is this feature available now? How to use it? I did try set the parameters to true but not work.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-11T19:22:17.5366667+00:00
Nicholes-3441 86 Reputation points
commented 2024-04-28T00:12:22+00:00
YutongTie-MSFT 46,986 Reputation points
1 answer One of the answers was accepted by the question author.

How to use CLI for developing Azure OpenAI project?

I want to CLI for automatically deploying my azure OpenAI project, is that possible and how? I read all the cook book and but no idea how to do so.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-12T23:02:53.74+00:00
Gryffin Tuong 20 Reputation points
accepted 2024-04-27T09:40:34.9966667+00:00
Gryffin Tuong 20 Reputation points
1 answer

Cannot follow the tutorial of "Explore Automated Machine Learning in Azure Machine Learning"

As I follow the instruction on the page, Explore Automated Machine Learning in Azure Machine Learning (https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html), all steps are easily achieved until the one,…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
969 questions
asked 2024-04-25T07:45:14.96+00:00
Yannick Lin 0 Reputation points
commented 2024-04-26T08:53:59.69+00:00
santoshkc 4,425 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Azure Machine Learning Studio, Python 3.10

Hi, I am trying to train my Deep Learning model in Azure ML studio through the Visual Studio Code extension. My code is build upon Python 3.10, which is needed for several packages. However I cannot seem to get my Azure ML Studio compute to run on this…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
asked 2024-04-20T12:35:02.2666667+00:00
Remco Coppens 25 Reputation points
accepted 2024-04-26T06:06:58.6333333+00:00
Remco Coppens 25 Reputation points
2 answers One of the answers was accepted by the question author.

I can not find the options that are mentioned within the exercise

Hello! I am studying the following learning path: https://learn.microsoft.com/en-us/training/modules/explore-foundation-models-in-model-catalog/ This is the exercise for that learning path:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
942 questions
asked 2024-04-13T05:26:06.4266667+00:00
Carlos Fernando Aguilar González 285 Reputation points
commented 2024-04-26T03:36:43.2233333+00:00
Carlos Fernando Aguilar González 285 Reputation points
0 answers

How To Remediate Azure Secure Score Recommendations

Hello, I have this is security recommendation showing in Defender for Cloud, "Azure Machine Learning Computes should have local authentication methods disabled", the remediation steps given is to toggle "Enable SSH access" off. I…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,201 questions
asked 2024-03-01T02:36:26.8366667+00:00
Andy Lau Pik Hui 60 Reputation points
commented 2024-04-26T01:30:20.87+00:00
Andy Lau Pik Hui 60 Reputation points