Skip to content

Commit 42de340

Browse files
authored
Merge pull request #49356 from wwlpublish/34b33d6915a2d1fdbe2380c44dedbe418f513d9dc56ba2fd36b03b58cd90e706-live
Modules/M03-configure-app-service-plans
2 parents 9afaf54 + 54699d1 commit 42de340

File tree

10 files changed

+16
-12
lines changed

10 files changed

+16
-12
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: 02/25/2025
9+
ms.date: 03/03/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: 02/25/2025
9+
ms.date: 03/03/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: 02/25/2025
9+
ms.date: 03/03/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: 02/25/2025
9+
ms.date: 03/03/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: 02/25/2025
9+
ms.date: 03/03/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: 1 addition & 1 deletion
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: 02/25/2025
9+
ms.date: 03/03/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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: 02/25/2025
9+
ms.date: 03/03/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The pricing tiers are grouped into three categories:
1818
- This tier provides network isolation on top of compute isolation to your apps.
1919
- This tier provides the maximum scale-out capabilities.
2020

21-
Here's a sample of different [plan details](/azure/app-service/overview-hosting-plans). For more information, you can use the Azure portal. Select *Create App Service Plan* and then *Explore pricing plans*. You can view either by hardware or feature capability.
21+
Here's a sample of different [plan details](/azure/app-service/overview-hosting-plans).
2222

2323
| Feature | Free F1 | Basic B1 | Standard S1 | Premium P1V3 |
2424
| --- | --- | --- | --- | --- |
@@ -48,13 +48,17 @@ The Premium service plan is designed to provide enhanced performance for product
4848

4949
The Isolated service plan is designed to run mission critical workloads that are required to run in a virtual network. The Isolated plan allows customers to run their applications in a private, dedicated environment in an Azure datacenter. The plan offers Dv2-series virtual machines with faster processors, SSD storage, and a double memory-to-core ratio compared to the Standard tier. The private environment used with an Isolated plan is called the App Service Environment. The plan can scale to 100 instances with more available upon request.
5050

51-
## Try it in the Azure portal
51+
## Task to be done: Select an App Service plan
5252

53-
You can view the available App Service plans in the Azure portal. You can make your choice based on hardware or feature requirements.
53+
You can view the available App Service plans in the Azure portal. You can make your choice based on hardware or feature requirements. Hardware considerations include CPU, memory, and scaling instances. Feature considerations include backups, staging slots, and zone redundancy.
5454

55-
1. Use the Azure portal to search for and select **App Service plans**.
55+
> [!TIP]
56+
> When selecting a service plan, consider both hardware and feature requirements.
57+
58+
1. In the Azure portal search for and select **App Service plans**.
5659
1. **Create** a new App Service plan.
5760
1. Select **Explore pricing plans** to view the available plans.
5861

62+
:::image type="content" source="../media/appserviceplans.gif" alt-text="Animated graphic showing how to view app service plans in the portal.":::
5963

6064

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: 02/25/2025
8+
ms.date: 03/03/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module
3.05 MB
Loading

0 commit comments

Comments
 (0)