Skip to content

Commit bf415ce

Browse files
Update articles/container-apps/sessions.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 361bc87 commit bf415ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Sessions follow a clear flow from creation to cleanup:
5555
4. **Allocated**: The session becomes active and runs your code or container. This is the execution phase.
5656
5. **Destroyed**: After the task completes or the cooldown period expires, the session is terminated and resources are cleaned up automatically.
5757

58-
This lifecycle ensures fast startup, efficient resource use, and automatic cleanup without manual intervention.
58+
This lifecycle ensures fast startup, efficient resource use, and automatic cleanup without manual intervention.
5959

6060
- **Session Types**
6161
- **Code Interpreter Sessions**: These are platform built-in containers that provide preconfigured environments for running code, including AI-generated scripts. Ideal for scenarios like LLM-driven workflows or secure code execution.

0 commit comments

Comments
 (0)