Configuring Azure pipelines

To create and deploy the websites as Azure Static Web App, I use Azure DevOps Pipelines. The notes in this series are reminders how to configure the pipeline to make that work. Some of the tricks are useful in pipelines for other purposes as well. The notes discuss not all useful tasks; a full list can be found here.

  1. Publish to a static web app from a git repository
  2. Running custom tools
  3. Ubuntu or Windows revisited
  4. Use git in pipelines
  5. Scheduling pipelines
  6. Pipeline notifications