Skip to content

Commit 62dac5b

Browse files
authored
Update common-faqs.md
1 parent 28c6daa commit 62dac5b

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
@@ -22,13 +22,14 @@ For more information on configuring `IsMain`, see [Microsoft.Web sites/siteconta
2222

2323
The Volume mounts feature enables you to share non-persistent files and directories between containers within your Web App.
2424

25-
:::image type="content" source="../../media/tutorial-sidecar/configure-volume-mounts.png" alt-text="Screenshot showing a volume mount configuration for a sidecar container.":::
25+
:::image type="content" source="/media/tutorial-sidecar/configure-volume-mounts.png" alt-text="Screenshot showing a volume mount configuration for a sidecar container.":::
2626

2727
**Volume sub path:** This is a logical directory path that is automatically created, and is not referenced within the container. Containers that are configured with the same volume sub path can share files and directories with each other.
2828

2929
**Container mount path:** This corresponds to a directory path that you reference within the container. The container mount path is mapped to the volume sub path.
3030

3131
For example, suppose the following volume mounts are configured:
32+
3233
| Sidecar name | Volume sub path | Container mount path | Read-only |
3334
| ------------ | --------------- | -------------------- | --------- |
3435
| Container1 | /directory1/directory2 | /container1Vol | False |

0 commit comments

Comments
 (0)