Skip to content

Commit 1199909

Browse files
committed
artall-1
1 parent 4a42b49 commit 1199909

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/container-apps/dapr-component-connect-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-container-apps
88
ms.subservice: dapr
99
ms.custom: build-2023
1010
ms.topic: concept-article
11-
ms.date: 03/26/2026
11+
ms.date: 02/03/2026
1212
---
1313

1414
# Connect to other Azure or partner services by using Dapr components

articles/container-apps/dapr-component-resiliency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ properties: {
317317
Specifying `consecutiveErrors` (the circuit trip condition as `consecutiveFailures > $(consecutiveErrors)-1`) sets the number of errors allowed to occur before the circuit trips and opens halfway.
318318

319319
The circuit waits half-open for the `timeoutInSeconds` amount of time, during which the `consecutiveErrors` number of requests must consecutively succeed.
320-
- _If the requests succeed,_ the circuit closes.
321-
- _If the requests fail,_ the circuit remains in a half-opened state.
320+
- *If the requests succeed*, the circuit closes.
321+
- *If the requests fail*, the circuit remains in a half-opened state.
322322

323323
If you didn't set any `intervalInSeconds` value, the circuit resets to a closed state after the amount of time you set for `timeoutInSeconds`, regardless of consecutive request success or failure. If you set `intervalInSeconds` to *0*, the circuit never automatically resets, only moving from half-open to closed state by successfully completing `consecutiveErrors` requests in a row.
324324

0 commit comments

Comments
 (0)