Skip to content

Commit 119e241

Browse files
Merge pull request #247516 from ericd-mst-github/erd-aib-template-updates
updated optimize/prefetch properties
2 parents 0679ca7 + b5a1387 commit 119e241

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,13 +1163,9 @@ The `optimize` property can be enabled while creating a VM image and allows VM o
11631163

11641164
```json
11651165
"optimize": {
1166-
11671166
"vmboot": {
1168-
11691167
"state": "Enabled"
1170-
1171-
}
1172-
1168+
}
11731169
}
11741170
```
11751171

@@ -1184,6 +1180,8 @@ optimize: {
11841180
```
11851181
---
11861182

1183+
- **vmboot**: A configuration related to the booting process of the virtual machine (VM), used to control optimizations that can improve boot time or other performance aspects.
1184+
- state: The state of the boot optimization feature within `vmboot`, with the value `Enabled` indicating that the feature is turned on to improve image creation time.
11871185

11881186
## Properties: source
11891187

0 commit comments

Comments
 (0)