Skip to content

Commit f356933

Browse files
authored
Clarify the tabs thing
1 parent c4f4ac1 commit f356933

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/functions-bindings-error-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ It's possible for an instance to have a failure between retry attempts. When an
111111
This behavior means that the maximum retry count is a best effort. In some rare cases, an execution could be retried more than the requested maximum number of times. For Timer triggers, the retries can be less than the maximum number requested.
112112

113113
#### Retry examples
114-
114+
::: zone pivot="programming-language-python,programming-language-csharp"
115+
Examples are provided for both fixed delay and exponential backoff strategies. To see examples for a specific strategy, you must first select that strategy in the previous tab.
116+
::: zone-end
115117
::: zone pivot="programming-language-csharp"
116118

117119
##### [Isolated worker model](#tab/isolated-process/fixed-delay)

0 commit comments

Comments
 (0)