Nuke: Deploy ASP. NET Web App to Azure
In this post, we will explore the benefits of Nuke and its most common features as we deploy a web app to Azure. Our goal is to achieve a flexible, maintainable, automated build process.
Nuke is an open source, cross-platform build automation soluti...
blog.raulnq.com5 min read
Alexandre Nedelec
Always learning to become a better software developer.
Nice post 👍. I am just starting to use Nuke and that is the kind of thing I wanted to do (deploying to azure). Does zip deploy automatically handles the restart of the web app and everything? I fine it nice but I would prefer using the new Azure Management librairies to do the same, however I did not yet find how. When you use this in a CI/CD pipeline how to you provide your secrets parameters ? As environment variables loaded by the CI platform? By the way you should add the nuke tag to this article.