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/gpu-serverless-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: Using serverless GPUs in Azure Container Apps (preview)
2
+
title: Using serverless GPUs in Azure Container Apps
3
3
description: Learn to how to use GPUs with apps and jobs in Azure Container Apps.
4
4
services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom:
8
8
- ignite-2024
9
9
ms.topic: how-to
10
-
ms.date: 11/06/2024
10
+
ms.date: 03/17/2025
11
11
ms.author: cshoe
12
12
---
13
13
14
-
# Using serverless GPUs in Azure Container Apps (preview)
14
+
# Using serverless GPUs in Azure Container Apps
15
15
16
16
Azure Container Apps provides access to GPUs on-demand without you having to manage the underlying infrastructure. As a serverless feature, you only pay for GPUs in use. When enabled, the number of GPUs used for your app rises and falls to meet the load demands of your application. Serverless GPUs enable you to seamlessly run your workloads with automatic scaling, optimized cold start, per-second billing with scale down to zero when not in use, and reduced operational overhead.
Copy file name to clipboardExpand all lines: articles/container-apps/workload-profiles-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Profiles are configured to fit the different needs of your applications.
22
22
| Profile type | Description | Potential use |
23
23
|--|--|--|
24
24
| Consumption | Automatically added to any new environment. | Apps that don't require specific hardware requirements |
25
-
| Consumption GPU (preview) | Scale-to-zero serverless GPUs are available in West US 3, Australia East, and Sweden Central regions. | Apps that require GPU |
25
+
| Consumption GPU | Scale-to-zero serverless GPUs are available in West US 3, Australia East, and Sweden Central regions. | Apps that require GPU |
26
26
| Dedicated (General purpose) | Balance of memory and compute resources | Apps that require larger amounts of CPU and/or memory |
27
27
| Dedicated (Memory optimized) | Increased memory resources | Apps that need access to large in-memory data, in-memory machine learning models, or other high memory requirements |
28
28
| Dedicated (GPU enabled) (preview) | GPU enabled with increased memory and compute resources available in West US 3 and North Europe regions. | Apps that require GPU |
@@ -55,8 +55,8 @@ There are different types and sizes of workload profiles available by region. By
55
55
| Display name | Name | vCPU | Memory (GiB) | GPU | Category | Allocation | Quota name |
0 commit comments