Skip to content

Commit e641771

Browse files
authored
Merge pull request #311009 from v-albemi/plans
Freshness Edit: Azure Container Apps
2 parents e2d789b + e6a8d23 commit e641771

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

articles/container-apps/plans.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Azure Container Apps plan types
3-
description: Compare different plans available in Azure Container Apps
2+
title: Azure Container Apps Plan Types
3+
description: Compare the plans that are available in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom:
88
- ignite-2024
9-
ms.topic: conceptual
10-
ms.date: 11/05/2024
9+
ms.topic: concept-article
10+
ms.date: 01/28/2026
1111
ms.author: cshoe
1212
---
1313

1414
# Azure Container Apps plan types
1515

16-
Azure Container Apps features two different plan types.
16+
Azure Container Apps features two plan types:
1717

1818
| Plan type | Description |
1919
|--|--|
20-
| [Dedicated](#dedicated) | Fully managed environment with support for scale-to-zero and pay only for resources your apps use. Run apps with customized hardware and increased cost predictability using Dedicated [workload profiles](workload-profiles-overview.md) in the default workload profiles environment. |
21-
| [Consumption](#consumption) | Serverless environment with support for scale-to-zero and pay only for resources your apps use. |
20+
| [Dedicated](#dedicated) | Fully managed environment with support for scale-to-zero and paying only for resources that your apps use. Run apps with customized hardware and increased cost predictability by using Dedicated [workload profiles](workload-profiles-overview.md) in the default workload profiles environment. |
21+
| [Consumption](#consumption) | Serverless environment with support for scale-to-zero and paying only for resources that your apps use. |
2222

2323
<a id="consumption-dedicated"></a>
2424

@@ -27,28 +27,28 @@ Azure Container Apps features two different plan types.
2727
The Dedicated plan consists of a series of workload profiles that range from the default consumption profile to profiles that feature dedicated hardware customized for specialized compute needs.
2828

2929
You can select from general purpose or specialized compute
30-
[workload profiles](workload-profiles-overview.md) that provide larger amounts of CPU and memory or GPU enabled features. You pay per instance of the workload profile, versus per app, and workload profiles can scale in and out as demand rises and falls.
30+
[workload profiles](workload-profiles-overview.md) that provide larger amounts of CPU and memory or GPU-enabled features. You pay per instance of the workload profile, versus per app, and workload profiles can scale in and out as demand rises and falls.
3131

3232
Use the Dedicated plan when you need any of the following in a single environment:
3333

3434
- **Compute isolation**: Dedicated workload profiles provide access to dedicated hardware with a single tenant guarantee.
3535

36-
- **Customized compute**: Select from many types and sizes of workload profiles based on your apps requirements. You can deploy many apps to each workload profile. Each workload profile can scale independently as more apps are added or removed or as apps scale their replicas up or down.
36+
- **Customized compute**: Select from many types and sizes of workload profiles based on your app requirements. You can deploy many apps to each workload profile. Each workload profile can scale independently as more apps are added or removed or as apps scale their replicas up or down.
3737

38-
The Dedicated plan can be more cost effective when you're running higher scale deployments with steady throughput.
38+
The Dedicated plan can be more cost effective when you're running higher-scale deployments with steady throughput.
3939

4040
> [!NOTE]
4141
> When configuring your cluster with a user defined route for egress, you must explicitly send egress traffic to a network virtual appliance such as Azure Firewall.
4242
4343
## Consumption
4444

45-
The Consumption plan features a serverless architecture that allows your applications to scale in and out on demand. Applications can scale to zero, and you only pay for running apps.
45+
The Consumption plan features a serverless architecture that enables your applications to scale in and out on demand. Applications can scale to zero, and you only pay for running apps.
4646

47-
When you need on-demand specialized compute resources, you can use [serverless GPUs (preview)](gpu-serverless-overview.md).
47+
When you need on-demand specialized compute resources, you can use [serverless GPUs](gpu-serverless-overview.md).
4848

49-
## Next steps
49+
## Next step
5050

51-
Deploy an app with:
51+
Deploy an app with a:
5252

5353
- [Consumption plan](quickstart-portal.md)
5454
- [Dedicated plan](workload-profiles-manage-cli.md)

0 commit comments

Comments
 (0)