Your company is deploying a web application to Azure. You need to configure an Azure App Service plan that supports the following requirements:
- Configure a custom domain with a custom SSL certificate.
- Scale out the instances automatically based on CPU usage.
- Support deployment slots to perform staging testing before swapping to production.
Which of the following App Service plan pricing tiers can be used to meet these requirements? (Select two.)
- Standard S1Answer
- Premium P1v3Answer
- CBasic B1
- DShared D1
Answer
The Standard S1 and Premium P1v3 pricing tiers support custom domains, SSL certificates, autoscaling, and deployment slots.
Both the Standard S1 and Premium P1v3 pricing tiers support all three requirements: custom domains with SSL certificates, automatic scaling (autoscale) based on metrics like CPU usage, and deployment slots for staging.
Step-by-Step Solution
Key Concept
Azure App Service pricing tier feature availability (Autoscaling, Deployment Slots, and SSL)