Search code examples
installationazure-functionssoftware-distribution

Distribution of Azure Functions


From the product development/ISV point of view, I wanted to understand if there is any recommended approach to create a Distributable package (installable) for Azure Functions. I found one post on TechNet but its very old (2017).

Also, is there any marketplace for Azure functions?

Thanks


Solution

  • The "Zip deployment for Azure Functions" option could be possibly useful and there are few more options mentioned under the "deploy" section of the documentation.

    https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push

    This looks similar to what I was referring to the marketplace:

    https://serverlesslibrary.net/