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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Sessions follow a clear flow from creation to cleanup:
55
55
4.**Allocated**: The session becomes active and runs your code or container. This is the execution phase.
56
56
5.**Destroyed**: After the task completes or the cooldown period expires, the session is terminated and resources are cleaned up automatically.
57
57
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.
59
59
60
60
-**Session Types**
61
61
-**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