Forum Discussion
CoulterJames2
Advocate II
4 years agoIssue Connecting to Azure Data Lake Storage (ADLS) Gen2 account
Hi, I am trying to set up a connection to an ADLS Gen2 account on a Power BI workspace. Storage account has already been configured at the tenant level and all permissions are set up correctly. I...
ravi_ray_2022
4 years agoRegular Visitor
1-You cannot use blob APIs, NFS 3.0, and Data Lake Storage APIs to write to the same instance of a file.
2-When you use the list blob operation without specifying a delimiter, the results will include both directories and blobs. If you choose to use a delimiter, use only a forward slash (/). This is the only supported delimiter.
3-If you use the delete blob API to delete a directory, that directory will be deleted only if it's empty. This means that you can't use the Blob API delete directories recursively.