Skip to content

Commit c20b3b5

Browse files
Merge pull request #214916 from hhunter-ms/hh-22263
[Dapr/ACA] Clarify docs around communication between different environments
2 parents 6fa637e + f1130ed commit c20b3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/environment.md

Lines changed: 3 additions & 3 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: 12/05/2021
8+
ms.date: 10/18/2022
99
ms.author: cshoe
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---
@@ -20,14 +20,14 @@ Reasons to deploy container apps to the same environment include situations when
2020

2121
- Manage related services
2222
- Deploy different applications to the same virtual network
23-
- Have applications communicate with each other using Dapr
23+
- Instrument Dapr applications that communicate via the Dapr service invocation API
2424
- Have applications to share the same Dapr configuration
2525
- Have applications share the same log analytics workspace
2626

2727
Reasons to deploy container apps to different environments include situations when you want to ensure:
2828

2929
- Two applications never share the same compute resources
30-
- Two applications can't communicate with each other via Dapr
30+
- Two Dapr applications can't communicate via the Dapr service invocation API
3131

3232
## Logs
3333

0 commit comments

Comments
 (0)