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
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 02/03/2025
8
+
ms.date: 02/05/2025
9
9
ms.author: cshoe
10
10
---
11
11
@@ -39,16 +39,15 @@ To better understand these relationships, start by considering the differences b
39
39
40
40
## Workload profiles
41
41
42
-
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.
42
+
Each *Workload profiles (v2)* environment automatically comes with a consumption profile. The consumption profile allows you to run applications 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.
43
43
44
44
By default, every *v2* environment only comes with a consumption workload profile. Depending on the needs of your app, you can choose to add any other specialized workload profiles that are best tailored for your application's needs.
45
45
46
46
The consumption profile makes 4 vCPUs with 8 GB of memory available to your apps. If you require more resources, then run your apps on dedicated workload profile. You can add as many dedicated workload profiles to your environment as necessary.
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. For more information on available virtual machine sizes, see [Sizes for virtual machines in Azure](/azure/virtual-machines/sizes/overview).
49
-
If your application requires capabilities outside these parameters, then run your apps on dedicated workload profiles.
50
49
51
-
Regardless of what type of profile you decide to run, each profile runs on a plan. The consumption profile works on the consumption plan while dedicated workload profiles use the dedicated plan.
50
+
Regardless of what type of profile you decide to run, each profile runs on a plan. The consumption profile runs on the consumption plan while dedicated workload profiles use the dedicated plan.
52
51
53
52
## Plans
54
53
@@ -69,15 +68,6 @@ Any new Azure Container Apps environments you create should be a *Workload profi
69
68
70
69
*Workload profiles v2* environments have access to an extensive networking stack which includes firewall support, native private endpoints, and optimized IP address allocation.
71
70
72
-
Use this table to further help you determine which profile type is best in your situation:
73
-
74
-
| If you need... | Workload profile type |
75
-
|---|---|
76
-
| Pay-as-you-go pricing | Consumption |
77
-
| Scale to zero capability | Consumption |
78
-
| Zero cold start | Dedicated |
79
-
| Access to GPU processing | Dedicated |
80
-
81
71
## FAQ
82
72
83
73
### Can you have more than one consumption profile running in a workload profiles environment?
0 commit comments