Rulex - Azure Storage Connection
How to use Azure Storage Remote Connection to import data, using Azure Storage Account key or SAS key for version 4.7.2-1
Account Key
Available endpoints :
storageaccountname storageaccountname.blob.core.windows.net
Both File System Tree and computation work properly
Unavailable endpoints :
storageaccountname.dfs.core.windows.net
For the dfs endpoint the computation works once the path is specified. Unfortunately the File System Tree returns an HTTP 403 Error for now
SAS Key
Available endpoints :
storageaccountname storageaccountname.blob.core.windows.net
Both File System Tree and computation work properly
Unavailable endpoints :
storageaccountname.dfs.core.windows.net
Neither computation or FST are supported for dfs endpoint
The behavior is reflected in both Import and Export tasks
Datalake support has been implemented in Platform