In this category, the options are:
- Quickstart: Provides guidance to get you up and running with app deployment. Quickstart has handy guidance for ASP.NET, Java, Node.js, PHP, and Python.
- Deployment slots: Deployment slots let us deploy different versions of web apps to different URLs. We can test a certain version and then swap the content and configuration between slots. Deployment slots enable us to validate that the app is working properly in Azure, before we promote the app into production. This also eliminates downtime, and gives the new deployment a chance to warm up before customers use it. We can have more than one slot with the right App Service Plan. For example, we might want one slot for testing, one for staging, ...