Skip to content

Commit 42f98ae

Browse files
Merge branch 'aca/structure-v1-v2' of https://github.com/craigshoemaker/azure-docs-pr into aca/structure-v1-v2
2 parents 58b0014 + ed4f048 commit 42f98ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/container-apps/environment-type-consumption-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Consumption-only environment type in Azure Container Apps
1313

14-
In Azure Container Apps, the environment type determines functionality and billing methods associated with your applications.
14+
In Azure Container Apps, there are two environment types which determine what features are available to your applications.
1515

1616
The Consumption-only environment runs your application using compute resources exclusively allocated on-demand. In other words, you only pay for resources consumed by your application.
1717

articles/container-apps/structure.md

Lines changed: 2 additions & 1 deletion
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: 01/31/2025
8+
ms.date: 02/03/2025
99
ms.author: cshoe
1010
---
1111

@@ -46,6 +46,7 @@ By default, every *v2* environment only comes with a consumption workload profil
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.
4950

5051
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.
5152

0 commit comments

Comments
 (0)