Azure Machine Learning Studio does not connect to Azure Table Storage

KausthubNP 1 Reputation point
2022-04-20T11:09:35.323+00:00

Hi Team,

I am trying to create a DataStore in Azure Machine learning to read data from Azure Table Storage.

There is no option available, Is it really possible to make this connection?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
128 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
1,865 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. sadomovalex 3,601 Reputation points
    2022-04-20T16:13:13.037+00:00

    according to documentation not all Azure data storage services can be used with Azure Machine Learning: Supported data storage service types. Azure table storage is not listed there.

    0 comments No comments

  2. YutongTie-MSFT 30,871 Reputation points
    2022-04-25T06:54:20.147+00:00

    Hello @KausthubNp

    To add sadomovalex's answer, Azure Machine Learning supports accessing data from Azure Blob storage, Azure Files, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure SQL Database, and Azure Database for PostgreSQL. If you're using unsupported storage, we recommend that you move your data to supported Azure storage solutions by using Azure Data Factory and these steps. Moving data to supported storage can help you save data egress costs during machine learning experiments.

    Azure Data Factory provides efficient and resilient data transfer with more than 80 prebuilt connectors at no additional cost. These connectors include Azure data services, on-premises data sources, Amazon S3 and Redshift, and Google BigQuery.

    I hope our answers are helpful, please let us know if you have any concern.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks.

    0 comments No comments