A non-profit organization is deploying a public-facing event registration web application to Azure App Service. The hosting plan for the web application must meet the following requirements:
- Allow the application to be accessed using a custom domain with an SSL binding.
- Support scaling up to a maximum of 10 instances to handle traffic spikes during event registrations.
- Support at least one staging slot to perform testing before deploying to production.
You need to identify the most cost-effective App Service plan tier that meets all requirements.
Which App Service plan tier should you select?
- AFree (F1)
- BBasic (B1)
- Standard (S1)Answer
- DPremium v3 (P1v3)
Answer
Standard (S1)
The Standard (S1) tier is the most cost-effective tier that satisfies all requirements. It supports custom domains, SSL bindings, scaling up to 10 instances, and up to 5 staging slots.
Step-by-Step Solution
Key Concept
Determining the minimal App Service Plan pricing tier based on features such as staging slots, instance scaling limits, and custom domain SSL bindings.