Azure / azure-functions-datalake-extension

Azure Data Lake extension for Azure Functions
MIT License
17 stars 7 forks source link

Data Lake gen2 binding #8

Open MajaGrubbe opened 4 years ago

MajaGrubbe commented 4 years ago

Is it possible to use ADLS gen 2 binding (dfs.core.windows.net)? I get this error: Content-Type of error response: application/json; charset=utf-8. Error: "error":"code":"Gen1ApiDisabled","message":"Gen1 API are currently disabled...

mrebb commented 4 years ago

I am also facing the same issue. @MajaGrubbe Have you figured out a solution for this?

PeterDowdy commented 3 years ago

I was looking for this too, so I wrote a set of bindings for Data Lake gen2 and released them recently:

https://www.nuget.org/packages/Webjobs.Extensions.DataLakeGen2

https://github.com/PeterDowdy/AzureFunctionsDataLakeGen2Bindings