You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/structure.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 12/13/2024
8
+
ms.date: 01/24/2025
9
9
ms.author: cshoe
10
10
---
11
11
12
12
# Compute and billing structures in Azure Container Apps
13
13
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.
15
15
16
16
## Environment types
17
17
@@ -36,14 +36,14 @@ To better understand these relationships, start by considering the differences b
36
36
37
37
## Workload profiles
38
38
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.
40
40
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:
42
42
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
45
45
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.
47
47
48
48
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.
49
49
@@ -82,7 +82,7 @@ Use this table to further help you determine which profile type is best in your
82
82
| If you need... | Workload profile type |
83
83
|---|---|
84
84
| Pay-as-you-go pricing | Consumption |
85
-
| Scale in to zero capability | Consumption |
85
+
| Scale to zero capability | Consumption |
86
86
| Zero cold start | Dedicated |
87
87
| Access to GPU processing | Dedicated |
88
88
| TODO ||
@@ -96,7 +96,7 @@ No. Every workload profiles environment comes with a single consumption profile
96
96
97
97
### Can I remove the consumption profile from workload profiles environment?
98
98
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.
100
100
101
101
### Does the consumption plan work the same way in a Workload profiles (v2) environment vs. a Consumption-only (v1) environment?
0 commit comments