Skip to content

Commit 4a7fa86

Browse files
Update articles/container-apps/sessions-custom-container.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent cdbfddc commit 4a7fa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Custom containers allow you to build solutions tailored to your needs. They enab
2222

2323
* **Code interpreters**: When you need to execute untrusted code in secure sandboxes by a language not supported in the built-in interpreter, or you need full control over the code interpreter environment.
2424

25-
* **Isolated execution**: When you need to run applications in hostile, multitenant scenarios where each tenant or user has their own sandboxed environment. These environments are isolated from each other and from the host application. Some examples include applications that run user-provided code, code that grants end user access to a cloud-based shell, AI agents and development environments.
25+
* **Isolated execution**: When you need to run applications in hostile, multitenant scenarios where each tenant or user has their own sandboxed environment. These environments are isolated from each other and from the host application. Some examples include applications that run user-provided code, code that grants end user access to a cloud-based shell, AI agents, and development environments.
2626

2727
## Using custom container sessions
2828

0 commit comments

Comments
 (0)