Skip to content

Commit bc61fa9

Browse files
Incorporated the suggested changes after the review.
1 parent 8b9f72f commit bc61fa9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/container-apps/workload-profiles-overview.md

Lines changed: 4 additions & 3 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: 10/14/2024
8+
ms.date: 10/19/2024
99
ms.author: cshoe
1010
ms.custom:
1111
- references_regions
@@ -63,15 +63,16 @@ There are different types and sizes of workload profiles available by region. By
6363

6464
<sup>\*</sup> Capacity is allocated on a per-case basis. Submit a [support ticket](https://azure.microsoft.com/support/create-ticket/) to request the capacity amount required for your application.
6565

66-
**Important Update:** The command `az containerapp env workload-profile set` is no longer available for selecting a workload profile. Instead, use the command `az containerapp env workload-profile add` or `az containerapp env workload-profile update` to configure your workload profiles.
66+
> [!NOTE]
67+
> The command `az containerapp env workload-profile set` is no longer available for selecting a workload profile. Instead, use [az containerapp env workload-profile add](/cli/azure/containerapp/env/workload-profile?view=azure-cli-latest#az-containerapp-env-workload-profile-add) or [az containerapp env workload-profile update](/cli/azure/containerapp/env/workload-profile?view=azure-cli-latest#az-containerapp-env-workload-profile-update).
6768
6869
In addition to different core and memory sizes, workload profiles also have varying image size limits available. To learn more about the image size limits for your container apps, see [hardware reference](hardware.md#image-size-limit).
6970

7071
The availability of different workload profiles varies by region.
7172

7273
## Resource consumption
7374

74-
You can constrain the memory and CPU usage of each app inside a workload profile, and you can run multiple apps inside a single instance of a workload profile. However, the total resources available to a container app are lesser than the resources allocated to a profile. The difference between allocated and available resources is the amount reserved by the Container Apps runtime.
75+
You can constrain the memory and CPU usage of each app inside a workload profile, and you can run multiple apps inside a single instance of a workload profile. However, the total resources available to a container app are less than the resources allocated to a profile. The difference between allocated and available resources is the amount reserved by the Container Apps runtime.
7576

7677
## Scaling
7778

0 commit comments

Comments
 (0)