Skip to content

Commit eb52f2c

Browse files
authored
Merge pull request #225231 from ggailey777/patch-11
[Functions] updates to Dedicated plan article
2 parents b66904c + 26d10b0 commit eb52f2c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/azure-functions/dedicated-plan.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
title: Azure Functions Dedicated hosting
33
description: Learn about the benefits of running Azure Functions on a dedicated App Service hosting plan.
44
ms.topic: conceptual
5-
ms.date: 10/29/2020
5+
ms.date: 01/26/2023
66
---
77

88
# Dedicated hosting plans for Azure Functions
99

10-
This article is about hosting your function app in an App Service plan, including in an App Service Environment (ASE). For other hosting options, see the [hosting plan article](functions-scale.md).
10+
This article is about hosting your function app with dedicated resources in an App Service plan, including in an App Service Environment (ASE). For other hosting options, see the [hosting plan article](functions-scale.md).
1111

12-
An App Service plan defines a set of compute resources for an app to run. These 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. These plans 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).
12+
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).
1313

14-
Consider an App Service plan in the following situations:
14+
> [!IMPORTANT]
15+
> Free and Shared tier App Service plans aren't supported by Azure Functions. For a lower-cost option hosting your function executions, you should instead consider the [Consumption plan](consumption-plan.md), where you are billed based on function executions.
16+
17+
Consider a dedicated App Service plan in the following situations:
1518

1619
* You have existing, underutilized VMs that are already running other App Service instances.
1720
* You want to provide a custom image on which to run your functions.

0 commit comments

Comments
 (0)