Skip to content

Commit f34c8c4

Browse files
committed
A couple of updates based on review
1 parent 1c0dfd6 commit f34c8c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-functions/functions-bindings-service-bus-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Starting with extension version 3.1.0, you can trigger on a session-enabled queu
1616

1717
For information on setup and configuration details, see the [overview](functions-bindings-service-bus.md).
1818

19-
Service Bus scaling decisions for the Consumption and Premium plans are done via target-based scaling. For more information, see [Target-based scaling](functions-target-based-scaling.md).
19+
Service Bus scaling decisions for the Consumption and Premium plans are made based on target-based scaling. For more information, see [Target-based scaling](functions-target-based-scaling.md).
2020

2121
::: zone pivot="programming-language-python"
2222
Azure Functions supports two programming models for Python. The way that you define your bindings depends on your chosen programming model.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ This table summarizes the `host.json` values that are used for the _target execu
5454
| Event Hubs (if defined) | extensions.eventHubs.targetUnprocessedEventThreshold | n/a |
5555
| Storage Queue | extensions.queues.batchSize | 16 |
5656

57-
For Cosmos DB _target executions per instance_ is set in the function attribute:
57+
For Azure Cosmos DB _target executions per instance_ is set in the function attribute:
5858

59-
| Extension | Function trigger setting | Default Value |
60-
| ------------| ------------------------ | ------------- |
61-
| Cosmos DB | maxItemsPerInvocation | 100 |
59+
| Extension | Function trigger setting | Default Value |
60+
| ----------------- | ------------------------ | ------------- |
61+
| Azure Cosmos DB | maxItemsPerInvocation | 100 |
6262

6363
See [Details per extension](#details-per-extension) for example configurations of the supported extensions.
6464

0 commit comments

Comments
 (0)