Skip to content

Commit 333d5bf

Browse files
committed
art4-2
1 parent 63b2728 commit 333d5bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/event-driven-scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Event-driven Scaling in Azure Functions
33
description: Explains the scaling behaviors of Consumption plan and Premium plan function apps.
44
ms.date: 12/12/2025
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.service: azure-functions
77
ms.custom:
88
- build-2024
@@ -127,7 +127,7 @@ There are many aspects of a function app that impacts how it scales, including h
127127

128128
If your app has more than 100 functions that use event-based triggers, consider breaking the app into one or more apps, where each app has less than 100 event-based functions.
129129

130-
For more information on scaling in Python and Node.js, see the **Scaling and performance** section of the [Azure Functions Python developer guide](functions-reference-python.md) and the **Scaling and concurrency** section fo the [Azure Functions Node.js developer guide](functions-reference-node.md).
130+
For more information on scaling in Python and Node.js, see the **Scaling and performance** section of the [Azure Functions Python developer guide](functions-reference-python.md) and the **Scaling and concurrency** section of the [Azure Functions Node.js developer guide](functions-reference-node.md).
131131

132132
## Next steps
133133

0 commit comments

Comments
 (0)