A company is migrating an internal reporting application to Azure App Service. The migration team has identified the following requirements for the hosting environment:
- The application must be accessible securely using a custom domain name and a custom SSL certificate.
- The application must be automatically backed up once every 24 hours to prevent data loss.
- The application runs on a single dedicated instance and does not require automatic horizontal scaling.
You need to recommend the most cost-effective App Service plan tier that meets all requirements.
Which App Service plan tier should you recommend?
- ABasic (B1)
- BShared (D1)
- Standard (S1)Answer
- DPremium V3 (P1v3)
Answer
Standard (S1) tier
The Standard (S1) tier is correct because it is the most cost-effective dedicated App Service plan tier that supports custom SSL certificates (SNI or IP-based) and the Backup and Restore feature, which allows up to 10 backups per day.
Step-by-Step Solution
Key Concept
Selecting the most cost-effective App Service plan tier that supports dedicated compute, custom SSL bindings, and automated backups.
Estimated Time:1m 30s