A company plans to migrate an inventory management application to Azure App Service. The application hosting environment must meet the following requirements:
- Support a custom domain with an IP-based SSL binding.
- Support scaling out to a maximum of 8 instances to handle peak workload demands.
- Support automated backups scheduled twice daily.
Which App Service plan pricing tier is the most cost-effective option that meets these requirements?
- AF1
- BB1
- S1Cevap
- DP1v3
Cevap
The Standard (S1) tier is the most cost-effective pricing tier that meets all the requirements.
The Standard (S1) tier is correct because it supports custom domains, SSL bindings, scaling up to 10 instances (meeting the 8-instance requirement), and up to 10 automated backups daily (meeting the twice-daily requirement), and it is cheaper than the Premium v3 (P1v3) tier.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service plan tiers define the available features, scaling limits, and backup capabilities. Selecting the optimal tier requires matching application requirements like custom domains, scaling limits, and backup schedules to the most cost-effective tier.