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/workload-profiles-manage-cli.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ az containerapp env workload-profile add \
190
190
--max-nodes <MAX_NODES>
191
191
```
192
192
193
-
The value you selectfor the `<WORKLOAD_PROFILE_NAME>` placeholder is the workload profile *friendly name*.
193
+
When selecting a workload profile to add it is important to ensure regional availability. The value you selectfor the `<WORKLOAD_PROFILE_NAME>` placeholder is the workload profile *friendly name*.
194
194
195
195
Using friendly names allow you to add multiple profiles of the same type to an environment. The friendly name is what you use as you deploy and maintain a container app in a workload profile.
196
196
@@ -242,16 +242,23 @@ az containerapp env workload-profile list-supported \
242
242
The response resembles a table similar to the below example:
Select a workload profile and use the *Name* field when adding or updating workload profiles with the `az containerapp env workload-profile add` or `az containerapp env workload-profile update` commands for the `--workload-profile-type` option.
Copy file name to clipboardExpand all lines: articles/container-apps/workload-profiles-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ Each profile type determines how your apps scale, the level of resource isolatio
29
29
30
30
-**Dedicated profiles** run on reserved compute resources in your own dedicated pool. You select the size and type of virtual machine, deploy multiple apps per profile, and pay per-profile instance. Dedicated profiles can be more cost-effective for steady workloads and support general purpose, memory-optimized, and GPU use cases.
31
31
32
-
-**Flex profiles** (preview) blends the billing and setup simplicity of the *Consumption* profile with many of the performance characteristics of the Dedicated profiles. Flex profiles are billed like a Consumption profile plus the dedicated management fee, run in a single‑tenant compute pool, offer planned maintenance windows, and dedicated networking and access to larger replica sizes. Flex profiles require a subnet of at least `/25`.
32
+
-**Flexible profile** (preview) blends the billing and setup simplicity of the *Consumption* profile with many of the performance characteristics of the Dedicated profiles. Flexible profiles are billed like a Consumption profile plus the dedicated management fee, run in a single‑tenant compute pool, offer planned maintenance windows, and dedicated networking and access to larger replica sizes. Flexible profiles require a subnet of at least `/25`.
33
33
34
-
Each Container Apps environment includes a default Consumption profile. You can add Dedicated or Consumption GPU profiles and, when available, Flex profiles to meet your application's needs.
34
+
Each Container Apps environment includes a default Consumption profile. You can add Dedicated or Consumption GPU profiles and, when available, Flexible profiles to meet your application's needs.
35
35
36
36
> [!NOTE]
37
-
> The Flex profile is currently only available in the following regions: Central US EUAP, East US2 EUAP, East Asia, and West Central US.
37
+
> The Flexible profile is currently only available in the following regions: Central US EUAP, East US2 EUAP, East Asia, and West Central US.
38
38
39
39
## Workload profile form factors
40
40
@@ -76,11 +76,11 @@ All Consumption profiles support serverless scaling and are billed based on per
76
76
> [!NOTE]
77
77
> GPU‑enabled Dedicated profiles allocate capacity on a per‑case basis. [You must submit a support ticket to request the required capacity](/azure/container-apps/quotas#gpu-quotas).
78
78
79
-
### Flex profile details (preview)
79
+
### Flexible profile details (preview)
80
80
81
81
| Profile names | vCPU range | Memory range | Regions | Allocation |
82
82
|--|--|--|--|--|
83
-
|**Flex**| 0.25-4 | 0.5-16 GiB | Central US (EUAP), East US2 (EUAP), East Asia, West Central US | per replica |
83
+
|**Flexible**| 0.25-4 | 0.5-16 GiB | Central US (EUAP), East US2 (EUAP), East Asia, West Central US | per replica |
0 commit comments