Post

Azure Data Lake Extension for Azure Functions

As part of our internal hack week a few months back, I built out an extension for Azure Functions that lets you connect directly to an Azure Data Lake Store. This extension can be used as an input or output binding.

You can install the extension from the official repo: https://github.com/Azure/azure-functions-datalake-extension

Example function using output binding:

Example function using input binding:

Happy Coding!

This post is licensed under CC BY 4.0 by the author.