Skip to content

Commit 4d88614

Browse files
Merge pull request #49298 from wwlpublish/34b33d6915a2d1fdbe2380c44dedbe418f513d9dc56ba2fd36b03b58cd90e706-live
Modules/M03-configure-app-service-plans
2 parents 90f5111 + 44524af commit 4d88614

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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/12/2025
9+
ms.date: 02/25/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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ The Premium service plan is designed to provide enhanced performance for product
4747
### Isolated
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.
50+
51+
## Try it in the Azure portal
52+
53+
You can view the available App Service plans in the Azure portal. You can make your choice based on hardware or feature requirements.
54+
55+
1. Use the Azure portal to search for and select **App Service plans**.
56+
1. **Create** a new App Service plan.
57+
1. Select **Explore pricing plans** to view the available plans.
58+
59+
60+

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

0 commit comments

Comments
 (0)