Skip to content

Commit f294283

Browse files
author
Glenn Gailey
committed
more clean up
1 parent 51bb5e3 commit f294283

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ Scaling can vary on a number of factors, and scale differently based on the trig
152152
* For HTTP triggers, new instances are allocated, at most, once per second.
153153
* For non-HTTP triggers, new instances are allocated, at most, once every 30 seconds.
154154
* For Service Bus triggers, use _Manage_ rights on resources for the most efficient scaling. With _Listen_ rights, scaling won't be as accurate. To learn more about setting rights in Service Bus access policies, see [Shared Access Authorization Policy](../service-bus-messaging/service-bus-sas.md#shared-access-authorization-policies).
155-
156-
Different triggers may also have different scaling limits as well as documented below:
157-
158-
* [Event Hub](functions-bindings-event-hubs-trigger.md#scaling)
155+
* For Event Hub triggers, see the [scaling guidance](functions-bindings-event-hubs-trigger.md#scaling) in the reference article.
159156

160157
### Best practices and patterns for scalable apps
161158

0 commit comments

Comments
 (0)