Question

Difficulty: MediumConfigure Azure App Service Plans

An administrator is planning the deployment of two web applications to Azure App Service. You need to configure a separate App Service plan for each application. The hosting requirements for the applications are as follows:

* App1: Requires a minimum of 33 deployment slots, automatic scaling up to 1010 instances, and daily automated backups.
* App2: Requires a custom domain name with SSL binding and manual scaling up to 33 instances. It does not require deployment slots, automatic scaling, or backups.

You must minimize hosting costs.

Which two pricing tiers should you select? (Select two.)

  1. Standard (S1S1) for App1Answer
  2. Basic (B1B1) for App2Answer
  3. C
    Premium (P1v3P1v3) for App1
  4. D
    Shared (D1D1) for App2
  5. E
    Free (F1F1) for App2
  6. F
    Basic (B1B1) for App1

Answer

You should select Standard (S1S1) for App1 and Basic (B1B1) for App2 to minimize costs while meeting all configuration requirements.
The correct options are Standard (S1S1) for App1 and Basic (B1B1) for App2. The Standard (S1S1) tier is the cheapest dedicated tier that provides deployment slots (up to 55) and autoscaling capabilities (up to 1010 instances), which are required for App1. The Basic (B1B1) tier is the cheapest dedicated tier that supports custom domains with SSL bindings and manual scaling up to 33 instances, meeting all requirements for App2 at the lowest cost.

Step-by-Step Solution

1
Analyze the requirements for App1.
App1 requires a minimum of 33 deployment slots, autoscaling up to 1010 instances, and daily backups. The Free (F1F1), Shared (D1D1), and Basic (B1B1) tiers do not support deployment slots or autoscaling. The Standard (S1S1) tier supports up to 55 slots, autoscaling up to 1010 instances, and up to 1010 backups per day. The Premium (P1v3P1v3) tier also supports these features but at a higher cost. Therefore, Standard (S1S1) is the most cost-effective option for App1.
Identify the minimum pricing tier that supports deployment slots, autoscaling, and backups for App1.
2
Analyze the requirements for App2.
App2 requires a custom domain with SSL binding and manual scaling up to 33 instances. The Free (F1F1) tier does not support custom domains or SSL bindings. The Shared (D1D1) tier supports custom domains but does not support SSL bindings or manual scaling beyond a single shared instance. The Basic (B1B1) tier supports custom domains, SSL bindings, and manual scaling up to 33 instances. Therefore, Basic (B1B1) is the most cost-effective option for App2.
Identify the minimum pricing tier that supports custom domains, SSL bindings, and manual scaling to 33 instances for App2.

Key Concept

Selecting the most cost-effective App Service plan pricing tier based on scale-out limits, deployment slots, custom domains, and SSL requirements.
Rate this question