Support deployment of Azure Function projects
Support deployment of Azure Function projects

-
Jan-Terje Sørensen commented
Is it possible to use "Deploy an Azure Web App" to deploy my Azure function app?
I hope the variables issue is not an issue since we are using ARM template to get the infrastructure set up.
-
James Webster commented
Would be great if the standard "Deploy an Azure Web App" step supported precompiled Azure Functions!
-
Benjamin Goldman commented
This library is OKAY at getting the code out to the function, but it does not help with the annoying way Azure Functions require variables to be set.
Also - we cant figure out a way to then UPDATE azure with the correct values (in the same step, where they might be available) because this template does not allow Azure authentication.
-
Chris Payne commented
I've just raised a PR to add this to the OD Library as a community template: https://github.com/OctopusDeploy/Library/pull/561
-
Anonymous commented
I am working on writing custom scripts for this and because of the way Azure Functions handles environment variables, it is very difficult.
The Octopus API is also not friendly for giving me the variables I need to use for Azure functions were I to use the currently supported deployment methods.