Skip to content

Commit e7c6780

Browse files
Update articles/azure-functions/functions-bindings-service-bus.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 0880065 commit e7c6780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This section describes the configuration settings available for this binding, wh
165165

166166
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.
167167

168-
Note that `clientRetryOptions' refers to interactions with the Service Bus service. It does not refer to retrying the function execution.
168+
The `clientRetryOptions` settings only apply to interactions with the Service Bus service. They don't affect retries of function executions. For more information, see [Retries](functions-bindings-error-pages.md#retries).
169169

170170

171171
|Property |Default | Description |

0 commit comments

Comments
 (0)