Skip to content

Commit bdcee11

Browse files
authored
Merge pull request #202678 from hhunter-ms/hh-1963384
[Container Apps] Surface Dapr integration doc
2 parents 8bb688c + 7673018 commit bdcee11

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: asw101
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 01/31/2022
8+
ms.date: 06/23/2022
99
ms.author: keroden
1010
ms.custom: ignite-fall-2021, devx-track-azurecli, event-tier1-build-2022
1111
zone_pivot_groups: container-apps
@@ -23,7 +23,7 @@ You learn how to:
2323
> * Deploy two dapr-enabled container apps: one that produces orders and one that consumes orders and stores them
2424
> * Verify the interaction between the two microservices.
2525
26-
With Azure Container Apps, you get a fully managed version of the Dapr APIs when building microservices. When you use Dapr in Azure Container Apps, you can enable sidecars to run next to your microservices that provide a rich set of capabilities. Available Dapr APIs include [Service to Service calls](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/), [Pub/Sub](https://docs.dapr.io/developing-applications/building-blocks/pubsub/), [Event Bindings](https://docs.dapr.io/developing-applications/building-blocks/bindings/), [State Stores](https://docs.dapr.io/developing-applications/building-blocks/state-management/), and [Actors](https://docs.dapr.io/developing-applications/building-blocks/actors/).
26+
With Azure Container Apps, you get a [fully managed version of the Dapr APIs](./dapr-overview.md) when building microservices. When you use Dapr in Azure Container Apps, you can enable sidecars to run next to your microservices that provide a rich set of capabilities. Available Dapr APIs include [Service to Service calls](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/), [Pub/Sub](https://docs.dapr.io/developing-applications/building-blocks/pubsub/), [Event Bindings](https://docs.dapr.io/developing-applications/building-blocks/bindings/), [State Stores](https://docs.dapr.io/developing-applications/building-blocks/state-management/), and [Actors](https://docs.dapr.io/developing-applications/building-blocks/actors/).
2727

2828
In this tutorial, you deploy the same applications from the Dapr [Hello World](https://github.com/dapr/quickstarts/tree/master/tutorials/hello-world) quickstart.
2929

articles/container-apps/microservices-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: asw101
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 03/22/2022
8+
ms.date: 06/23/2022
99
ms.author: aawislan
1010
ms.custom: ignite-fall-2021, devx-track-azurecli
1111
ms.devlang: azurecli
@@ -24,7 +24,7 @@ You learn how to:
2424
> * Deploy two apps that produce and consume messages and persist them in the state store
2525
> * Verify the interaction between the two microservices.
2626
27-
With Azure Container Apps, you get a fully managed version of the Dapr APIs when building microservices. When you use Dapr in Azure Container Apps, you can enable sidecars to run next to your microservices that provide a rich set of capabilities. Available Dapr APIs include [Service to Service calls](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/), [Pub/Sub](https://docs.dapr.io/developing-applications/building-blocks/pubsub/), [Event Bindings](https://docs.dapr.io/developing-applications/building-blocks/bindings/), [State Stores](https://docs.dapr.io/developing-applications/building-blocks/state-management/), and [Actors](https://docs.dapr.io/developing-applications/building-blocks/actors/).
27+
With Azure Container Apps, you get a [fully managed version of the Dapr APIs](./dapr-overview.md) when building microservices. When you use Dapr in Azure Container Apps, you can enable sidecars to run next to your microservices that provide a rich set of capabilities. Available Dapr APIs include [Service to Service calls](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/), [Pub/Sub](https://docs.dapr.io/developing-applications/building-blocks/pubsub/), [Event Bindings](https://docs.dapr.io/developing-applications/building-blocks/bindings/), [State Stores](https://docs.dapr.io/developing-applications/building-blocks/state-management/), and [Actors](https://docs.dapr.io/developing-applications/building-blocks/actors/).
2828

2929
In this tutorial, you deploy the same applications from the Dapr [Hello World](https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes) quickstart.
3030

articles/container-apps/microservices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/02/2021
8+
ms.date: 06/23/2022
99
ms.author: cshoe
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---
@@ -16,7 +16,7 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1616

1717
- Independent [scaling](scale-app.md), [versioning](application-lifecycle-management.md), and [upgrades](application-lifecycle-management.md)
1818
- [Service discovery](connect-apps.md)
19-
- Native [Dapr integration](microservices-dapr.md)
19+
- Native [Dapr integration](./dapr-overview.md)
2020

2121
:::image type="content" source="media/microservices/azure-container-services-microservices.png" alt-text="Container apps are deployed as microservices.":::
2222

articles/container-apps/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: overview
8-
ms.date: 11/02/2021
8+
ms.date: 06/23/2022
99
ms.author: cshoe
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---
@@ -44,7 +44,7 @@ With Azure Container Apps, you can:
4444

4545
- [**Use internal ingress and service discovery**](connect-apps.md) for secure internal-only endpoints with built-in DNS-based service discovery.
4646

47-
- [**Build microservices with Dapr**](microservices.md) and access its rich set of APIs.
47+
- [**Build microservices with Dapr**](microservices.md) and [access its rich set of APIs](./dapr-overview.md).
4848

4949
- [**Run containers from any registry**](containers.md), public or private, including Docker Hub and Azure Container Registry (ACR).
5050

0 commit comments

Comments
 (0)