Forum Discussion
Justinrr07
Jun 21, 2021Copper Contributor
Azure SQL Create External Data Source to Azure File Share
Hi I have successfully used the method below to access files from Azure SQL to a Blob container. CREATE EXTERNAL DATA SOURCE MyAzureBlobStorage
WITH ( TYPE = BLOB_STORAGE,
LOCATION = 'https://sq...
Sqlaz
Sep 15, 2023Copper Contributor
Justinrr07 Looks like the question is more than a year old. Did anyone answer this question? I could connect to files stored on blobs, but just not from file shares.