Skip to content

Commit 021567c

Browse files
authored
1 parent ebf2029 commit 021567c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-functions/dedicated-plan.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Consider an App Service plan in the following situations:
1616
* You have existing, underutilized VMs that are already running other App Service instances.
1717
* You want to provide a custom image on which to run your functions.
1818

19+
> [!IMPORTANT]
20+
> Free and Shared tier App Service plans aren't supported by Azure Functions. For a lower-cost option hosting your function execution, you should instead consider the [Consumption plan](consumption-plan.md), where you are billed based on function executions.
21+
1922
## Billing
2023

2124
You pay for function apps in an App Service Plan as you would for other App Service resources. This differs from Azure Functions [Consumption plan](consumption-plan.md) or [Premium plan](functions-premium-plan.md) hosting, which have consumption-based cost components. You are billed only for the plan, regardless of how many function apps or web apps run in the plan. To learn more, see the [App Service pricing page](https://azure.microsoft.com/pricing/details/app-service/windows/).
@@ -34,10 +37,6 @@ Using an App Service plan, you can manually scale out by adding more VM instance
3437
> When running JavaScript (Node.js) functions on an App Service plan, you should choose a plan that has fewer vCPUs. For more information, see [Choose single-core App Service plans](functions-reference-node.md#choose-single-vcpu-app-service-plans).
3538
<!-- Note: the portal links to this section via fwlink https://go.microsoft.com/fwlink/?linkid=830855 -->
3639
37-
## Multiple apps in a plan
38-
39-
Since you pay for the computing resources your App Service plan allocates, you can potentially save money by putting multiple apps into one App Service plan. For detailed guidance on how many function apps you can optimally run in a single dedicated plan, see [Should I put an app in a new plan or an existing plan?](../app-service/overview-hosting-plans.md#should-i-put-an-app-in-a-new-plan-or-an-existing-plan).
40-
4140
## App Service Environments
4241

4342
Running in an App Service Environment (ASE) lets you fully isolate your functions and take advantage of higher numbers of instances than an App Service Plan. To get started, see [Introduction to the App Service Environments](../app-service/environment/intro.md).

0 commit comments

Comments
 (0)