Skip to content

Commit 125c2d8

Browse files
committed
Edits
1 parent 8954a37 commit 125c2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/dedicated-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article is about hosting your function app with dedicated resources in an A
1414
An App Service plan defines a set of dedicated compute resources for an app to run. These dedicated compute resources are analogous to the [_server farm_](https://wikipedia.org/wiki/Server_farm) in conventional hosting. One or more function apps can be configured to run on the same computing resources (App Service plan) as other App Service apps, such as web apps. The dedicated App Service plans supported for function app hosting include Basic, Standard, Premium, and Isolated SKUs. For details about how the App Service plan works, see the [Azure App Service plans in-depth overview](../app-service/overview-hosting-plans.md).
1515

1616
> [!IMPORTANT]
17-
> Azure functions doesn't support free and Shared tier App Service plans. For a lower-cost option hosting your function executions, you should instead consider the [Consumption plan](consumption-plan.md) or the [Flex Consumption plan](./flex-consumption-plan.md), where you're billed based on function executions.
17+
> Azure functions doesn't support Free and Shared tier App Service plans. For a lower-cost option hosting your function executions, you should instead consider the [Consumption plan](consumption-plan.md) or the [Flex Consumption plan](./flex-consumption-plan.md), where you're billed based on function executions.
1818
1919
Consider a dedicated App Service plan in the following situations:
2020

0 commit comments

Comments
 (0)