Skip to content

Commit a938962

Browse files
committed
Fix issues
1 parent 74efefc commit a938962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For Azure Cosmos DB _target executions per instance_ is set in the function attr
6161
| ----------------- | ------------------------ | ------------- |
6262
| Azure Cosmos DB | maxItemsPerInvocation | 100 |
6363

64-
To learn more, see the [example configurations for the supported extensions](#details-per-extension).
64+
To learn more, see the [example configurations for the supported extensions](#supported-extensions).
6565

6666
## Premium plan with runtime scale monitoring enabled
6767

@@ -236,7 +236,7 @@ Modify the `host.json` setting `maxEventBatchSize` to set _target executions per
236236
}
237237
```
238238

239-
When defined in `host.json`, `targetUnprocessedEventThreshold` is used as _target executions per instance_ instead of `maxBatchSize` or `maxEventBatchSize`, as in the following example:
239+
When defined in `host.json`, `targetUnprocessedEventThreshold` is used as _target executions per instance_ instead of `maxEventBatchSize`, as in the following example:
240240

241241
```json
242242
{
@@ -265,7 +265,7 @@ For **v3.x+** of the Event Hubs extension, modify the `host.json` setting `maxBa
265265
}
266266
```
267267

268-
When defined in `host.json`, `targetUnprocessedEventThreshold` is used as _target executions per instance_ instead of `maxBatchSize` or `maxEventBatchSize`, as in the following example:
268+
When defined in `host.json`, `targetUnprocessedEventThreshold` is used as _target executions per instance_ instead of `maxBatchSize`, as in the following example:
269269

270270
```json
271271
{

0 commit comments

Comments
 (0)