Discover precompiled function-apps

Within software development, it is common practice to create shared-code libraries. This helps you maintain your code better and reuse it in other places without the nasty copy-paste pattern. This can be done by simply adding a project reference or an artifact repository like NuGet. However, with Azure functions, this is a bit cumbersome and not well documented on how to achieve this.