File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: container-apps
5
5
author : craigshoemaker
6
6
ms.service : container-apps
7
7
ms.topic : conceptual
8
- ms.date : 12/05/2021
8
+ ms.date : 10/18/2022
9
9
ms.author : cshoe
10
10
ms.custom : ignite-fall-2021, event-tier1-build-2022
11
11
---
@@ -20,14 +20,14 @@ Reasons to deploy container apps to the same environment include situations when
20
20
21
21
- Manage related services
22
22
- 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
24
24
- Have applications to share the same Dapr configuration
25
25
- Have applications share the same log analytics workspace
26
26
27
27
Reasons to deploy container apps to different environments include situations when you want to ensure:
28
28
29
29
- 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
31
31
32
32
## Logs
33
33
You can’t perform that action at this time.
0 commit comments