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/admin/templates/extending-templates/prebuilt-workspaces.md
+20-34Lines changed: 20 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Prebuilt workspaces
2
2
3
-
Prebuilt workspaces (prebuilds) reduce workspace creation time with an automaticallymaintained pool of
3
+
Prebuilt workspaces (prebuilds) reduce workspace creation time with an automatically-maintained pool of
4
4
ready-to-use workspaces.
5
5
6
6
The template administrator defines the prebuilt workspace's parameters and number of instances to keep provisioned.
@@ -14,8 +14,8 @@ Prebuilt workspaces are:
14
14
- Monitored and replaced automatically to maintain your desired pool size.
15
15
- Automatically scaled based on time-based schedules to optimize resource usage.
16
16
17
-
Currently, Prebuilt workspaces are not fully compatible with the
18
-
[dev containers integration](../extending-templates/devcontainers.md) or with [workspace scheduling features](../../../user-guides/workspace-scheduling.md) like autostart and autostop.
17
+
Prebuilt workspaces are not fully compatible with
18
+
[workspace scheduling features](../../../user-guides/workspace-scheduling.md) like autostart and autostop.
19
19
20
20
## Relationship to workspace presets
21
21
@@ -119,10 +119,6 @@ New prebuilt workspaces are only created to maintain the desired count if needed
119
119
Prebuilt workspaces support time-based scheduling to scale the number of instances up or down.
120
120
This allows you to reduce resource costs during off-hours while maintaining availability during peak usage times.
121
121
122
-
> [!IMPORTANT]
123
-
> Use scheduling for prebuilt workspaces instead of
0 commit comments