Deploy Azure Function with Visual Team Services Create and release a server

We have a great solution with 50 projects. Inside this solution, we have an Azure Function project using the new Visual Studio 2017 preview. This means it no longer uses csx files but uses dlls. We cannot use CI, but instead would like the whole solution to build on a commit to a specific branch that we installed with this part. What I'm interested in is how you package an azure function project and then manually release it using VSTS release. So far, I haven't found anything compatible or using the new Azure Function style.

+3


source to share


1 answer


I created our build and deploy app project with VSTS - we're doing an automatic release, not a manual trigger, but that should still point you in the right direction.

The steps to set this up with VSTS are detailed in this blog post.



Also, here's a link to the original issue discussion on the Azure Function github tool.

+2


source







All Articles