Skip to content

Commit 90a0028

Browse files
authored
Update auth
1 parent 145332b commit 90a0028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can configure pools to set the maximum number of sessions that can be alloca
6060

6161
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.
6262

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.
6464

6565
For code interpreter sessions, you can also use an integration with an [LLM framework](./sessions-code-interpreter.md#llm-framework-integrations).
6666

@@ -97,7 +97,7 @@ Example strategies include:
9797
9898
### Authentication
9999

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.
101101

102102
To assign the roles to an identity, use the following Azure CLI commands:
103103

0 commit comments

Comments
 (0)