Skip to content

Commit 7f50933

Browse files
committed
Align sessions concepts with usage doc
1 parent 4492f12 commit 7f50933

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

articles/container-apps/sessions-usage.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,17 @@ Azure Container Apps dynamic [sessions](sessions.md) offer isolated, secure cont
1616

1717
This article shows you how to manage and interact with dynamic sessions.
1818

19-
## Session access
19+
## Management endpoint and routing
2020

21-
Your application interacts with a session using the session pool's management API.
21+
Your application interacts with a session using the session pool's management API. For a conceptual overview of how requests are routed, see [Key concepts](./sessions.md#key-concepts).
2222

23-
A pool management endpoint follows this format:
23+
The pool management endpoint follows this format:
2424

2525
```text
2626
https://<SESSION_POOL_NAME>.<ENVIRONMENT_ID>.<REGION>.azurecontainerapps.io
2727
```
2828

29-
For more information managing session pools, see [session pools management endpoint](./session-pool.md#management-endpoint)
30-
31-
## Forwarding requests to a session's container
29+
For more information managing session pools, see [session pools management endpoint](./session-pool.md#management-endpoint).
3230

3331
To send a request into a session's container, you use the management endpoint as the root for your request. Anything in the path following the base pool management endpoint is forwarded to the session's container.
3432

0 commit comments

Comments
 (0)