A company plans to deploy a new web application to Azure App Service. The hosting environment must meet the following configuration requirements:
- Secure traffic using a custom domain name and a custom SSL certificate.
- Support a staging slot to test application updates before swapping them into production.
Which two App Service plan pricing tiers support these requirements? (Select two.)
- S1Answer
- P1v3Answer
- CB1
- DD1
Answer
The Standard (S1) and Premium (P1v3) tiers are correct because both tiers support custom domains, custom SSL certificates, and deployment staging slots.
The Standard (S1) and Premium (P1v3) tiers support custom domains, custom SSL certificates, and deployment slots.
Step-by-Step Solution
Key Concept
Understanding features supported by Azure App Service Plan tiers, particularly deployment slots and SSL capability.