Skip to content

Commit a731049

Browse files
Merge pull request #211461 from shreyabatra4/servicebus-retry-update
Clarification on 'clientRetryOptions'
2 parents d6f0299 + 6da473f commit a731049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ 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.
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.
167169

168170
|Property |Default | Description |
169171
|---------|---------|---------|

0 commit comments

Comments
 (0)