Skip to content

Commit 03bd854

Browse files
authored
Revert "Clarification on 'clientRetryOptions'"
1 parent cec48a8 commit 03bd854

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ This section describes the configuration settings available for this binding, wh
163163
}
164164
```
165165

166-
When you set the `isSessionsEnabled` property or attribute on [the trigger](functions-bindings-service-bus-trigger.md) to `true`, the `sessionHandlerOptions` is honored. When you set the `isSessionsEnabled` property or attribute on [the trigger](functions-bindings-service-bus-trigger.md) to `false`, the `messageHandlerOptions` is honored.
167-
168-
Note that `clientRetryOptions' refers to the retry between the Service Bus client and the Service Bus server. It does not refer to retrying the function execution.
166+
When you set the `isSessionsEnabled` property or attribute on [the trigger](functions-bindings-service-bus-trigger.md) to `true`, the `sessionHandlerOptions` is honored. When you set the `isSessionsEnabled` property or attribute on [the trigger](functions-bindings-service-bus-trigger.md) to `false`, the `messageHandlerOptions` is honored.
169167

170168
|Property |Default | Description |
171169
|---------|---------|---------|

0 commit comments

Comments
 (0)