Skip to content

Commit 9a180a2

Browse files
committed
tweaks
1 parent 77b58eb commit 9a180a2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ Follow these steps to create a VM image using the Azure CLI.
8888
8989
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:
9090
91-
%publisher = “Publisher name”
92-
$offer = “OS offer”
93-
$sku = “Image SKU”
91+
```azurecli
92+
%publisher = “Publisher name”
93+
$offer = “OS offer”
94+
$sku = “Image SKU”
95+
```
9496
95-
Use the following table to find the available marketplace images and their attribute values:
97+
Use the following table to find the available marketplace images and their attribute values:
9698
9799
| Name | Publisher | Offer | SKU |
98100
|------|-----------|-------|------|
@@ -110,12 +112,12 @@ Use the following table to find the available marketplace images and their attri
110112
111113
If you wanted to create a Windows Server 2019 Datacenter image, you would have the following parameters:
112114
113-
114-
```azurecli
115-
$publisher = “microsoftwindowsserver”
116-
$offer = “windowsserver”
117-
$sku = “2019-datacenter-gensecond”
118-
```
115+
116+
```azurecli
117+
$publisher = “microsoftwindowsserver”
118+
$offer = “windowsserver”
119+
$sku = “2019-datacenter-gensecond”
120+
```
119121
120122
1. Create the VM image starting with a specified marketplace image:
121123

0 commit comments

Comments
 (0)