Skip to content

Commit be997cd

Browse files
authored
Update security
1 parent 0dc5c90 commit be997cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/sessions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The identifier must be a string that is 4 to 128 characters long and can contain
8181

8282
You pass the session identifier in a query parameter named `identifier` in the URL when you make a request to a session.
8383

84-
##### Protecting session identifiers
84+
#### Protecting session identifiers
8585

8686
The session identifier is sensitive information which must be managed securely. Your application must ensure each user or tenant only has access to their own sessions.
8787

@@ -196,6 +196,10 @@ The Container Apps runtime automatically manages the lifecycle for each session
196196

197197
Azure Container Apps dynamic sessions are built to run untrusted code and applications in a secure and isolated environment. While sessions are isolated from one another, anything within a single session, including files and environment variables, is accessible by users of the session. You should only configure or upload sensitive data to a session if you trust the users of the session.
198198

199+
By default, sessions are prevented from making outbound network requests. You can control network access by configuring network status settings on the session pool.
200+
201+
In addition, follow the guidance in the [authentication and authorization](#authentication) section to ensure that only authorized users can access sessions and in the [protecting session identifiers](#protecting-session-identifiers) section to ensure that session identifiers are secure.
202+
199203
## Preview limitations
200204

201205
Azure Container Apps dynamic sessions is currently in preview. The following limitations apply:

0 commit comments

Comments
 (0)