You plan to deploy an Azure App Service web app. You need to configure a deployment slot named staging to test updates before swapping them into production. Which App Service Plan pricing tier is the minimum required to support deployment slots?
- StandardAnswer
- BBasic
- CShared
- DFree
Answer
Standard
The Standard tier is the minimum pricing tier that supports deployment slots. Tiers below Standard (Free, Shared, and Basic) lack this capability, whereas Premium and Isolated tiers also support it but at a higher cost.
Step-by-Step Solution
Key Concept
Azure App Service Plan pricing tier features and minimum requirements
Estimated Time:45s