Skip to content

Commit 41d3bf4

Browse files
committed
Kim comments 9/24
1 parent 6d867f8 commit 41d3bf4

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-stack
88
ms.subservice: azure-stack-hci
99
ms.custom:
1010
- devx-track-azurecli
11-
ms.date: 09/24/2024
11+
ms.date: 09/25/2024
1212
---
1313

1414
# Create Azure Stack HCI VM image using Azure Marketplace images
@@ -66,9 +66,8 @@ Follow these steps to create a VM image using the Azure CLI.
6666
|----------------|--------------------------------------------------------------------------------------------|
6767
| `subscription` | Subscription associated with your Azure Stack HCI cluster. |
6868
| `resource-group` | Resource group for Azure Stack HCI cluster that you associate with this image. |
69-
| `mktplaceImage` | Name of the marketplace image for Azure Stack HCI cluster. |
70-
| `customLocationName` | Name of custom location for Azure Stack HCI cluster. |
71-
| `customLocationID` | Resource ID of custom location for Azure Stack HCI cluster. |
69+
| `name` | Name of the marketplace image for Azure Stack HCI cluster. |
70+
| `customLocation` | Resource ID of custom location for Azure Stack HCI cluster. |
7271
| `location` | Location for your Azure Stack HCI cluster. For example, this could be `eastus`. |
7372
| `os-type` | Operating system associated with the source image. This can be Windows or Linux. |
7473
@@ -86,12 +85,12 @@ Follow these steps to create a VM image using the Azure CLI.
8685
8786
### Create VM image from marketplace image
8887
89-
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:
88+
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:
9089
9190
```azurecli
92-
%publisher = Publisher name
93-
$offer = OS offer
94-
$sku = Image SKU
91+
%publisher = \<Publisher name\>
92+
$offer = \<OS offer\>
93+
$sku = \<Image SKU\>
9594
```
9695
9796
Use the following table to find the available marketplace images and their attribute values:
@@ -114,9 +113,9 @@ Follow these steps to create a VM image using the Azure CLI.
114113
115114
116115
```azurecli
117-
$publisher = microsoftwindowsserver
118-
$offer = windowsserver
119-
$sku = 2019-datacenter-gensecond
116+
$publisher = "microsoftwindowsserver"
117+
$offer = "windowsserver"
118+
$sku = "2019-datacenter-gensecond"
120119
```
121120
122121
1. Create the VM image starting with a specified marketplace image:

0 commit comments

Comments
 (0)