Tasks
- Create a new project in the Azure DevOps portal
- Commit your first web page to project repository – DevOps - HelloWorld
- Create a pipeline that will build your project and save artefacts
- Create a pipeline that will provision the Azure environment
- Create a pipeline that will release build artefacts to the production
- Update configuration of solution and EnvName in application settings.
- Release your application
Notes
- Please remember that all action on Azure should not be done on your account
- You need to have .net core 2.2 SDK installed locally if you would like to compile web project