2,667 questions with Azure Machine Learning tags

Sort by: Updated
1 answer

Compute Instance Provision error

I am running an exercise on the learning path on azure portal, and I get an error Provisioning error An internal server error occurred. If the problem persists, contact support.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,406 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,040 questions
asked 2024-06-21T12:31:59.38+00:00
Ajay Mulpur 0 Reputation points
answered 2024-06-21T12:38:30.16+00:00
Srinivas Gajula 0 Reputation points
0 answers

How to delete Image template in Creating state

I have one of the Image Template in my environment which build never completed successfully, it's been months now and still - Template provisioning state is showing as "Creating" I am not able to delete this Image template, please suggest how…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
665 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.
68 questions
asked 2024-06-20T14:26:50.57+00:00
Ankush Gupta 0 Reputation points
commented 2024-06-21T11:31:10.31+00:00
Ankush Gupta 0 Reputation points
1 answer

Adding an Application to Company Portal Apps

How can I add an application to the company portal apps so that all Intune devices that use autopilot can download the apps from there? What steps do I need to take?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,595 questions
asked 2024-06-20T12:59:30.8+00:00
edited an answer 2024-06-21T02:46:25.6766667+00:00
ZhoumingDuan-MSFT 10,185 Reputation points Microsoft Vendor
0 answers

Serverless Endpoint Creation Doesn't Work via API

I am trying to create a Serverless Endpoint as outlined in the documentation here. No matter what platform I try to send the request from it fails with the same error message: { "error": { "code": "UserError", …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 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,040 questions
asked 2024-06-19T17:16:24.21+00:00
Andrei Gaspar 0 Reputation points
commented 2024-06-20T20:51:38.74+00:00
Andrei Gaspar 0 Reputation points
0 answers

Prompt Flow doesn't get new documents from the index (only the old ones from creation date)

Hi! I've created a default (next next next) prompt flow in Azure Machine Learning Studio starting from the index creation. The index, of course, captures all the documents in the blob storage I define. The prompt flow is usable with no problem both in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-17T20:51:37+00:00
Luciano Santilli 0 Reputation points
commented 2024-06-20T16:40:27.7466667+00:00
YutongTie-MSFT 47,676 Reputation points
1 answer

How to load 2 models for ML online inference

Hello, I have 2 pre-trained models I would like to deploy for inference using only one Azure ML managed online endpoint. One model would generate an input for the other model. The examples available on the learning platform and on GitHub all reference…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-02T16:06:42.4033333+00:00
Giuseppe 5 Reputation points
edited a comment 2024-06-20T15:02:27.8066667+00:00
Giuseppe 5 Reputation points
0 answers

How can I integrate a model created using AutoML into my custom pipeline in Azure Machine Learning Designer, such that it processes a new dataset and saves the output to SQL Data Warehouse?

How can I integrate a time-series model created using AutoML into my custom pipeline in Azure Machine Learning Designer, ensuring continuous integration and continuous deployment (CI/CD), where the pipeline processes new time-series datasets and saves…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-18T10:07:32.6466667+00:00
Anil Nagar 0 Reputation points
edited a comment 2024-06-20T07:50:47.21+00:00
Anil Nagar 0 Reputation points
4 answers

TypeError: this.Plotly.newPlot is not a function in Microsoft Learn platform

I am using the Microsoft Learn platform https://learn.microsoft.com/en-us/training/modules/introduction-to-classical-machine-learning/3-exercise-separate-data-test-model The kernel I have selected is azureml_py38 The code that is being executed within…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2023-10-19T22:32:37.1266667+00:00
Ashish Chandra 75 Reputation points
commented 2024-06-20T07:33:16.18+00:00
Saad Hussain 0 Reputation points
0 answers

Authentication error when using imported data asset from SQL in AutoML job (Azure ML Studio)

I'm running into an authentication error when trying to use an imported data asset in an AutoML job within Azure ML Studio. The error message I'm receiving is: ScriptExecution.StreamAccess.Authentication PermissionDenied(Some(The authentication…

Azure SQL Database
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-19T19:23:22.8433333+00:00
Trevor Westin 31 Reputation points
commented 2024-06-20T02:42:29.53+00:00
YutongTie-MSFT 47,676 Reputation points
1 answer

Newly setup Document Intelligence endpoint returns 404

Just set up a document intelligence endpoint, https://azure-experiments-1.cognitiveservices.azure.com/, which returns a 404 both through Python API and on the command line via wget. The host is there but it feels like the full path should be extended.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-18T18:38:07.6833333+00:00
Yakov Keselman 5 Reputation points
answered 2024-06-19T17:46:53.0266667+00:00
VasaviLankipalle-MSFT 15,426 Reputation points
0 answers

How do I force and Azure Machine Learning batch endpoint to rerun every time

Within Azure ML, I have a machine learning pipeline running R code. I have successfully run this pipeline with the allow_reuse parameter being false, which means that the pipeline reruns every time it is invoked. This is the behavior that is required. I…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-03-19T00:48:21.9666667+00:00
Lee Harper 25 Reputation points
commented 2024-06-19T14:02:53.37+00:00
Arthur Francisco Araujo Fernandes 0 Reputation points
1 answer One of the answers was accepted by the question author.

Does Microsoft AI systems, such as Azure, Azure Machine Learning Studio, Azure Databricks, and Copilot, share my confidential information with other users or as part of machine learning?

Under an Azure AI product, will my confidential information be used by Microsoft to learn to benefit other customers or stay confidential with me? Under an Azure AI product, is any work product created considered my work product or Microsoft's? When…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 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,531 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
80 questions
asked 2024-06-18T19:55:12.99+00:00
Craft, Jacob 20 Reputation points
accepted 2024-06-19T13:44:46.7933333+00:00
Craft, Jacob 20 Reputation points
0 answers

Connect Azure Synapse directly to Model Registry

I'm attempting to connect my Azure Synapse Workspace to an Azure Machine Learning Registry resource directly, without the addition of a Machine Learning Workspace. I had previously had networking issues utilizing the workspace and, seeing as Synapse is…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-10T15:37:05.6+00:00
Michael Wittman 76 Reputation points
edited the question 2024-06-19T08:39:07.5333333+00:00
PRADEEPCHEEKATLA-MSFT 83,301 Reputation points Microsoft Employee
1 answer

Error creating compute instance and cluster on new Azure account

New account. While using Azure AI | Machine Learning Studio -> Compute, when I create either a new compute instance or cluster, it says "Failed - An internal server error occurred. If the problem persists, contact support.". I have not been…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-04-03T21:57:37.14+00:00
Jehanzaib Ahmed 0 Reputation points
commented 2024-06-19T06:09:00.4633333+00:00
santoshkc 5,970 Reputation points Microsoft Vendor
1 answer

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/cap/hosttools-capability/installed:westeurope-stable` due to: None

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/cap/hosttools-capability/installed:westeurope-stable due to: None I get this error in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-13T10:34:36.4066667+00:00
Florine Kieraga 30 Reputation points
edited an answer 2024-06-18T20:49:39.2+00:00
VasaviLankipalle-MSFT 15,426 Reputation points
0 answers

Credentials in local compute on Azure ML

Is it possible to generate credentials to interact with Azure from inside a job running on local compute? If I start a job like this: And the script itself, ./src/main.py, looks like: The job fails. because there are no credentials, however it would…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-17T15:30:12.8533333+00:00
Chinedum Echeta 0 Reputation points Microsoft Employee
edited a comment 2024-06-18T14:36:46.0833333+00:00
Chinedum Echeta 0 Reputation points Microsoft Employee
0 answers

Authentication failed when accessing dataset in compute instance using its MSI via AzureML SDK v2

The dataset can be previewed in AML workspace when the associated datastore is created using identity-based auth with workspace managed identity. I have the same user managed identity assigned to workspace and compute instance. But it only failed in…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,398 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-14T22:27:10.02+00:00
Shiyao Li 0 Reputation points Microsoft Employee
commented 2024-06-18T13:56:50.44+00:00
Amira Bedhiafi 18,106 Reputation points
4 answers One of the answers was accepted by the question author.

Compute Clusters in Azure ML Notebook

I created a compute cluster in Azure ML and I am able to see it in designer but not in the notebook. Can someone let me know the reason for this?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2020-12-18T07:31:36.563+00:00
Srinivasan G 86 Reputation points
commented 2024-06-18T09:56:39.66+00:00
Arnaud RIGOLE 0 Reputation points
1 answer

How to enable User Level Authorization on Azure Machine Learning Workspace

Hey Everyone, Is there a way to enforce Directory level restrictions for users in the same workspace of AZ ML Studio. My objective is, Contributors belonging to the same AZ ML Workspace should not be able to view each other's notebooks and modify them.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-17T06:48:29.7066667+00:00
Vinith Ravindran 0 Reputation points
edited the question 2024-06-18T02:31:16.5466667+00:00
AshokPeddakotla-MSFT 29,906 Reputation points
1 answer

Online Endpoint Deployment in Azure ML Studio

I was using the Azure Machine learning studio yesterday and my endpoints were deployed perfectly. I came back today and I am unable to test my endpoints because "V1 deployment testing is not supported." Does anyone know how to dix this issue

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,667 questions
asked 2024-06-13T20:16:55.0333333+00:00
Jack McGarry 0 Reputation points
edited the question 2024-06-18T02:14:12.0733333+00:00
AshokPeddakotla-MSFT 29,906 Reputation points