Skip to content

Commit ea95a89

Browse files
authored
fix the servicbus json
1 parent 7862be2 commit ea95a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Configuration setting for the [SendGrind output binding](functions-bindings-send
294294
Configuration setting for [Service Bus triggers and bindings](functions-bindings-service-bus.md).
295295

296296
```json
297-
{
297+
{ "extensions":
298298
"serviceBus": {
299299
"maxConcurrentCalls": 16,
300300
"prefetchCount": 100,

0 commit comments

Comments
 (0)