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.
Azure Machine Learning Studio does not connect to Azure Table Storage

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?
2 answers
Sort by: Most helpful
-
-
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.