Skip to content

Commit b842fc4

Browse files
authored
Add diagram
1 parent cfb6dd4 commit b842fc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
93.1 KB
Loading

articles/container-apps/sessions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ 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":::
75+
7476
#### Identifier format
7577

7678
The session identifier is a free-form string, meaning you can define it in any way that suits your application's needs.

0 commit comments

Comments
 (0)