Skip to content

Commit 9aef01a

Browse files
Update articles/container-apps/sessions-custom-container.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 0b07660 commit 9aef01a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/container-apps/sessions-custom-container.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,11 @@ az containerapp sessionpool show \
194194

195195
All requests to the pool management endpoint must include an `Authorization` header with a bearer token. To learn how to authenticate with the pool management API, see [Authentication](sessions.md#authentication).
196196

197-
Each API request must also include a query string parameter `identifier` with the session ID. This unique session ID enables you to interact with specific sessions. To learn more about session identifiers, see [Session identifiers](sessions.md#session-identifiers).
197+
Each API request must also include the query string parameter `identifier` with the session ID. This unique session ID enables your application to interact with specific sessions. To learn more about session identifiers, see [Session identifiers](sessions.md#session-identifiers).
198198

199199
> [!IMPORTANT]
200200
> The session identifier is sensitive information which requires a secure process as you create and manage its value. To protect this value, your application must ensure each user or tenant only has access to their own sessions.
201-
> Failure to secure access to sessions may result in misuse or unauthorized access to data stored in your users' sessions. Please read [Session identifiers](sessions.md#session-identifiers)
202-
201+
> Failure to secure access to sessions may result in misuse or unauthorized access to data stored in your users' sessions. For more information, see [Session identifiers](sessions.md#session-identifiers)
203202
204203
#### Forwarding Requests to the Session's Container:
205204

0 commit comments

Comments
 (0)