Mid Azure

How do you implement blue/green deployment in Azure?

  • Use deployment slots in Azure App Services.
  • Deploy new version to staging slot, test it, then swap with production.
  • Rollback is possible by swapping back.

More from Microsoft Azure Tutorial

All questions for this course