0
votes

I'm trying to use the dotnet blob API to connect to an Azure Data Lake Gen 2. I have added the Microsoft.Azure.Storage.Blob 11.0.1 to my project (.Net Core 2.2). When I try to list blob containers in the storage account, I get the following error:

 'Blob API is not yet supported for hierarchical namespace accounts.'

According to the known issues page for Azure Data Lake Gen 2, you can get around this by enrolling in the public preview of multi-protocol access on Data Lake Storage.

https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-known-issues

My question is, how do I enroll in the preview? It's not clear from the microsoft docs page.

1

1 Answers