Skip to content

Commit 78a5041

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
docs: updates from PM review
1 parent 86faf4a commit 78a5041

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/early/sandboxes-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Inside a sandbox you can run full terminal shells. The following screenshot show
1818

1919
- **Scale to zero**: Pay nothing when sandboxes are idle.
2020

21-
- **Scale-out**: Burst to thousands of concurrent sandboxes on demand.
21+
- **Scale-out**: Burst to hundreds of concurrent sandboxes on demand.
2222

2323
- **OCI container image support**: Bring your own container images as sandbox root filesystems.
2424

2525
- **Suspend and resume**: Snapshot full state including memory and disk, and resume later with sub-second restore times.
2626

2727
## When to use sandboxes
2828

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).
3030

3131
| Scenario | Use sandboxes? | Why |
3232
|---|---|---|
@@ -87,8 +87,8 @@ Volumes are Microsoft-managed and provide persistent storage that you can mount
8787

8888
| Volume type | Description |
8989
|---|---|
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. |
9292

9393
### Lifecycle states
9494

0 commit comments

Comments
 (0)