Referencing external assemblies in Azure Functions
I have previously blogged about Azure Functions and the potential of these small, stand-alone functions. It is a welcome addition to the Microsoft’s micro services vision. Function Apps are about the smallest amount of work you can do and it’s all easily exposed through an API. You can code Node.JS if you want, but if you use C#, you have the entire .Net framework at your disposal – not everything out-of-the box...