Tasks

  1. Create a new project in the Azure DevOps portal
  2. Commit your first web page to project repository – DevOps - HelloWorld
  3. Create a pipeline that will build your project and save artefacts
  4. Create a pipeline that will provision the Azure environment
  5. Create a pipeline that will release build artefacts to the production
  6. Update configuration of solution and EnvName in application settings.
  7. Release your application

 

Notes

  1. Please remember that all action on Azure should not be done on your account
  2. You need to have .net core 2.2 SDK installed locally if you would like to compile web project