Can i get data from an on-premise Database to data store in Machine learning studio?

EL Jawad, Mohammad 30 Reputation points
2024-05-07T02:34:48.5733333+00:00

I am wondering whether it is possible to get data into a machine learning workspace, from an on-premise database?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
{count} votes

Accepted answer
  1. dupammi 8,615 Reputation points Microsoft External Staff
    2024-05-07T10:28:56.56+00:00

    Hi @EL Jawad, Mohammad

    Thank you for using the Microsoft Q&A platform.

    Yes, it is possible to get data into a machine learning workspace from an on-premises database using Azure Data Factory. You can follow the steps mentioned in the documentation "Copy data from a SQL Server database to Azure Blob storage by using the Copy Data tool" to move data from an on-premises database to Azure Blob storage. Once the data is in Azure, you can use Azure Machine Learning Studio to create and train machine learning models.

    To use the data in Machine Learning Studio, you can create a dataset in Azure Machine Learning Studio that references the data in Azure Blob storage. You can then use this dataset as input to your machine learning models. For more information on how to create a dataset in Azure Machine Learning Studio, please refer to the following documentation:

    Create and manage data assets

    I hope this helps!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.