Skip to content

Commit 20849a7

Browse files
authored
Apply suggestions from PR review
Fix formatting of [!Note] block.
1 parent 8cd8cc4 commit 20849a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/includes/tutorial-sidecar/common-faqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ Based on these settings, the following conditions apply:
4242
- If Container1 creates **/container1Vol/directory3/myfile.txt**, Container2 can read the file via **/container2Vol/directory3/myfile.txt**, and Container3 can read and write to the file via **/container3Vol/myfile.txt**.
4343
- Container4 does not share a volume mount in common with any of the other containers.
4444

45-
> Note: For code-based Linux apps, the built-in Linux container cannot use volume mounts.
45+
> [!Note]
46+
> For code-based Linux apps, the built-in Linux container cannot use volume mounts.

0 commit comments

Comments
 (0)