Reputation: 137
We use Azure Table storage in our project and we want to migrate to SQL Azure. Is there any simpler way to migrate ?
Upvotes: 2
Views: 1085
Reputation: 24128
The simple way to move data from Azure Table Storage to SQL Azure is using Azure Data Factory. You can refer to the tutorials Build your first Azure data factory using Azure Portal/Data Factory Editor & Move data to and from Azure Table using Azure Data Factory to know how to do it.
Upvotes: 4