Skip to content

Commit 39d9c43

Browse files
authored
Minor updates
1 parent ee61c74 commit 39d9c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ There are two ways to use managed identities with custom container session pools
282282

283283
* **Image pull authentication**: Use the managed identity to authenticate with the container registry to pull the container image.
284284

285-
* **Resource access**: Use the session pool's managed identity in a session to access other Microsoft Entra protected resources. This is off by default.
285+
* **Resource access**: Use the session pool's managed identity in a session to access other Microsoft Entra protected resources. Due to its security implications, this capability is disabled by default.
286286

287287
> [!IMPORTANT]
288-
> If you enable access to the managed identity in a session, any code or programs running in the session can access the pool's managed identity. Because sessions typically run untrusted code, it's recommended to use this feature with caution.
288+
> If you enable access to managed identity in a session, any code or programs running in the session can create Entra tokens for the pool's managed identity. Because sessions typically run untrusted code, it's recommended to use this feature with caution.
289289
290290
# [Azure CLI](#tab/azure-cli)
291291

0 commit comments

Comments
 (0)