Skip to content

Commit 3bb3036

Browse files
- ,
1 parent bdc9f92 commit 3bb3036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ When you're using the Premium plan, instances of the Azure Functions host are ad
7474

7575
Information on how you can configure these options can be found in the [Azure Functions premium plan document](functions-premium-plan.md).
7676

77-
Instead of billing per execution and memory consumed, billing for the Premium plan is based on the number of core seconds, and memory used across needed and pre-warmed instances. At least one instance must be warm at all times per plan. This means that there is a minimum monthly cost per active plan, regardless of the number of executions. Keep in mind that all function apps in a Premium plan share pre-warmed and active instances.
77+
Instead of billing per execution and memory consumed, billing for the Premium plan is based on the number of core seconds and memory used across needed and pre-warmed instances. At least one instance must be warm at all times per plan. This means that there is a minimum monthly cost per active plan, regardless of the number of executions. Keep in mind that all function apps in a Premium plan share pre-warmed and active instances.
7878

7979
Consider the Azure Functions premium plan in the following situations:
8080

0 commit comments

Comments
 (0)