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/azure-functions/functions-consumption-costs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
9
9
# Estimating Consumption plan costs
10
10
11
-
There are currently three types of hosting plans for an app that run in Azure Functions, with each plan having its own pricing model:
11
+
There are currently three types of hosting plans for an app that runs in Azure Functions, with each plan having its own pricing model:
12
12
13
13
| Plan | Description |
14
14
| ---- | ----------- |
@@ -81,11 +81,11 @@ Use [Azure Monitor metrics explorer](../azure-monitor/platform/metrics-getting-s
81
81
82
82
1. Select **Apply** to choose your function app as the resource to monitor.
83
83
84
-
1. From **Metric**, choose **Function execution count** and **Sum** for **Aggregation**. This adds the sum of the execution counts during chosen period to the chart.
84
+
1. From **Metric**, choose **Function Execution Count** and **Sum** for **Aggregation**. This adds the sum of the execution counts during chosen period to the chart.
85
85
86
86

87
87
88
-
1. Select **Add metric** and repeat steps 2-4 to add **Function execution units** to the chart.
88
+
1. Select **Add metric** and repeat steps 2-4 to add **Function Execution Units** to the chart.
89
89
90
90
The resulting chart contains the totals for both execution metrics in the chosen time range, which in this case is two hours.
91
91
@@ -184,7 +184,7 @@ This command returns a JSON payload that looks like the following example:
184
184
]
185
185
}
186
186
```
187
-
This particular response shows that from `2019-09-11T21:46` to `2019-09-11T23:18`, during which the app consumed 1110000000 MB-milliseconds (1083.98 GB-seconds).
187
+
This particular response shows that from `2019-09-11T21:46` to `2019-09-11T23:18`, the app consumed 1110000000 MB-milliseconds (1083.98 GB-seconds).
0 commit comments