Skip to content

Commit 10da6fa

Browse files
Merge pull request #290719 from anthonychu/patch-26
[Container Apps] Update billing for serverless GPU
2 parents f5fec6b + 74cb549 commit 10da6fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/billing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-container-apps
77
ms.custom:
88
- ignite-2023
99
ms.topic: conceptual
10-
ms.date: 11/05/2024
10+
ms.date: 11/19/2024
1111
ms.author: cshoe
1212
---
1313

@@ -43,10 +43,6 @@ Free usage doesn't appear on your bill. You're only charged as your resource usa
4343
> [!NOTE]
4444
> If you use Container Apps with [your own virtual network](networking.md#managed-resources) or your apps utilize other Azure resources, additional charges may apply.
4545
46-
### Serverless GPU
47-
48-
Serverless GPU compute is calculated on a per-second billing rate.
49-
5046
### Resource consumption charges
5147

5248
Azure Container Apps runs replicas of your application based on the [scaling rules and replica count limits](scale-app.md) you configure for each revision. [Azure Container Apps jobs](jobs.md) run replicas when job executions are triggered. You're charged for the amount of resources allocated to each replica while it's running.
@@ -55,6 +51,7 @@ There are 2 meters for resource consumption:
5551

5652
- **vCPU-seconds**: The number of vCPU cores allocated to your container app on a per-second basis.
5753
- **GiB-seconds**: The amount of memory allocated to your container app on a per-second basis.
54+
- **GPU-seconds**: The number of GPUs allocated to your container apps on a per-second basis.
5855

5956
The first 180,000 vCPU-seconds and 360,000 GiB-seconds in each subscription per calendar month are free.
6057

@@ -73,6 +70,9 @@ Idle usage charges might apply when a container app's revision is running under
7370
- Configured with a [minimum replica count](scale-app.md) greater than zero
7471
- Scaled to the minimum replica count
7572

73+
> [!NOTE]
74+
> Idle usage charges don't apply to serverless GPU apps. They're always billed for active usage.
75+
7676
Usage charges are calculated individually for each replica. A replica is considered idle when *all* of the following conditions are true:
7777

7878
- The replica is running in a revision that is currently eligible for idle charges.

0 commit comments

Comments
 (0)