Skip to content

Commit 078bc95

Browse files
authored
Merge pull request #126186 from Tratcher/wps
Clarify Workload Profiles
2 parents 540a322 + 3f0b710 commit 078bc95

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,27 @@ Profiles are configured to fit the different needs of your applications.
3030
> [!NOTE]
3131
> When using GPU-enabled workload profiles, make sure your application is running the latest version of [CUDA](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda).
3232
33-
The Consumption workload profile is the default profile added to every Workload profiles [environment](environment.md) type. You can add Dedicated workload profiles to your environment when you create it or after you create it. Workload profiles environments are deployed separately from Consumption only environments.
33+
The Consumption workload profile is the default profile added to every Workload profiles [environment](environment.md) type. You can add Consumption GPU workload profiles for each type of GPU. All Consuption workload profiles:
3434

35-
For each Dedicated workload profile in your environment, you can:
35+
- Automatically scale as needed
36+
- Can deploy multiple apps
3637

37-
- Select the type and size
38-
- Deploy multiple apps into the profile
39-
- Use autoscaling to add and remove instances based on the needs of the apps
38+
You can add Dedicated workload profiles to your environment. These enable you to:
39+
40+
- Use reserved VMs for your apps
41+
- Select the type and size of the VM
42+
- Deploy multiple apps in each profile
43+
- Use autoscaling to add and remove VM instances based on the needs of the apps
4044
- Limit scaling of the profile to better control costs
4145

4246
You can configure each of your apps to run on any of the workload profiles defined in your Container Apps environment. This configuration is ideal for deploying microservices where each app can run on the appropriate compute infrastructure.
4347

4448
> [!NOTE]
45-
> You can only apply a GPU workload profile to an environment as the environment is created.
49+
> You can only add a Dedicated GPU workload profile when initially creating an environment. Consumption GPU and other types of workload profiles may be added later.
4650
4751
## Profile types
4852

49-
There are different types and sizes of workload profiles available by region. By default, each Dedicated plan includes a consumption profile, but you can also add any of the following profiles:
53+
There are different types and sizes of workload profiles available by region. By default, each workload profile enabled environment includes a Consumption profile, but you can also add any of the following profiles:
5054

5155
| Display name | Name | vCPU | Memory (GiB) | GPU | Category | Allocation | Quota name |
5256
|---|---|---|---|---|---|---|
@@ -61,9 +65,9 @@ There are different types and sizes of workload profiles available by region. By
6165
| Dedicated-E8 | E8 | 8 | 64 | - | Memory optimized | per node | Managed Environment Memory Optimized Cores |
6266
| Dedicated-E16 | E16 | 16 | 128 | - | Memory optimized | per node | Managed Environment Memory Optimized Cores |
6367
| Dedicated-E32 | E32 | 32 | 256 | - | Memory optimized | per node | Managed Environment Memory Optimized Cores |
64-
| Dedicated-NC24-A100 (preview) | NC24-A100 | 24 | 220 | 1 | GPU enabled | per node<sup>\*</sup> | Managed Environment Compute Optimized Cores |
65-
| Dedicated-NC48-A100 (preview) | NC48-A100 | 48 | 440 | 2 | GPU enabled | per node<sup>\*</sup> | Managed Environment Compute Optimized Cores |
66-
| Dedicated-NC96-A100 (preview) | NC96-A100 | 96 | 880 | 4 | GPU enabled | per node<sup>\*</sup> | Managed Environment Compute Optimized Cores |
68+
| Dedicated-NC24-A100 (preview) | NC24-A100 | 24 | 220 | 1 | GPU enabled | per node<sup>\*</sup> | Subscription NCA 100 Gpus |
69+
| Dedicated-NC48-A100 (preview) | NC48-A100 | 48 | 440 | 2 | GPU enabled | per node<sup>\*</sup> | Subscription NCA 100 Gpus |
70+
| Dedicated-NC96-A100 (preview) | NC96-A100 | 96 | 880 | 4 | GPU enabled | per node<sup>\*</sup> | Subscription NCA 100 Gpus |
6771

6872
<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.
6973

0 commit comments

Comments
 (0)