Skip to content

Commit 26f63d0

Browse files
committed
Fix azure image param
1 parent 5703b9b commit 26f63d0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/reference/yaml.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,8 @@ Machine image takes 4 parameters(publisher, offer, sku, version) for available i
154154
`az vm image list --output table`
155155

156156
```yml
157-
machine_image:
158-
publisher: "Canonical"
159-
offer: "UbuntuServer"
160-
sku: "18.04-LTS"
161-
version: "latest"
157+
# publisher:offer:sku:version
158+
machine_image: Canonical:UbuntuServer:18.04-LTS:latest
162159
```
163160

164161
#### Openstack

0 commit comments

Comments
 (0)