You are configuring two new Azure Web Apps that have the following requirements:
* App1 requires a custom domain name and SSL bindings, but only needs manual scaling.
* App2 requires deployment slots for staging environments.
You need to select the most cost-effective App Service plan pricing tier for each web app.
Which two pricing tiers should you select?
- Basic (B1) for App1Answer
- Standard (S1) for App2Answer
- CShared (D1) for App1
- DBasic (B1) for App2
- EPremium V3 (P1v3) for App2
Answer
Basic (B1) for App1 and Standard (S1) for App2
Basic (B1) is the most cost-effective tier that supports custom domains and SSL bindings, satisfying the requirements for App1. Standard (S1) is the most cost-effective tier that supports deployment slots, satisfying the requirements for App2.
Step-by-Step Solution
Key Concept
Azure App Service plan pricing tiers and feature support