Skip to content

Commit 05cce6d

Browse files
Merge pull request #259598 from hhunter-ms/hh-186399
[Dapr/ACA] Restructure TOC and remove unnecessary doc(s)
2 parents 3a48954 + 2dfd541 commit 05cce6d

19 files changed

+33
-422
lines changed

articles/container-apps/.openpublishing.redirection.container-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/container-apps/dapr-github-actions.md",
5+
"redirect_url": "/azure/container-apps/dapr-overview",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/container-apps/secure-app.md",
510
"redirect_url": "/azure/container-apps/manage-secrets",

articles/container-apps/TOC.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -207,34 +207,36 @@
207207
href: workload-profiles-manage-cli.md
208208
- name: Portal
209209
href: workload-profiles-manage-portal.md
210-
- name: Microservices architecture
210+
- name: Microservices
211211
items:
212-
- name: Dapr integration
213-
href: dapr-overview.md
214-
- name: Microservices communication using Dapr Pub/Sub
215-
href: microservices-dapr-pubsub.md
216-
- name: Event-driven work using Dapr Bindings
217-
href: microservices-dapr-bindings.md
218-
- name: Microservices communication using Dapr Service Invocation
219-
href: microservices-dapr-service-invoke.md
220-
- name: Dapr component resiliency (preview)
221-
href: dapr-component-resiliency.md
222-
- name: Scale Dapr apps with KEDA using Bicep
223-
href: dapr-keda-scaling.md
224-
- name: Connect to Azure services via Dapr components
225-
href: dapr-component-connection.md
226-
- name: Enable token authentication for Dapr requests
227-
href: dapr-authentication-token.md
228-
- name: Deploy microservices
212+
- name: Developing with Dapr
229213
items:
230-
- name: Microservices with Dapr using the CLI
214+
- name: Overview
215+
href: dapr-overview.md
216+
- name: Connect to Azure services via Dapr components
217+
href: dapr-component-connection.md
218+
- name: Configure
219+
items:
220+
- name: Dapr component resiliency (preview)
221+
href: dapr-component-resiliency.md
222+
- name: Scale Dapr apps with KEDA using Bicep
223+
href: dapr-keda-scaling.md
224+
- name: Enable token authentication for Dapr requests
225+
href: dapr-authentication-token.md
226+
- name: Tutorials
227+
items:
228+
- name: Microservices communication using Dapr Pub/Sub
229+
href: microservices-dapr-pubsub.md
230+
- name: Event-driven work using Dapr Bindings
231+
href: microservices-dapr-bindings.md
232+
- name: Microservices communication using Dapr Service Invocation
233+
href: microservices-dapr-service-invoke.md
234+
- name: Deploy using the Dapr extension for Azure Functions
235+
href: dapr-functions-extension.md
236+
- name: Deploy using Azure CLI
231237
href: microservices-dapr.md
232-
- name: Microservices with Dapr using ARM or Bicep
238+
- name: Deploy using ARM or Bicep
233239
href: microservices-dapr-azure-resource-manager.md
234-
- name: Deploy a Dapr application using GitHub Actions
235-
href: dapr-github-actions.md
236-
- name: Deploy Azure Functions with the Dapr extension
237-
href: dapr-functions-extension.md
238240
- name: Networking, ingress, and network security
239241
items:
240242
- name: Architecture overview

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

Lines changed: 1 addition & 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: 11/15/2023
9+
ms.date: 12/13/2023
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.

0 commit comments

Comments
 (0)