Azure Functions come with a fixed set of pre-existing bindings.
At the same time, Azure Functions are based on Web Jobs SDK, which have some extensibility story. It enables creating custom binding types, including custom triggers.
Is it possible to run those custom bindings in Azure Function runtime? If yes, is there a tutorial or documentation on how to do that? If no, any plans to?
Some sample usage scenario would be integrating to non-Azure products (e.g. Kafka) or custom in-house protocols.