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/billing.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
@@ -7,7 +7,7 @@ ms.service: azure-container-apps
7
7
ms.custom:
8
8
- ignite-2023
9
9
ms.topic: conceptual
10
-
ms.date: 11/05/2024
10
+
ms.date: 11/19/2024
11
11
ms.author: cshoe
12
12
---
13
13
@@ -43,10 +43,6 @@ Free usage doesn't appear on your bill. You're only charged as your resource usa
43
43
> [!NOTE]
44
44
> 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.
45
45
46
-
### Serverless GPU
47
-
48
-
Serverless GPU compute is calculated on a per-second billing rate.
49
-
50
46
### Resource consumption charges
51
47
52
48
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:
55
51
56
52
-**vCPU-seconds**: The number of vCPU cores allocated to your container app on a per-second basis.
57
53
-**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.
58
55
59
56
The first 180,000 vCPU-seconds and 360,000 GiB-seconds in each subscription per calendar month are free.
60
57
@@ -73,6 +70,9 @@ Idle usage charges might apply when a container app's revision is running under
73
70
- Configured with a [minimum replica count](scale-app.md) greater than zero
74
71
- Scaled to the minimum replica count
75
72
73
+
> [!NOTE]
74
+
> Idle usage charges don't apply to serverless GPU apps. They're always billed for active usage.
75
+
76
76
Usage charges are calculated individually for each replica. A replica is considered idle when *all* of the following conditions are true:
77
77
78
78
- The replica is running in a revision that is currently eligible for idle charges.
0 commit comments