Skip to content

Commit b5c321e

Browse files
committed
art1-3
1 parent 5b7e010 commit b5c321e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-functions/functions-scale.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions Scale and Hosting
33
description: Compare the various options you need to consider when choosing a hosting plan in which to run your function app in Azure Functions.
44
ms.assetid: 5b63649c-ec7f-4564-b168-e0a74cb7e0f3
55
ms.topic: limits-and-quotas
6-
ms.date: 02/02/2025
6+
ms.date: 12/09/2025
77
ms.custom: H1Hack27Feb2017, devdivchpfy22, build-2023, build-2024, ignite-2024
88
#customer intent: As a cloud developer or platform engineer, I want guidance on Functions scaling and hosting so I can choose the best hosting plan for performance and cost-efficiency when running my code in Azure.
99
---
@@ -128,13 +128,13 @@ In some cases, when trying to create a new hosting plan for your function app in
128128

129129
These errors can occur when the following conditions are met:
130130

131-
- You create a function app in an existing resource group in which another function app or web app hs never been contained. For example, Linux Consumption apps aren't supported in the same resource group as Linux Dedicated or Linux Premium plans.
131+
- You create a function app in an existing resource group that has yet to contain another function app or web app. For example, Linux Consumption apps aren't supported in the same resource group as Linux Dedicated or Linux Premium plans.
132132
- Your new function app is created in the same region as the previous app.
133133
- The previous app is in some way incompatible with your new app. This incompatibility can occur between versions, operating systems, or is due to other platform-level features, such as availability zone support.
134134

135-
Function app and web app plans are mapped to different pools of resources when they're created. Different plans require a different set of infrastructure capabilities. When you create an app in a resource group, that resource group is mapped and assigned to a specific pool of resources. If you try to create another plan in that resource group and the mapped pool doesn't have the required resources, this error occurs.
135+
Function app and web app plans are mapped to different pools of resources when they're created. Different plans require a different set of infrastructure capabilities. When you create an app in a resource group, that resource group is mapped and assigned to a specific pool of resources. If you try to create another plan in that resource group and the mapped pool doesn't have the required resources, the previously mentioned errors occur.
136136

137-
When this error occurs, create your function app and hosting plan in a new resource group instead.
137+
If this situation happens, create your function app and hosting plan in a new resource group instead.
138138

139139
## Next steps
140140

0 commit comments

Comments
 (0)