Skip to content

Commit 987fab4

Browse files
Apply suggestions from code review
1 parent 7922d08 commit 987fab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/containers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ Examples of sidecar containers include:
140140
- An agent that reads logs from the primary app container on a [shared volume](storage-mounts.md?pivots=aca-cli#temporary-storage) and forwards them to a logging service.
141141
- A background process that refreshes a cache used by the primary app container in a shared volume.
142142

143-
> [!NOTE] Running multiple containers in a single container app is an advanced use case. You should use this pattern only in specific instances in which your containers are tightly coupled. In most situations where you want to run multiple containers, such as when implementing a microservice architecture, deploy each service as a separate container app.
143+
> [!NOTE]
144+
> Running multiple containers in a single container app is an advanced use case. You should use this pattern only in specific instances in which your containers are tightly coupled. In most situations where you want to run multiple containers, such as when implementing a microservice architecture, deploy each service as a separate container app.
144145
145146
To run multiple containers in a container app, add more than one container in the containers array of the container app template.
146147

0 commit comments

Comments
 (0)