Creating a release pipeline for the Angular app

Once the Angular application is built, we want to run a release pipeline that will deploy it to Azure. These are the steps needed to deploy the Everyday Marker fronted to Azure App Service:

  1. Create a new release pipeline in your Azure DevOps project. Select the Azure App Service deployment template, and then set the stage name to Prod.
  2. Add an artifact and set the source to the build pipeline you created earlier. Change the Source alias field to something meaningful to represent that this the dist folder:

  1. Go to the Tasks tab and set the details of your Azure App Service.
  1. Click on the Deploy ...

Get Hands-On Full-Stack Web Development with ASP.NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.