Skip to content

Commit 7ddcb5f

Browse files
committed
cleaned up some grammar
1 parent 373be9e commit 7ddcb5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Currently, you can use non-HTTP trigger functions from within a virtual network
212212

213213
### Premium plan with virtual network triggers
214214

215-
The Premium plan supports functions that are triggered by services inside a virtual network. These non-HTTP triggers are known as virtual network triggers. To enable dynamic scaling for function apps triggered by them, the **Runtime Sclae Monitoring** setting must be turned on. The setting can be found in the [Azure Portal](https://portal.azure.com) under **Configuration** > **Function runtime settings**.
215+
The Premium plan supports functions that are triggered by services inside a virtual network. These non-HTTP triggers are known as virtual network triggers. To enable dynamic scaling for function apps triggered by them, the **Runtime Scale Monitoring** setting must be turned on. The setting can be found in the [Azure Portal](https://portal.azure.com) under **Configuration** > **Function runtime settings**.
216216

217217
:::image type="content" source="media/functions-networking-options/virtual-network-trigger-toggle.png" alt-text="VNETToggle":::
218218

@@ -239,7 +239,7 @@ $Resource | Set-AzResource -Force
239239
> [!TIP]
240240
> Enabling virtual network triggers may have an impact on the performance of your application since your App Service plan instances monitor your triggers to determine when to scale. Though, this impact is likely to be very small.
241241
242-
Virtual network triggers are supported in Functions runtime version 2.x and above. The table below contains the non-HTTP trigger types that are supported. We recommend upgrading to versions that also support [target-based scaling](functions-target-based-scaling.md#premium-plan-with-runtime-scale-monitoring-enabled) to get the best scaling performance.
242+
Virtual network triggers are supported in version 2.x and above of the Functions runtime. The table below contains the non-HTTP trigger types that are supported. We recommend upgrading to versions that also support [target-based scaling](functions-target-based-scaling.md#premium-plan-with-runtime-scale-monitoring-enabled) to get the best scaling performance.
243243

244244
| Extension | Minimum version |
245245
|-----------|---------|

articles/azure-functions/functions-target-based-scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Target-based scaling in Azure Functions
33
description: Explains target-based scaling behaviors of Consumption plan and Premium plan function apps.
4-
ms.date: 06/16/2023
4+
ms.date: 12/19/2023
55
ms.topic: conceptual
66
ms.service: azure-functions
77
---
@@ -72,7 +72,7 @@ To learn more, see the [example configurations for the supported extensions](#su
7272

7373
## Premium plan with runtime scale monitoring enabled
7474

75-
When [runtime scale monitoring](functions-networking-options.md?tabs=azure-cli#premium-plan-with-virtual-network-triggers) is enabled, the extensions handle dyanmic scaling. This is because the scale controller does not have access to services secured by a virtual network. After you enable runtime scale monitoring, you'll need to upgrade your extension packages to the minimum versions below to unlock the additional target-based scaling logic.
75+
When [runtime scale monitoring](functions-networking-options.md?tabs=azure-cli#premium-plan-with-virtual-network-triggers) is enabled, the extensions handle dynamic scaling. This is because the [scale controller](event-driven-scaling.md#runtime-scaling) does not have access to services secured by a virtual network. After you enable runtime scale monitoring, you'll need to upgrade your extension packages to the minimum versions below to unlock the additional target-based scaling functionality.
7676

7777
| Extension Name | Minimum Version Needed |
7878
| -------------- | ---------------------- |

0 commit comments

Comments
 (0)