Skip to content

Commit 6471584

Browse files
authored
Merge pull request #124741 from bhanuprakash-1/patch-1
ACA Resiliency feature learn doc update
2 parents b1cd624 + 10c3a3c commit 6471584

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
href: managed-identity.md
228228
- name: Azure Container Registry image pull with managed identity
229229
href: managed-identity-image-pull.md
230-
- name: Resiliency (preview)
230+
- name: Resiliency
231231
items:
232232
- name: Service discovery resiliency
233233
href: service-discovery-resiliency.md
@@ -264,7 +264,7 @@
264264
items:
265265
- name: Dapr components
266266
href: dapr-components.md
267-
- name: Dapr component resiliency (preview)
267+
- name: Dapr component resiliency
268268
href: dapr-component-resiliency.md
269269
- name: Scale Dapr apps with KEDA using Bicep
270270
href: dapr-keda-scaling.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dapr component resiliency (preview)
2+
title: Dapr component resiliency
33
titleSuffix: Azure Container Apps
44
description: Learn how to make your Dapr components resilient in Azure Container Apps.
55
services: container-apps
@@ -12,7 +12,7 @@ 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.
1313
---
1414

15-
# Dapr component resiliency (preview)
15+
# Dapr component resiliency
1616

1717
Resiliency policies proactively prevent, detect, and recover from your container app failures. In this article, you learn how to apply resiliency policies for applications that use Dapr to integrate with different cloud services, like state stores, pub/sub message brokers, secret stores, and more.
1818

articles/container-apps/service-discovery-resiliency.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service discovery resiliency (preview)
2+
title: Service discovery resiliency
33
titleSuffix: Azure Container Apps
44
description: Learn how to apply container app to container app resiliency when using the application's service name in Azure Container Apps.
55
services: container-apps
@@ -12,7 +12,7 @@ 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.
1313
---
1414

15-
# Service discovery resiliency (preview)
15+
# Service discovery resiliency
1616

1717
With Azure Container Apps resiliency, you can proactively prevent, detect, and recover from service request failures using simple resiliency policies. In this article, you learn how to configure Azure Container Apps resiliency policies when initiating requests using Azure Container Apps service discovery.
1818

@@ -238,7 +238,7 @@ az containerapp resiliency delete --group MyResourceGroup --name MyResiliency --
238238

239239
# [Azure portal](#tab/portal)
240240

241-
Navigate into your container app in the Azure portal. In the left side menu under **Settings**, select **Resiliency (preview)** to open the resiliency pane.
241+
Navigate into your container app in the Azure portal. In the left side menu under **Settings**, select **Resiliency** to open the resiliency pane.
242242

243243
:::image type="content" source="media/service-discovery-resiliency/resiliency-pane.png" alt-text="Screenshot demonstrating how to access the service discovery resiliency pane.":::
244244

0 commit comments

Comments
 (0)