Blue-green Deployments in Azure DevOps YAML Pipelines
Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects
Running tests with code coverage in Azure DevOps YAML pipelines
Static code analysis with NDepend in Azure Pipelines
Running e2e tests with Playwright in Azure YAML Pipelines
...
bogdanbujdea.dev5 min read
Marko Spasenovski
Software Engineer @ CodeChem
Great read! I have two question, is there a way to specify the destination slot through the YAML? And if the traffic is redirected to the staging slot, when do we switch the traffic back to the production slot? Because if the YAML stays like this, each pipeline run would always deploy to the staging slot and then switch the traffic.