Skip to content

Commit ebf2029

Browse files
authored
[Functions] Adding multiple apps section
Fixes https://dev.azure.com/msft-skilling/Content/_workitems/edit/30900 ------- cc: @ggailey777
1 parent 1078a93 commit ebf2029

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-functions/dedicated-plan.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
@@ -34,6 +34,10 @@ Using an App Service plan, you can manually scale out by adding more VM instance
3434
> 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).
3535
<!-- Note: the portal links to this section via fwlink https://go.microsoft.com/fwlink/?linkid=830855 -->
3636
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+
3741
## App Service Environments
3842

3943
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)