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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ This article describes how to calculate the cost of running your container app.
31
31
32
32
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. You're charged for the amount of resources allocated to each replica while it's running.
33
33
34
-
There are two meters for resource consumption:
34
+
There are 2 meters for resource consumption:
35
35
36
-
-**vCPU-seconds**: The amount of vCPU cores allocated to your container app on a per-second basis.
36
+
-**vCPU-seconds**: The number of vCPU cores allocated to your container app on a per-second basis.
37
37
-**GiB-seconds**: The amount of memory allocated to your container app on a per-second basis.
38
38
39
39
The first 180,000 vCPU-seconds and 360,000 GiB-seconds in each subscription per calendar month are free.
0 commit comments