An administrator is planning the deployment of two new web applications to Azure App Service:
* App1 is a development web app that requires custom domain support, custom SSL bindings, and must be able to scale manually to 3 instances.
* App2 is a production web app that requires up to 5 deployment slots and automated daily backups.
You need to select the most cost-effective App Service plan pricing tier for each application.
Which two pricing tiers should you select?
- Basic B1 for App1Answer
- BShared D1 for App1
- Standard S1 for App2Answer
- DPremium P1v3 for App2
Answer
Basic B1 for App1 and Standard S1 for App2
The correct selections are Basic B1 for App1 and Standard S1 for App2. Basic B1 is the minimum tier that supports custom SSL bindings and manual scaling up to 3 instances. Standard S1 is the minimum tier that supports deployment slots (up to 5) and daily backups, making both choices the most cost-effective options for their respective workloads.
Step-by-Step Solution
Key Concept
Selecting the most cost-effective Azure App Service plan tier based on specific features like custom domains, SSL, scaling, deployment slots, and backups.
Estimated Time:1m 30s