Microsoft Fabric DataWarehouse¶
Fabric DataWarehouse provides one method of uploading to Fabric the data file that Virtual DataPort has generated:
Upload the data file to an Azure Storage Location (Blob and ADLS Gen 2 are supported) and from there, to the database. To use this method, in the Read & Write tab of the data source, do this:
Select Use bulk data load APIs.
Enter the value of Azure Storage Location.
Enter the value of Storage account key.
The Azure Storage Location is the endpoint of a container within an Azure Storage Account to be assumed by the user. The format is
https://<account\>.blob.core.windows.net/<container\>/<path\>
for Blob Storage andhttps://<account\>.dfs.core.windows.net/<container\>/<path\>
for ADLS Gen 2.