youtube image
From YouTube: Creating custom bindings for Azure Functions

Description

Walkthrough and code samples
https://github.com/ealsur/functions-extension-101

Azure Functions triggers and bindings concepts
https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings

In this episode, Matías Quaranta takes us step by step through the fundamentals of creating a custom binding, and also how to incorporate it in an Azure Functions project.

[03:44] - Step 1 Defining the attribute for the binding
[05:38] - Step 2 Creating a service connector
[06:37] - Step 3 Creating the collector and binding context
[08:52] - Step 4 Gluing everything together
[13:21] - Step 5 Activating the custom extension
[14:28] - Using the custom binding
[19:24] - Where to get the code

#dotnet #dotnetcore #dotnetdeveloper