Skip to content

Commit 212ac30

Browse files
updates
1 parent 24ba51a commit 212ac30

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/container-apps/structure.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 12/13/2024
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
---
1111

1212
# Compute and billing structures in Azure Container Apps
1313

14-
In Azure Container Apps, the environment and plan type you use determines the available functionality and billing methods associated with your application. This article explains the relationship between plans, workload profiles, and why to consider selecting one over another.
14+
In Azure Container Apps, the environment and plan type you use determines the functionality and billing methods associated with your application. This article explains the relationship between plans, workload profiles, and why to consider selecting one over another.
1515

1616
## Environment types
1717

@@ -36,14 +36,14 @@ To better understand these relationships, start by considering the differences b
3636

3737
## Workload profiles
3838

39-
Each *Workload profiles (v2)* environment automatically comes with a consumption profile. The consumption profile is where you run applications that you want to allow to scale to zero, and where you only want to pay for usage. Ultimately you decide whether or not to use the consumption profile since you only incur costs as you use apps running in the profile.
39+
Each *Workload profiles (v2)* environment automatically comes with a consumption profile. The consumption profile allows you to run applications which scale to zero, and where you only want to pay for usage. Ultimately, you decide whether or not to use the consumption profile since you only incur costs as when apps are running in the consumption workload profile.
4040

41-
By default, apps run on the consumption workload profile, but you can choose to select a profile that is best tailored for your application's needs. The consumption profile is well suited if you need:
41+
Depending on the needs of your app, you can opt to use a specialized workload profile that is best tailored for your application's needs. The consumption profile is well suited if:
4242

43-
- Need up to 4 vCPUs with 8 GB of memory
44-
- Don't need access to a GPU
43+
- You need up to 4 vCPUs with 8 GB of memory
44+
- You don't need access to GPUs
4545

46-
If your application requires any capability outside these parameters, then run your apps on dedicated workload profile.
46+
If your application requires capabilities outside these parameters, then run your apps on dedicated workload profile.
4747

4848
When you choose to use a dedicated workload profile, you can select the allocated amount of memory and compute resources available to your apps. Further, you can add as many dedicated workload profiles to your environment as necessary.
4949

@@ -82,7 +82,7 @@ Use this table to further help you determine which profile type is best in your
8282
| If you need... | Workload profile type |
8383
|---|---|
8484
| Pay-as-you-go pricing | Consumption |
85-
| Scale in to zero capability | Consumption |
85+
| Scale to zero capability | Consumption |
8686
| Zero cold start | Dedicated |
8787
| Access to GPU processing | Dedicated |
8888
| TODO | |
@@ -96,7 +96,7 @@ No. Every workload profiles environment comes with a single consumption profile
9696

9797
### Can I remove the consumption profile from workload profiles environment?
9898

99-
No. If you don't need the consumption profile, just don't use it. As typical with pay-as-you-go scenarios, you aren't charged for the consumption profile if you don't use it.
99+
No. If you don't need the consumption profile, just don't use it. As typical with pay-as-you-go scenarios, you aren't charged for the consumption profile if you don't use the profile.
100100

101101
### Does the consumption plan work the same way in a Workload profiles (v2) environment vs. a Consumption-only (v1) environment?
102102

0 commit comments

Comments
 (0)