May 2019
Intermediate to advanced
504 pages
11h 50m
English
After the ARM template is deployed and the Azure resources are created, our next step would be to deploy .NET Core applications (that is, microservice applications as well as our functions app).
Azure DevOps provides all the necessary tasks to build and create the deployment package for an app service/web app. The trifecta of creating a .NET Core web deployment package is composed of restore, build, and publish. All these dotnet CLI commands can be executed using the built-in tasks within the build-and-release pipeline. So, let's begin:
Read now
Unlock full access