Skip to content

Commit a8d9ced

Browse files
author
Sanchit Mehta
committed
Add New Regions + CI warning
1 parent 867a8ec commit a8d9ced

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/container-apps/sessions-code-interpreter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ After you create a session pool, your application can interact with sessions in
9292

9393
### Session identifiers
9494

95+
> [!IMPORTANT]
96+
> 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.
97+
> 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)
98+
9599
When you interact with sessions in a pool, you use a session identifier to reference each session A session identifier is a string that you define that is unique within the session pool. If you're building a web application, you can use the user's ID. If you're building a chatbot, you can use the conversation ID.
96100

97101
If there's a running session with the identifier, the session is reused. If there's no running session with the identifier, a new session is automatically created.

articles/container-apps/sessions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,12 @@ Azure Container Apps dynamic sessions is currently in preview. The following lim
205205
|--------|------------------|------------------|
206206
| East Asia |||
207207
| East US |||
208-
| West US 2 |||
208+
| Germany West Central |||
209+
| Italy North |||
210+
| Poland Central |||
209211
| North Central US || - |
210-
| North Europe || - |
212+
| North Europe |||
213+
| West US 2 |||
211214

212215
* Logging isn't supported. Your application can log requests to the session pool management API and its responses.
213216

0 commit comments

Comments
 (0)