An administrator is deploying a web application to Azure App Service. The application must meet the following requirements:
- Use a custom DNS domain name.
- Scale manually up to three instances.
You need to recommend the most cost-effective App Service plan pricing tier that meets the requirements.
Which App Service plan pricing tier should you select?
- AF1 (Free)
- BD1 (Shared)
- B1 (Basic)Answer
- DS1 (Standard)
Answer
B1 (Basic)
The B1 (Basic) pricing tier is the most cost-effective tier that supports both custom domains and manual scaling up to three instances. Tiers lower than B1 (such as F1 and D1) do not support scaling, and F1 also lacks custom domain support.
Step-by-Step Solution
Key Concept
Azure App Service pricing tiers and their capability limits regarding custom domains and scaling.
Estimated Time:45s