Skip to content

Commit 7ff85fa

Browse files
committed
pull in include update and add links
Signed-off-by: Hannah Hunter <[email protected]>
1 parent d55808c commit 7ff85fa

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

articles/container-apps/dapr-component-connect-services.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 12/03/2024
9+
ms.date: 12/04/2024
1010
---
1111

1212
# Connect to other Azure or third-party services via Dapr components
1313

14-
Securely establish connections to Azure and third-party services for Dapr components using managed identity or Azure Key Vault secret stores. Before you get started, [learn more about the Tier 1 and Tier 2 levels of support for Dapr components.][dapr-tiers]
14+
Securely establish connections to Azure and third-party services for Dapr components using managed identity or Azure Key Vault secret stores.
15+
16+
Before getting started, [learn more about the offered support for Dapr components.][supported-dapr-components]
1517

1618
## Recommendations
1719

@@ -129,9 +131,9 @@ scopes:
129131
[aca-managed-id]: ./managed-identity.md
130132
[dapr-resiliency]: ./dapr-component-resiliency.md
131133
[dapr-components-connect-services]: ./dapr-component-connect-services.md
132-
[dapr-tiers]: ./dapr-overview.md#tier-1-versus-tier-2-components
134+
[supported-dapr-components]: ./dapr-overview.md#dapr-components
135+
[dapr-component]: ./dapr-components.md
133136
134137
<!-- Links External -->
135138
136-
[dapr-component]: https://docs.dapr.io/concepts/components-concept/
137139
[dapr-component-spec]: https://docs.dapr.io/reference/resource-specs/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-tutorial, service-connector, build-2023, engagement
1212

1313
# Connect to Azure services via Dapr components in the Azure portal
1414

15-
You can easily connect Dapr APIs to backing Azure services using a combination of [Service Connector](../service-connector/overview.md) and [Dapr](https://docs.dapr.io/). This feature creates Dapr components on your behalf with valid metadata and authenticated identity to access the Azure service.
15+
You can easily connect Dapr APIs to [backing Azure services](./dapr-overview.md#dapr-components) using a combination of [Service Connector](../service-connector/overview.md) and [Dapr](https://docs.dapr.io/). This feature creates Dapr components on your behalf with valid metadata and authenticated identity to access the Azure service.
1616

1717
In this guide, you'll connect Dapr Pub/Sub API to an Azure Service Bus by:
1818
> [!div class="checklist"]

articles/container-apps/dapr-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
183183
[aca-managed-id]: ./managed-identity.md
184184
[dapr-resiliency]: ./dapr-component-resiliency.md
185185
[dapr-components-connect-services]: ./dapr-component-connect-services.md
186-
[dapr-component]: ./dapr-overview.md#tier-1-versus-tier-2-components
186+
[dapr-component]: ./dapr-overview.md#dapr-components
187187

188188
<!-- Links External -->
189189

articles/container-apps/dapr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 10/04/2024
9+
ms.date: 12/04/2024
1010
---
1111

1212
# Microservice APIs powered by Dapr

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: hhunter-ms
66
ms.service: azure-container-apps
77
ms.topic: quickstart
8-
ms.date: 12/03/2024
8+
ms.date: 12/04/2024
99
ms.author: cshoe
1010
ms.custom: devx-track-bicep, devx-track-arm-template, devx-track-azurepowershell
1111
zone_pivot_groups: container-apps
@@ -227,4 +227,4 @@ Remove-AzResourceGroup -Name $RESOURCE_GROUP -Force
227227
## Next steps
228228

229229
> [!div class="nextstepaction"]
230-
> [Application lifecycle management](application-lifecycle-management.md)
230+
> [Learn more about Dapr components in Azure Container Apps](dapr-components.md)

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: hhunter-ms
66
ms.service: azure-container-apps
77
ms.topic: quickstart
8-
ms.date: 11/22/2024
8+
ms.date: 12/04/2024
99
ms.author: hannahhunter
1010
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1111
ms.devlang: azurecli
@@ -419,4 +419,4 @@ Remove-AzResourceGroup -Name $ResourceGroupName -Force
419419
## Next steps
420420

421421
> [!div class="nextstepaction"]
422-
> [Application lifecycle management](application-lifecycle-management.md)
422+
> [Learn more about Dapr components in Azure Container Apps](dapr-components.md)

0 commit comments

Comments
 (0)