Skip to content

Commit 97b4469

Browse files
committed
update per Raj
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 8365f7a commit 97b4469

14 files changed

+84
-81
lines changed

articles/container-apps/TOC.yml

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -245,38 +245,41 @@
245245
href: workload-profiles-manage-portal.md
246246
- name: Microservices
247247
items:
248-
- name: Overview
249-
href: dapr-overview.md
250-
- name: Get started
251-
items:
252-
- name: Connect to Azure services
253-
href: dapr-component-connection.md
254-
- name: Enable Dapr
255-
href: enable-dapr.md
256-
- name: Configure
257-
items:
258-
- name: Dapr components
259-
href: dapr-components.md
260-
- name: Dapr component resiliency (preview)
261-
href: dapr-component-resiliency.md
262-
- name: Scale Dapr apps with KEDA using Bicep
263-
href: dapr-keda-scaling.md
264-
- name: Enable token authentication for Dapr requests
265-
href: dapr-authentication-token.md
266-
- name: Tutorials
267-
items:
268-
- name: Microservices communication using Pub/Sub
269-
href: microservices-dapr-pubsub.md
270-
- name: Event-driven work using Bindings
271-
href: microservices-dapr-bindings.md
272-
- name: Microservices communication using Service Invocation
273-
href: microservices-dapr-service-invoke.md
274-
- name: Deploy using the Dapr extension for Azure Functions
275-
href: dapr-functions-extension.md
276-
- name: Deploy using Azure CLI
277-
href: microservices-dapr.md
278-
- name: Deploy using ARM or Bicep
279-
href: microservices-dapr-azure-resource-manager.md
248+
- name: Developing with Dapr
249+
items:
250+
- name: Overview
251+
href: dapr-overview.md
252+
displayName: Developing with Dapr overview
253+
- name: Get started
254+
items:
255+
- name: Connect to Azure services via Dapr components
256+
href: dapr-component-connection.md
257+
- name: Enable Dapr
258+
href: enable-dapr.md
259+
- name: Configure
260+
items:
261+
- name: Dapr components
262+
href: dapr-components.md
263+
- name: Dapr component resiliency (preview)
264+
href: dapr-component-resiliency.md
265+
- name: Scale Dapr apps with KEDA using Bicep
266+
href: dapr-keda-scaling.md
267+
- name: Enable token authentication for Dapr requests
268+
href: dapr-authentication-token.md
269+
- name: Tutorials
270+
items:
271+
- name: Microservices communication using Dapr Pub/Sub
272+
href: microservices-dapr-pubsub.md
273+
- name: Event-driven work using Dapr Bindings
274+
href: microservices-dapr-bindings.md
275+
- name: Microservices communication using Dapr Service Invocation
276+
href: microservices-dapr-service-invoke.md
277+
- name: Deploy using the Dapr extension for Azure Functions
278+
href: dapr-functions-extension.md
279+
- name: Deploy using Azure CLI
280+
href: microservices-dapr.md
281+
- name: Deploy using ARM or Bicep
282+
href: microservices-dapr-azure-resource-manager.md
280283
- name: Networking, ingress, and network security
281284
items:
282285
- name: Architecture overview

articles/container-apps/dapr-authentication-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Enable token authentication for Dapr requests
33
description: Learn more about enabling token authentication for Dapr requests to your container app in Azure Container Apps.
44
ms.author: hannahhunter
55
author: hhunter-ms
6-
ms.service: container-apps
6+
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 05/16/2023
8+
ms.date: 08/02/2024
99
---
1010

1111
# Enable token authentication for Dapr requests

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Easily create Dapr components via the Azure Container Apps portal.
44
author: hhunter-ms
55
ms.author: hannahhunter
66
ms.reviewer: nickgreenf
7-
ms.service: container-apps
7+
ms.service: azure-container-apps
88
ms.topic: how-to
9-
ms.date: 12/20/2023
9+
ms.date: 08/02/2024
1010
ms.custom: template-tutorial, service-connector, build-2023, engagement
1111
---
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ titleSuffix: Azure Container Apps
44
description: Learn how to make your Dapr components resilient in Azure Container Apps.
55
services: container-apps
66
author: hhunter-ms
7-
ms.service: container-apps
7+
ms.service: azure-container-apps
88
ms.topic: conceptual
9-
ms.date: 02/22/2024
9+
ms.date: 08/02/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.

articles/container-apps/dapr-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Dapr components in Azure Container Apps
33
description: Learn more about how Dapr components work on your Azure Container App service to develop applications.
44
ms.author: hannahhunter
55
author: hhunter-ms
6-
ms.service: container-apps
6+
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 04/29/2024
9+
ms.date: 08/02/2024
1010
---
1111

1212
# Dapr components in Azure Container Apps

articles/container-apps/dapr-functions-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to use and deploy the Azure Functions with Dapr extension
55
author: hhunter-ms
66
ms.author: hannahhunter
77
ms.reviewer: paulyuk
8-
ms.service: container-apps
8+
ms.service: azure-container-apps
99
ms.topic: how-to
10-
ms.date: 10/30/2023
10+
ms.date: 08/02/2024
1111
ms.custom: references_regions
1212
# Customer Intent: I'm a developer who wants to use the Dapr extension for Azure Functions in my Dapr-enabled container app
1313
---

articles/container-apps/dapr-keda-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: "Azure Container Apps"
44
description: Learn how to use KEDA scalers to scale an Azure Container App and its Dapr sidecar.
55
author: hhunter-ms
66
ms.author: hannahhunter
7-
ms.service: container-apps
7+
ms.service: azure-container-apps
88
ms.custom: devx-track-bicep
99
ms.topic: conceptual
1010
ms.date: 04/17/2023

articles/container-apps/dapr-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Microservice APIs powered by Dapr
33
description: Learn more about using Dapr on your Azure Container App service to develop applications.
44
ms.author: hannahhunter
55
author: hhunter-ms
6-
ms.service: container-apps
6+
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 04/22/2024
9+
ms.date: 08/02/2024
1010
---
1111

1212
# Microservice APIs powered by Dapr
1313

14-
Azure Container Apps provides serverless and versionless APIs powered by [Distributed Application Runtime (Dapr)][dapr-concepts] that help you write and implement simple, portable, resilient, and secured microservices. Dapr works together with Azure Container Apps as an abstraction layer to provide a low-maintenance, serverless, and scalable platform. Azure Container Apps offers a selection of fully-managed Dapr APIs, components, and features, catered specifically to microservice scenarios. Simply [enable and configure Dapr][dapr-enable] as usual in your container app environment.
14+
Azure Container Apps provides APIs powered by [Distributed Application Runtime (Dapr)][dapr-concepts] that help you write and implement simple, portable, resilient, and secured microservices. Dapr works together with Azure Container Apps as an abstraction layer to provide a low-maintenance and scalable platform. Azure Container Apps offers a selection of fully-managed Dapr APIs, components, and features, catered specifically to microservice scenarios. Simply [enable and configure Dapr][dapr-enable] as usual in your container app environment.
1515

1616
## How the microservices APIs work with your container app
1717

articles/container-apps/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
keywords: azure container apps, frequently asked questions
66
author: craigshoemaker
77
ms.topic: faq
8-
ms.service: container-apps
8+
ms.service: azure-container-apps
99
ms.custom:
1010
- ignite-2023
1111
ms.date: 05/15/2024
@@ -80,9 +80,9 @@ sections:
8080
While Tier 1 components are fully supported, Tier 2 components are supported with best effort. [Learn more.](./dapr-overview.md#supported-dapr-apis-components-and-tooling)
8181

8282
- question: |
83-
What does "versionless" Dapr mean?
83+
What is the Dapr version release cadence in Azure Container Apps?
8484
answer: |
85-
Instead of relying on Dapr open source's release cadence, the Microservice APIs provided in Azure Container Apps are fully-managed and catered specifically to use in a container apps environment.
85+
Dapr's typical release timeline is up to six weeks after [the Dapr OSS release](https://docs.dapr.io/operations/support/support-release-policy/). The latest Dapr version is made available in Azure Container Apps after rigorous testing. Rolling out to all regions can take roughly up to two weeks.
8686
8787
- question: |
8888
How can I request a Dapr feature enhancement for Azure Container Apps?

articles/container-apps/microservices-dapr-bindings.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: "Tutorial: Event-driven work using Microservices Bindings API"
2+
title: "Tutorial: Event-driven work using Dapr Bindings"
33
titleSuffix: "Azure Container Apps"
4-
description: Deploy a sample application that leverages the Microservices Bindings API, powered by Dapr.
4+
description: Deploy a sample application to Azure Container Apps that leverages the Dapr Bindings API.
55
author: hhunter-ms
66
ms.author: hannahhunter
7-
ms.service: container-apps
7+
ms.service: azure-container-apps
88
ms.custom: devx-track-dotnet, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 04/08/2024
10+
ms.date: 08/02/2024
1111
zone_pivot_group_filename: container-apps/dapr-zone-pivot-groups.json
1212
zone_pivot_groups: dapr-languages-set
1313
---
1414

15-
# Tutorial: Event-driven work using Microservices Bindings API
15+
# Tutorial: Event-driven work using Dapr Bindings
1616

17-
In this tutorial, you create a microservice to demonstrate how [the Microservices Bindings API](./dapr-overview.md) (powered by Dapr) works with external systems as inputs and outputs. You'll:
17+
In this tutorial, you create a microservice to demonstrate [Dapr's Bindings API](https://docs.dapr.io/developing-applications/building-blocks/bindings/bindings-overview/) to work with external systems as inputs and outputs. You'll:
1818
> [!div class="checklist"]
1919
> * Run the application locally with the Dapr CLI.
2020
> * Deploy the application to Azure Container Apps via the Azure Developer CLI with the provided Bicep.
2121
22-
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
22+
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostreSql output binding.
2323

2424
:::image type="content" source="media/microservices-dapr-azd/bindings-quickstart.png" alt-text="Diagram of the binding application.":::
2525

@@ -576,7 +576,7 @@ azd down
576576

577577
## Next steps
578578

579-
- Learn more about [deploying microservices to Azure Container Apps](./microservices-dapr.md).
579+
- Learn more about [deploying microservices using Dapr to Azure Container Apps](./microservices-dapr.md).
580580
- [Enable token authentication for Dapr requests.](./dapr-authentication-token.md)
581581
- Learn more about [Azure Developer CLI](/azure/developer/azure-developer-cli/overview) and [making your applications compatible with `azd`](/azure/developer/azure-developer-cli/make-azd-compatible).
582582
- [Scale your applications using KEDA scalers](./dapr-keda-scaling.md)

0 commit comments

Comments
 (0)