We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aafce10 + 7ddef63 commit bb334d7Copy full SHA for bb334d7
1 file changed
articles/container-apps/environment.md
@@ -5,7 +5,7 @@ services: container-apps
5
author: craigshoemaker
6
ms.service: azure-container-apps
7
ms.topic: concept-article
8
-ms.date: 11/06/2025
+ms.date: 02/26/2026
9
ms.author: cshoe
10
ms.custom: build-2023
11
---
@@ -42,7 +42,7 @@ Use a single environment when you want to:
42
Use more than one environment when you want two or more applications to:
43
44
- Never share the same compute resources
45
-- Not communicate through the Dapr service invocation API
+- Not communicate via the built-in Dapr service invocation API (cross-environment Dapr communication may be possible using third-party solutions)
46
- Be isolated due to team or environment usage (for example, test vs. production)
47
48
## Types
0 commit comments