Skip to content

Commit 9acdfe4

Browse files
committed
kim comment 9/26
1 parent d20d8af commit 9acdfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-stack/hci/manage/virtual-machine-image-azure-marketplace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Follow these steps to create a VM image using the Azure CLI.
8888
1. Set additional parameters that specify the intended VM image you would like to create. You will need to include the offer, publisher, SKU, and version for the marketplace image. Replace the parameters in \< \> with the appropriate values:
8989
9090
```azurecli
91-
%publisher = <Publisher name>
92-
$offer = <OS offer>
93-
$sku = <Image SKU>
91+
$publisher = "<Publisher name>"
92+
$offer = "<OS offer>"
93+
$sku = "<Image SKU>"
9494
```
9595
9696
Use the following table to find the available marketplace images and their attribute values:

0 commit comments

Comments
 (0)