Azure Function Types
Learn about Azure function types available to developers.
We'll cover the following...
Azure Functions supports several programming languages and multiple ways of hosting and executing the functions. We can run either an interpreted script or a compiled executable. We can host a function in its own isolated process or as a part of the function host process.
Languages supported by Azure Functions
Azure Functions can support the following languages:
C#
Java
JavaScript
PowerShell
Python
In addition ...