How to Connect Azure MySQL server in Azure Machine Learning Studio

Malcolm Cavin 1 Reputation point
2021-10-29T19:46:24.63+00:00

In Azure machine learning studio I am trying to connect an azure mysql server as a datastore. The azure mysql server was created by a colleague and I have the credentials to connect properly. However, after entering the credentials and creating a datastore, I cannot select the datastore from the dropdown in order to create a dataset. Does machine learning studio have the ability to connect to an azure mysql server?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,951 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
842 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,741 Reputation points
    2021-11-01T13:15:25.337+00:00

    @Malcolm Cavin Thanks, Currently AML studio doesn't support Azure Database for MySQL as shown below.

    145525-image.png

    Using Azure machine learning python SDK here is the doc link Register and create a datastore to easily connect to your storage account, and access the data in your underlying storage service.

    Supported cloud-based storage services in Azure that can be registered as datastores:

    Azure Blob Container
    Azure File Share
    Azure Data Lake
    Azure Data Lake Gen2
    Azure SQL Database
    Azure Database for PostgreSQL
    Databricks File System
    Azure Database for MySQL

    Also MySQL is only supported for pipeline DataTransferStep and For unsupported data source, we are recommended to use Azure Data Factory to copy the data over to one of our supported Azure data source.

    Also Python + Azure Database for MySQL: https://techcommunity.microsoft.com/t5/azure-database-for-mysql/python-azure-database-for-mysql/ba-p/841926


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.