Skip to content

Commit 9d4ddc0

Browse files
committed
tweaks
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7ff85fa commit 9d4ddc0

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ You can then check the YAML/Bicep artifact into a repo and recreate it outside o
101101

102102
## Next steps
103103

104-
[Enable Dapr on your container apps.](./enable-dapr.md)
104+
[Learn how to set Dapr component resiliency.](./dapr-component-resiliency.md)
105105

106106
## Related links
107107

108108
Learn more about:
109109
- [Using Dapr with Azure Container Apps](./dapr-overview.md)
110-
- [Connecting to cloud services using Service Connector](./service-connector.md)
110+
- [Connecting to cloud services using Service Connector](./service-connector.md)

articles/container-apps/dapr-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ Azure Container Apps ensures compatibility with Dapr open source tooling, such a
8080

8181
## Next steps
8282

83-
- [Enable Dapr in your container app.][dapr-enable]
84-
- [Learn how Dapr components work in Azure Container Apps.][dapr-components]
83+
- Deploy Dapr using:
84+
- [Azure CLI](./microservices-dapr.md)
85+
- [ARM or Bicep templates](./microservices-dapr-azure-resource-manager.md)
86+
- [Enable Dapr in an existing container app.][dapr-enable]
8587

8688
<!-- Links Internal -->
8789

articles/container-apps/enable-dapr.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ Enter the component App ID and select the appropriate headings. If applicable, u
9191

9292
## Next steps
9393

94-
Try working with Dapr and Azure Container Apps using one of the following tutorials:
95-
- [Microservices communication using Dapr Pub/Sub][dapr-pubsub]
96-
- [Event-driven work using Dapr Bindings][dapr-bindings]
97-
- [Microservices communication using Dapr Service Invocation][dapr-invoke]
94+
[Learn more about Dapr components in Azure Container Apps.](./dapr-components.md)
9895

9996
<!-- Links External -->
10097

0 commit comments

Comments
 (0)