2,741 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

ML Workspace in Azure Free Account Not Processing

I am trying to create an ML workspace in my Azure free account, but it is not processing as expected. I followed the instructions provided on the site, but I am still facing issues. Can someone provide me with specific steps to create a storage account…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-30T16:38:29.45+00:00
Maria Mariano 0 Reputation points
commented 2024-07-30T20:11:11.28+00:00
VasaviLankipalle-MSFT 16,036 Reputation points
1 answer

Do MS Azure ML Studio have built in OPTIMISATION algorithm

As per Title above

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-30T04:04:57.02+00:00
answered 2024-07-30T09:58:05.38+00:00
Sedat SALMAN 13,350 Reputation points
1 answer

Does the Data scientist Associate DP-100 exam contain lab sessions and many case studies?

I am preparing for the DP-100 exam and want to know the best way to prepare.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
290 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.
2,006 questions
Azure Data Science Virtual Machines
Azure Data Science Virtual Machines
Azure Virtual Machine images that are pre-installed, configured, and tested with several commonly used tools for data analytics, machine learning, and artificial intelligence training.
69 questions
asked 2024-07-30T09:02:34.8433333+00:00
Mundy Obilor Jim 20 Reputation points
edited the question 2024-07-30T09:07:47.96+00:00
navba-MSFT 20,975 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to handle versioning and rollback of a deployed ML model?

Hi, I want to establish a method for rolling back deployed machine learning models and environments with two requirements below: How can I manage versions of data, models, source code, and environments to easily restore them when needed? Are there…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
944 questions
asked 2024-07-29T04:30:41.31+00:00
Tú Nguyễn 70 Reputation points
accepted 2024-07-30T08:22:45.77+00:00
Tú Nguyễn 70 Reputation points
1 answer

How to connect and query with MySQL server using Azure Machine Learning

Hi, I am currently working on a project where I need to connect to an Azure Database for MySQL using Azure Machine Learning (AML) and Python scripts. However, I want to use AML resources such as Datastore and Dataset for the connection rather than…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 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,949 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
771 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,214 questions
Azure Database for PostgreSQL
asked 2024-07-23T07:30:11.6466667+00:00
Tú Nguyễn 70 Reputation points
edited a comment 2024-07-30T06:34:22.57+00:00
dupammi 8,035 Reputation points Microsoft Vendor
0 answers

About CLU entities ,can the recognized entities be further processed, such as converting entities that represent the length of time into seconds uniformly, for example, converting the recognized entity text type<"three minutes">to Int type<180>

My idea is to feed the recognized intentions and entities into subsequent processing functions. Some functions have input parameters set to int, which is easier to handle, while String type text cannot be processed.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
393 questions
asked 2024-07-30T02:59:58.01+00:00
连博10335043 0 Reputation points
commented 2024-07-30T05:59:37.2766667+00:00
连博10335043 0 Reputation points
0 answers

Regarding CLU, the recognized entity is text type. Is there any operation that can convert some of the text to int type for subsequent processing. For example, converting the text<"three minutes">to Int<180>. It means 180 seconds.

My idea is to feed the recognized intentions and entities into subsequent processing functions. Some functions have input parameters set to int, which is easier to handle, while String type text cannot be processed.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 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,655 questions
asked 2024-07-30T02:50:17.6233333+00:00
连博10335043 0 Reputation points
commented 2024-07-30T05:58:20.82+00:00
连博10335043 0 Reputation points
0 answers

Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image `mcr.microsoft.com/azureml/runtime/exe/execution-wrapper/installed:eastus-stable` due to: None

I am creating an azure pipeline through the python sdk v2 The following code is for a small script that i use to test # test_script.py import pandas as pd from datetime import datetime import os data = {'Timestamp': [datetime.now()]} df =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-29T09:50:59.2433333+00:00
Jivjot Singh (IIIT-D) 0 Reputation points
commented 2024-07-30T05:30:05.28+00:00
dupammi 8,035 Reputation points Microsoft Vendor
0 answers

Current tenant is not authorized to access linked subscription

I attempted to deploy a model where the model is located in the MSFT tenant and the deployment is in the different tenantB. The Service Principal (SP) used for deployment has contributor access to the subscription, which houses the model. This SP is…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-29T23:24:26.12+00:00
Rama Phaneendra Intipalli 0 Reputation points Microsoft Employee
commented 2024-07-30T05:22:53.8533333+00:00
navba-MSFT 20,975 Reputation points Microsoft Employee
1 answer

How to use Mistral Endpoint in Prompt Flow?

Hey! In Azure ML Studio, I created a mistral large endpoint. The endpoint can be accessed using an api key and a url. Can I use this endpoint as LLM in a prompt flow, say for example, in the chat flow example? I imagine yes, but how do I have to set up…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-03-28T12:07:21.6766667+00:00
Henrik Ge 20 Reputation points
answered 2024-07-29T10:41:54.23+00:00
~ Tony ~ 0 Reputation points
1 answer

Private Azure Machine Learning Workspace getting forbidden to reach private Storage Account for SAS

My Azure Machine learning workspace is configured with private endpoint , my aml is configured to a Storage account which is also configured private endpoint and disabled the public access, My Storage Account network will looks like below The…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 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,949 questions
asked 2024-07-26T04:34:00.46+00:00
Jay 86 Reputation points
edited the question 2024-07-29T08:52:06.4566667+00:00
KapilAnanth-MSFT 41,721 Reputation points Microsoft Employee
1 answer

Azure Machine Learning - Managed Online Endpoints - Access private azure resources (legacy network isolation)

Hi, I have created an Azure Machine Learning workspace and need to use Legacy Network Isolation mode (utilizing our own VNET instead of a Managed VNET). Everything works fine, except for Managed Online Endpoints. Part of the script requires access to…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-26T09:38:39.1166667+00:00
Šimon Dalecký 0 Reputation points
edited the question 2024-07-29T08:51:19.3666667+00:00
KapilAnanth-MSFT 41,721 Reputation points Microsoft Employee
0 answers

No Kernel Connected and Terminal Not Found - Azure ML Studio Notebook

My notebook suddenly unable to detect or connect to kernel. Prior to the incident, I crashed my kernel twice but able to restart perfectly fine. Then, cannot connect a few minutes later. My compute instance is running and I tried restarting/create new…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-29T01:50:06.0333333+00:00
Amir Firdaus Bin Abdul Hadi 0 Reputation points
edited a comment 2024-07-29T07:35:50.6733333+00:00
Amir Firdaus Bin Abdul Hadi 0 Reputation points
0 answers

SecretClient.get_secret not working in a docker container

self.credential = ManagedIdentityCredential(client_id=self.config["managed_identity_client_id"]) self.client = SecretClient(vault_url=self.kv_uri, credential=self.credential) self.api_key =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-29T02:57:49.25+00:00
Zhu, Han 0 Reputation points
commented 2024-07-29T06:08:24.5033333+00:00
santoshkc 6,955 Reputation points Microsoft Vendor
1 answer

How to deploy Azure ML batch endpoint from docker image?

Hi, I have my own deep learning task that requires 2-3 different ml models, I built the code and containerized it, i.e. the python env and code is in the docker image. I am running fastapi servers inside docker to run code. Deployed it in aws sagemaker…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-28T15:51:37.17+00:00
Chhavi 0 Reputation points
edited an answer 2024-07-28T22:50:22.78+00:00
Vlad Costa 935 Reputation points
0 answers

Inference Pipline Deployment Failing.

I am making a simple classification pipeline on Azure ML studio. I import, clean, and split data, and then train a model on it. The data is csv and comes from a blob storage account. Running jobs with the pipeline works fine, so I made an inference…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 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.
1,117 questions
asked 2024-07-28T04:09:27+00:00
Mustafa Mian 10 Reputation points
3 answers One of the answers was accepted by the question author.

How to use preview 4o feature?

Please let me know how to get the access, can not find a preview button

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-27T06:25:24.39+00:00
Wright Jony 20 Reputation points
accepted 2024-07-28T00:39:48.6033333+00:00
Wright Jony 20 Reputation points
1 answer

Azure Machine Learning Compute Instance Data "Mount" option unavailable in studio

In the compute instance management interface there is a 'Data (preview)' tab that I've previously used to mount a datastore to a compute instance. In newly-created compute instances the Mount option is unavailable (see below). Are there requirements on…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2024-07-26T14:51:03.9866667+00:00
Sam Preston 0 Reputation points Microsoft Employee
answered 2024-07-27T11:58:12.88+00:00
Vinodh247 13,961 Reputation points
1 answer

AzureML - Deploying OpenAI's models failure

Hello, I've been trying to deploy OpenAI's models in my Azure ML studio, I sent an application for their model's access and they granted me access however when I try to deploy I get this message: Even though I haven't created any yet, and I don't have…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,663 questions
asked 2024-07-21T07:13:00.45+00:00
Fozi-5962 0 Reputation points
commented 2024-07-27T10:29:06.78+00:00
Vinodh247 13,961 Reputation points
2 answers

Azure ML - Notebook - Jupyter Kernel Error - No Kernel Connecl

In Azure ML i am following the tutorial to execute a notebook and when i open the notebook and have a valid compute (running as well as the green icon) it shows an error 'Jupyter Kernel Error'. On the far right of the screen it says 'No Kernel…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,741 questions
asked 2020-07-24T15:44:14.123+00:00
CSource 41 Reputation points
commented 2024-07-26T13:07:33.57+00:00
Omprakash Pullarwar 5 Reputation points