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: docs/early/sandboxes-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ Inside a sandbox you can run full terminal shells. The following screenshot show
18
18
19
19
-**Scale to zero**: Pay nothing when sandboxes are idle.
20
20
21
-
-**Scale-out**: Burst to thousands of concurrent sandboxes on demand.
21
+
-**Scale-out**: Burst to hundreds of concurrent sandboxes on demand.
22
22
23
23
-**OCI container image support**: Bring your own container images as sandbox root filesystems.
24
24
25
25
-**Suspend and resume**: Snapshot full state including memory and disk, and resume later with sub-second restore times.
26
26
27
27
## When to use sandboxes
28
28
29
-
Sandboxes are a good fit when you need isolated compute environments with explicit lifecycle control, persistent state, or programmable access through SDKs.
29
+
Sandboxes are a good fit when you need isolated compute environments with explicit lifecycle control, persistent state, or programmable access through SDKs (coming soon).
30
30
31
31
| Scenario | Use sandboxes? | Why |
32
32
|---|---|---|
@@ -87,8 +87,8 @@ Volumes are Microsoft-managed and provide persistent storage that you can mount
87
87
88
88
| Volume type | Description |
89
89
|---|---|
90
-
|**Azure Blob**|Cloud object storage with file explorer, upload, and download support|
91
-
|**Data Disk**|Block storage that attaches directly to a sandbox |
90
+
|**Azure Blob**|Share data across sandboxes (uploads/downloads, persistent artifacts). Mountable to multiple sandboxes at once.|
91
+
|**Data Disk**|High-performance volume for databases, build caches, and large working sets. Mountable to only one sandbox at a time.|
0 commit comments