I have followed this blog post to create a precompiled azure function. https://blogs.msdn.microsoft.com/appserviceteam/2017/03/16/publishing-a-net-class-library-as-a-function-app/
Is it possible to create more than one function in the same project / same dll ?
Thanks