Skip to content

Commit 57aaeac

Browse files
Merge pull request #48895 from wwlpublish/34b33d6915a2d1fdbe2380c44dedbe418f513d9dc56ba2fd36b03b58cd90e706-live
Modules/M03-configure-app-service-plans
2 parents 9863ab0 + 22848d5 commit 57aaeac

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
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/15/2025
9+
ms.date: 01/29/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/15/2025
9+
ms.date: 01/29/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/15/2025
9+
ms.date: 01/29/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/15/2025
9+
ms.date: 01/29/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/15/2025
9+
ms.date: 01/29/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: 5 additions & 5 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/15/2025
9+
ms.date: 01/29/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -20,15 +20,15 @@ quiz:
2020
questions:
2121
- content: "Which App Service Plan can you implement to support the Production team's requirements?"
2222
choices:
23-
- content: "Basic"
23+
- content: "Basic B1"
2424
isCorrect: false
2525
explanation: "Incorrect. The Basic App Service plan doesn't meet the requirements."
26-
- content: "Standard"
26+
- content: "Standard S1"
2727
isCorrect: false
2828
explanation: "Incorrect. The Standard App Service plan doesn't meet the requirements."
29-
- content: "Premium"
29+
- content: "Premium V3 P1V3"
3030
isCorrect: true
31-
explanation: "Correct. The Premium App Service plan meets the requirements of scaling to 5 instances and 100 GB of disk storage."
31+
explanation: "Correct. The Premium App Service plan meets the requirements of scaling to 5 instances and 100 GB of remote storage."
3232
- content: "What scaling option provides more CPU, memory, or disk space without adding more virtual machines?"
3333
choices:
3434
- content: "Scale up"

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/15/2025
9+
ms.date: 01/29/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 disk storage. They'd like a cost-efficient scaling solution.
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.
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/15/2025
8+
ms.date: 01/29/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)