2,618 questions with Azure Machine Learning tags

Sort by: Updated
1 answer

ML online deployment InternalServerError

I've been trying to deploy a ML online endpoint for inference but I'm getting the following error: Code: None Message: InternalServerError: Internal error. Please see troubleshooting guide, available here:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-20T09:58:07.19+00:00
Giuseppe 0 Reputation points
commented 2024-05-28T21:33:00.9833333+00:00
VasaviLankipalle-MSFT 15,006 Reputation points
0 answers

Who is the author and maintainer of the `mldesigner` python package

Who is the author and maintainer of the mldesigner python package (listed here on PyPi: https://pypi.org/project/mldesigner/)? The package is recommended by the Azure ML documentation for defining AML components via Python functions, however it is not…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-28T13:33:02.47+00:00
Cameron Booker 0 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,618 questions
asked 2024-04-13T05:26:06.4266667+00:00
Fernando Aguilar 285 Reputation points Student Ambassador
edited the question 2024-05-28T12:32:47.8166667+00:00
AmaranS 2,690 Reputation points Microsoft Vendor
0 answers

How to forecast 12-month demand for medicines using Azure AutoML time-series?

I need to predict the monthly demand for medicines for the next 12 months. I have historical data from 2018 to 2023 for each medicine, including a unique drug identifier (Scode) and the date of consumption. Using this data, I aim to forecast the demand…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
77 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,774 questions
asked 2024-05-24T06:35:22.5733333+00:00
Anil Kumar Nagar 0 Reputation points
edited a comment 2024-05-28T11:16:29.3366667+00:00
Anil Kumar Nagar 0 Reputation points
0 answers

Prompt Flow not Connecting to Embedding

Hi there, I have a frustrating Problem. Even though my AOAI Service is connected to the Prompt Flow Tool and had a Embedding Model Deployed. I can not see the Embedding while building the Flow, what totally cancels my Plan to finish the Tool. I have…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,307 questions
asked 2024-05-28T07:17:03.0233333+00:00
Leon 0 Reputation points
commented 2024-05-28T10:46:26.05+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Aritechture best practices to store data from websraping and use it in analytics

I am scrapping data from websites and I want to export what I scrapped as csv files then store them in Azure Data Lake, then apply an ETL and the final data output will be used for Power BI reports and for machine learning do I need to use Azure synapse?…

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,375 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,484 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,774 questions
asked 2024-05-28T08:27:28.46+00:00
WeirdMan 120 Reputation points
accepted 2024-05-28T08:35:56.1466667+00:00
WeirdMan 120 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Machine Learning cost questions- When exactly does compute billing and stop?

Azure Machine Learning cost questions When exactly does compute billing and stop? The moment you create a notebook? The moment you start the notebook? If I create a notebook with GPU compute, do I have to pay the GPU compute price while using the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-21T17:25:24.5966667+00:00
Seonho Kim 25 Reputation points
commented 2024-05-28T07:42:47.3333333+00:00
Jennie Barrett 0 Reputation points
1 answer

Issues with browsing a datastore in Azure ML web UI when using Managed Identity (MiD)

I get an error in the Web UI stating: "Unable to access data because it does not exist, is behind a virtual network, or you do not have Storage Blob Data Reader role on this storage account." when I try to browse the data asset linked to a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-27T12:19:26.9466667+00:00
Aakif Nawaz (Silo AI Oy) 0 Reputation points Microsoft Vendor
commented 2024-05-28T06:17:51.7+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
1 answer

Locked out of my Microsoft Azure Account

I need help getting past my locked account Microsoft Azure account. With the security info, it states it will send a security code to my alternate email. A code is never sent to my alternate email. How do I get in to access my Microsoft Azure account?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-27T22:04:07.44+00:00
Jacob Erickson 0 Reputation points
answered 2024-05-28T01:14:28.8566667+00:00
AshokPeddakotla-MSFT 28,316 Reputation points
0 answers

How can I properly use the Azure CLI to create an Azure ML workspace?

I am trying to deploy an Azure ML workspace using the command: az ml workspace create -n <workspace_name> -g <resource_group>. I have already installed the Azure ML extension, and I have created the resource group. Everything I have read…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-16T22:02:14.98+00:00
Andrew Foster 0 Reputation points
commented 2024-05-27T13:20:36.69+00:00
Muyiwa Joseph Obadara 0 Reputation points
0 answers

"Missing dependent resources in workspace json" error stops me from creating Azure Machine Learning workspace from Azure Cloud Shell

I'm new to Azure and exploring Azure Machine Learning services. I've been trying to create the Azure machine learning workspace from the Azure Cloud Shell. az ml workspace create --name "myWkspcName" -g "resourceGroupName" this…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
asked 2024-05-27T08:38:52.3766667+00:00
Hari Samynaath Sankaran 0 Reputation points
commented 2024-05-27T12:54:34.65+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
1 answer

I am not able to create a workspace on Azure Cloud Shell

I have been trying to create a workspace on Azure Cloud Shell but I kept getting the same error message. I tried to register resource provider using this code- az provider register --namespace 'az provider register --namespace…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-25T11:28:35.15+00:00
Aisha Ijiyode 5 Reputation points
edited a comment 2024-05-27T12:42:36.76+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
1 answer

Error creating a Vector_index in Azure ML Prompt_flow: DeploymentNotFound: A valid deployment for the model=text-embedding-ada-002 was not found in the workspace connection=aoai-rg-shd-prop-ml-brazilsouth provided.

The following error is occurring when creating a Vector_index in Azure ML Prompt_flow: DeploymentNotFound: A valid deployment for the model=text-embedding-ada-002 was not found in the workspace connection=aoai-rg-shd-prop-ml- brazilsouth provided. Both…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-24T12:24:39.23+00:00
Rafael Vasconcelos Costa Machado 0 Reputation points
commented 2024-05-27T04:42:37.35+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
0 answers

How to increase the timeout of the Job created to build a custom Dockerfile environment

When creating a Custom environment using a Dockerfile, a Job is created to build the environment. This job is created with a timeout of 1.5 hours and the build takes more than that. How can the timeout of this Job be changed?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 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,452 questions
asked 2024-05-24T08:24:10.8933333+00:00
Ricardo Jorge de Sousa da Fonseca 0 Reputation points
commented 2024-05-24T13:14:52.22+00:00
romungi-MSFT 42,791 Reputation points Microsoft Employee
0 answers

How to fix "Failed to parse artifact data" with HuggingFace models in Azure ML?

I am encountering the message "Failed to parse artifact data" when trying to deploy any HuggingFace model in Azure ML Studio. Although the model appears to deploy successfully, attempting to test it produces the error "Failed to test…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-05-22T19:39:46.8466667+00:00
Hanoi Medina 0 Reputation points
edited a comment 2024-05-23T21:51:06.9133333+00:00
Hanoi Medina 0 Reputation points
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,618 questions
asked 2024-05-01T17:25:53.2866667+00:00
Openskies 0 Reputation points
commented 2024-05-23T18:32:55.12+00:00
Azar 20,585 Reputation points
0 answers

HttpResponseError: Operation returned an invalid status 'Forbidden' when creating search index using Azure AI SearchIndexClient()

I've followed this [post] in which the same issue was faced while creating a search index. index = SearchIndex(name=index_name, fields=fields, vector_search=vector_search, semantic_search=semantic_search) result =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
757 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,452 questions
asked 2024-05-21T11:10:34.2066667+00:00
Das Gupta, Abhijeet 55 Reputation points
commented 2024-05-23T12:03:16.7566667+00:00
Das Gupta, Abhijeet 55 Reputation points
0 answers

Azure Machine Learning Studio - Labelled image can't be submitted but instead shows info message

I have an Object Detection labelling project which requires a lot of bounding boxes to be drawn in one image, thus sometimes taking quite some time. Sometimes, when pressing the "Submit" button, a yellow message appears that reads "New…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2024-01-11T12:01:34.5966667+00:00
jrud 5 Reputation points
commented 2024-05-23T10:47:58.57+00:00
jrud 5 Reputation points
4 answers

Hi team, I can't see create inference pipeline in my top pane beside submit button on Azure ML designer

![79621-free-trail-designer.png][1] [1]: /api/attachments/79621-free-trail-designer.png?platform=QnA

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
asked 2021-03-19T09:31:10.477+00:00
Geethesh 11 Reputation points
commented 2024-05-23T08:43:33.3166667+00:00
Yves Matanga 0 Reputation points
1 answer One of the answers was accepted by the question author.

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,618 questions
asked 2024-04-29T09:46:24.17+00:00
RSingh 20 Reputation points
accepted 2024-05-23T06:00:23.83+00:00
RSingh 20 Reputation points