Skip to content

Commit b3dd462

Browse files
authored
Fix broken image
1 parent 9f89f28 commit b3dd462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To send an HTTP request to a session, you must provide a session identifier in t
7171
* If a session with the identifier already exists, the request is sent to the existing session.
7272
* If a session with the identifier doesn't exist, a new session is automatically allocated before the request is sent to it.
7373

74-
:::image type="content" source="media/sessions-overview.png" alt-text="Session pool and sessions usage":::
74+
:::image type="content" source="media/sessions/sessions-overview.png" alt-text="Session pool and sessions usage":::
7575

7676
#### Identifier format
7777

0 commit comments

Comments
 (0)