You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/sessions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ You can configure pools to set the maximum number of sessions that can be alloca
60
60
61
61
A session is a sandboxed environment that runs your code or application. Each session is isolated from other sessions and from the host environment with a [Hyper-V](/windows-server/virtualization/hyper-v/hyper-v-technology-overview) sandbox. Optionally, you can enable network isolation to further enhance security.
62
62
63
-
You interact with sessions in a session pool using an HTTP API. Each session pool has a unique pool management endpoint.
63
+
You interact with sessions in a session pool by sending HTTP requests. Each session pool has a unique pool management endpoint.
64
64
65
65
For code interpreter sessions, you can also use an integration with an [LLM framework](./sessions-code-interpreter.md#llm-framework-integrations).
66
66
@@ -97,7 +97,7 @@ Example strategies include:
97
97
98
98
### Authentication
99
99
100
-
Authentication is handled using Microsoft Entra (formerly Azure Active Directory) tokens. Valid Microsoft Entra tokens are generated by an identity belonging to the *Azure ContainerApps Session Executor*and *Contributor* roles on the session pool.
100
+
When you send HTTP requests to a session, authentication is handled using Microsoft Entra (formerly Azure Active Directory) tokens. Valid Microsoft Entra tokens are generated by an identity belonging to the *Azure ContainerApps Session Executor*role on the session pool.
101
101
102
102
To assign the roles to an identity, use the following Azure CLI commands:
0 commit comments