Skip to content

Commit 232009b

Browse files
committed
tweaks for publish
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 4f86237 commit 232009b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: container-apps
66
author: hhunter-ms
77
ms.service: container-apps
88
ms.topic: conceptual
9-
ms.date: 12/13/2023
9+
ms.date: 02/22/2024
1010
ms.author: hannahhunter
1111
ms.custom: ignite-fall-2023, ignite-2023, devx-track-azurecli
1212
# Customer Intent: As a developer, I'd like to learn how to make my container apps resilient using Azure Container Apps.
@@ -34,6 +34,7 @@ The following screenshot shows how an application uses a retry policy to attempt
3434

3535
- [Timeouts](#timeouts)
3636
- [Retries (HTTP)](#retries)
37+
- [Circuit breakers](#circuit-breakers)
3738

3839
## Configure resiliency policies
3940

@@ -205,6 +206,9 @@ In the resiliency policy pane, select **Outbound** or **Inbound** to set policie
205206

206207
Click **Save** to save the resiliency policies.
207208

209+
> [!NOTE]
210+
> Currently, you can only set timeout and retry policies via the Azure portal.
211+
208212
You can edit or remove the resiliency policies by selecting **Edit resiliency**.
209213

210214
:::image type="content" source="media/dapr-component-resiliency/edit-dapr-component-resiliency.png" alt-text="Screenshot showing how you can edit existing resiliency policies for the applicable Dapr component.":::

0 commit comments

Comments
 (0)