Skip to content

Commit 565f0b3

Browse files
Merge pull request #211472 from shreyabatra4/revert-211461-servicebus-retry-update
Revert "Clarification on 'clientRetryOptions'"
2 parents e915172 + 03bd854 commit 565f0b3

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)