Skip to content

[ACA] [401664] Update workload profiles re: storage sizes. #126792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/container-apps/workload-profiles-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services: container-apps
author: craigshoemaker
ms.service: azure-container-apps
ms.topic: conceptual
ms.date: 11/05/2024
ms.date: 05/16/2025
ms.author: cshoe
ms.custom:
- references_regions
Expand Down Expand Up @@ -74,7 +74,7 @@ There are different types and sizes of workload profiles available by region. By
> [!NOTE]
> 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#az-containerapp-env-workload-profile-add) or [az containerapp env workload-profile update](/cli/azure/containerapp/env/workload-profile#az-containerapp-env-workload-profile-update).

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).
In addition to different core and memory sizes, workload profiles also have different storage sizes allocated to them. However, you should not use this storage for your data. Instead, use a [storage mount](storage-mounts.md).

The availability of different workload profiles varies by region.

Expand Down