Skip to content

Commit 2c94234

Browse files
updates
1 parent 1a3c890 commit 2c94234

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

articles/container-apps/structure.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 02/03/2025
8+
ms.date: 02/05/2025
99
ms.author: cshoe
1010
---
1111

@@ -39,16 +39,15 @@ To better understand these relationships, start by considering the differences b
3939

4040
## Workload profiles
4141

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.
4343

4444
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.
4545

4646
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.
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. 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.
5049

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.
5251

5352
## Plans
5453

@@ -69,15 +68,6 @@ Any new Azure Container Apps environments you create should be a *Workload profi
6968

7069
*Workload profiles v2* environments have access to an extensive networking stack which includes firewall support, native private endpoints, and optimized IP address allocation.
7170

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-
8171
## FAQ
8272

8373
### Can you have more than one consumption profile running in a workload profiles environment?

0 commit comments

Comments
 (0)