Skip to content

Commit 3b791c5

Browse files
authored
changed files by pdets auto publish service, publishid[fd35a5ef-1eb1-4181-bca5-eda6067aca55] and do [publish].
1 parent 1116473 commit 3b791c5

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

learn-pr/wwl-azure/configure-app-service-plans/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/2-implement-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Implement Azure App Service plans
88
description: "Implement Azure App Service plans"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/3-determine-plan-pricing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Determine Azure App Service plan pricing
88
description: "Determine Azure App Service plan pricing"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/4-scale-up-scale-out.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Scale up and scale out Azure App Service
88
description: "Scale up and scale out Azure App Service"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/5-plan-scaling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Configure Azure App Service autoscale
88
description: "Configure Azure App Service autoscale"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/6-knowledge-check.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -18,17 +18,6 @@ content: |
1818
quiz:
1919
title: ""
2020
questions:
21-
- content: "Which App Service Plan can you implement to support the Production team's requirements?"
22-
choices:
23-
- content: "Basic B1"
24-
isCorrect: false
25-
explanation: "Incorrect. The Basic App Service plan doesn't meet the requirements."
26-
- content: "Standard S1"
27-
isCorrect: false
28-
explanation: "Incorrect. The Standard App Service plan doesn't meet the requirements."
29-
- content: "Premium V3 P1V3"
30-
isCorrect: true
31-
explanation: "Correct. The Premium App Service plan meets the requirements of scaling to 5 instances and 100 GB of remote storage."
3221
- content: "What scaling option provides more CPU, memory, or disk space without adding more virtual machines?"
3322
choices:
3423
- content: "Scale up"
@@ -40,6 +29,17 @@ quiz:
4029
- content: "Scale back"
4130
isCorrect: false
4231
explanation: "Incorrect. Scale back isn't a valid scaling option. The options are scale in and out, or scale up and down."
32+
- content: "Which App Service Plan supports the Production team's 10 staging slots requirement?"
33+
choices:
34+
- content: "Basic B1"
35+
isCorrect: false
36+
explanation: "Incorrect. The Basic App Service plan doesn't support staging slots."
37+
- content: "Standard S1"
38+
isCorrect: false
39+
explanation: "Incorrect. The Standard App Service plan only supports up to 5 staging slots."
40+
- content: "Premium V3 P1V3"
41+
isCorrect: true
42+
explanation: "Correct. The Premium App Service plan supports up to 20 staging slots."
4343
- content: "Triggering an event at 8:00 AM on Saturday is an example of what type of rule?"
4444
choices:
4545
- content: "A metric-based rule."

learn-pr/wwl-azure/configure-app-service-plans/7-summary-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary and resources
88
description: "Summary and resources"
9-
ms.date: 01/29/2025
9+
ms.date: 02/12/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/configure-app-service-plans/includes/6-knowledge-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You're developing a strategy to implement Azure App Service plans to enable scal
44

55
- The Admin team requests information about scaling options. They prefer an option that can increase CPU and disk space rather than having to add more virtual machines.
66

7-
- The Production team manages a web app that requires scaling to 5 instances and 100 GB of remote storage. They'd like a cost-efficient scaling solution.
7+
- The Production team manages a web app that requires scaling to 10 staging slots.
88

99
- In your website configuration, you need a rule to trigger an event at 8:00 AM on Saturdays.
1010

learn-pr/wwl-azure/configure-app-service-plans/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Configure Azure App Service plans
77
description: "Configure Azure App Service plans"
8-
ms.date: 01/29/2025
8+
ms.date: 02/12/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)