You are preparing to host a corporate web application on Azure. The application must satisfy the following criteria:
- Associate the web application with a custom DNS domain name.
- Provide a minimum of one deployment slot to perform staging tests.
You need to identify the most cost-effective App Service plan tier that supports these requirements.
Which App Service plan tier should you choose?
- ABasic (B1)
- BFree (F1)
- Standard (S1)Answer
- DPremium v3 (P1v3)
Answer
Standard (S1)
The Standard (S1) tier is the most cost-effective App Service plan that supports both custom domains and deployment slots.
Step-by-Step Solution
Key Concept
Selecting the minimum App Service plan tier required to support custom domains and deployment slots.