Skip to content

Commit 03f268c

Browse files
Initial changes
1 parent 5308874 commit 03f268c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-dotnet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ using System.IO;
4444

4545
```
4646

47+
> [!NOTE]
48+
> [Multi-protocol access on Data Lake Storage](data-lake-storage-multi-protocol-access.md) enables applications to use both Blob APIs and Data Lake Storage Gen2 APIs to work with data in storage accounts with hierarchical namespace enabled. When working with capabilities unique to Data Lake Storage Gen2, such as directory operations and ACLs, use the Data Lake Storage Gen2 APIs, as shown in this article.
49+
>
50+
> When choosing which APIs to use in a given scenario, consider the needs of your application along with the [known issues](data-lake-storage-known-issues.md#blob-storage-apis).
51+
4752
## Authorize access and connect to data resources
4853

4954
To work with the code examples in this article, you need to create an authorized [DataLakeServiceClient](/dotnet/api/azure.storage.files.datalake.datalakeserviceclient) instance that represents the storage account. You can authorize a `DataLakeServiceClient` object using Microsoft Entra ID, an account access key, or a shared access signature (SAS).

0 commit comments

Comments
 (0)