Skip to content

Commit 74835aa

Browse files
committed
A few more comments
1 parent ed3558a commit 74835aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

articles/azure-functions/functions-best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ When you create a function app in Azure, you must choose a hosting plan for your
2323
+ [Premium plan](functions-premium-plan.md)
2424
+ [Dedicated (App Service) plan](dedicated-plan.md)
2525

26-
All hosting plans are generally available (GA) when running either Linux or Windows.
27-
2826
[!INCLUDE [functions-flex-preview-note](../../includes/functions-flex-preview-note.md)]
2927

3028
In the context of the App Service platform, the _Premium_ plan used to dynamically host your functions is the Elastic Premium plan (EP). There are other Dedicated (App Service) plans called Premium. To learn more, see the [Premium plan](functions-premium-plan.md) article.

articles/azure-functions/functions-consumption-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Functions currently offers four different hosting plans for your function
2323

2424
You should always choose the plan that best supports the feature, performance, and cost requirements for your function executions. To learn more, see [Azure Functions scale and hosting](functions-scale.md).
2525

26-
This article deals only with Consumption and Flex Consumption plans, since these plans result in variable costs.
26+
This article focuses on Consumption and Flex Consumption plans because in these plans billing depends on active periods of executions inside each instance.
2727

2828
Durable Functions can also run in both of these plans. To learn more about the cost considerations when using Durable Functions, see [Durable Functions billing](./durable/durable-functions-billing.md).
2929

0 commit comments

Comments
 (0)