You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: databox
8
8
ms.subservice: edge
9
9
ms.custom: devx-track-azurecli
10
10
ms.topic: how-to
11
-
ms.date: 05/24/2022
11
+
ms.date: 06/26/2024
12
12
ms.author: alkohli
13
13
#Customer intent: As an IT admin, I need to understand how to create and upload Azure VM images that I can use with my Azure Stack Edge Pro device so that I can deploy VMs on the device.
14
14
@@ -45,7 +45,7 @@ Before you can use Azure Marketplace images for Azure Stack Edge, make sure you'
45
45
46
46
## Search for Azure Marketplace images
47
47
48
-
You'll now identify a specific Azure Marketplace image that you wish to use. Azure Marketplace hosts thousands of VM images.
48
+
Identify a specific Azure Marketplace image that you wish to use. Azure Marketplace hosts thousands of VM images.
49
49
50
50
To find some of the most commonly used Marketplace images that match your search criteria, run the following command.
51
51
@@ -67,7 +67,7 @@ az vm image list --all --location "westus" --publisher "MicrosoftWindowsserver"
67
67
az vm image list --all --publisher "Canonical"
68
68
```
69
69
70
-
Here is an example output when VM images of a certain publisher, offer, and SKU were queried.
70
+
Here's an example output when VM images of a certain publisher, offer, and SKU were queried.
71
71
72
72
```azurecli
73
73
PS /home/user> az vm image list --all --publisher "Canonical" --offer "UbuntuServer" --sku "12.04.4-LTS"
@@ -135,28 +135,25 @@ PS /home/user> az vm image list --all --publisher "Canonical" --offer "UbuntuSer
135
135
PS /home/user>
136
136
```
137
137
138
-
In this example, we will select Windows Server 2019 Datacenter Core, version 2019.0.20190410. We will identify this image by its Universal Resource Number (“URN”).
138
+
In this example, we'll select Windows Server 2019 Datacenter Core, version 2019.0.20190410. We'll identify this image by its Universal Resource Number (“URN”).
139
139
140
140
:::image type="content" source="media/azure-stack-edge-create-virtual-machine-marketplace-image/marketplace-image-1.png" alt-text="List of marketplace images":::
141
141
142
142
### Commonly used Marketplace images
143
143
144
-
Below is a list of URNs for some of the most commonly used images. If you just want the latest version of a particular OS, the version number can be replaced with “latest” in the URN. For example, “MicrosoftWindowsServer:WindowsServer:2019-Datacenter:Latest”.
144
+
Below is a list of URNs for some of the most commonly used images. If you just want the latest version of a particular OS, the version number can be replaced with "latest" in the URN. For example, “MicrosoftWindowsServer:WindowsServer:2019-Datacenter:Latest”.
| Windows Server | 2019 Datacenter | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.1879.2104091832 |
150
-
| Windows Server | 2019 Datacenter (30GB small disk) | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter-smalldisk:17763.1879.2104091832 |
150
+
| Windows Server | 2019 Datacenter (30-GB small disk) | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter-smalldisk:17763.1879.2104091832 |
151
151
| Windows Server | 2019 Datacenter Core | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter-Core:17763.1879.2104091832 |
152
-
| Windows Server | 2019 Datacenter Core (30GB small disk) | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter-Core-smalldisk:17763.1879.2104091832 |
152
+
| Windows Server | 2019 Datacenter Core (30-GB small disk) | 17763.1879.2104091832 | MicrosoftWindowsServer:WindowsServer:2019-Datacenter-Core-smalldisk:17763.1879.2104091832 |
153
153
| Windows Desktop | Windows 10 20H2 Pro | 19042.928.2104091209 | MicrosoftWindowsDesktop:Windows-10:20h2-pro:19042.928.2104091209 |
154
154
| Ubuntu Server | Canonical Ubuntu Server 18.04 LTS | 18.04.202002180 | Canonical:UbuntuServer:18.04-LTS:18.04.202002180 |
155
155
| Ubuntu Server | Canonical Ubuntu Server 16.04 LTS | 16.04.202104160 | Canonical:UbuntuServer:16.04-LTS:16.04.202104160 |
## Export a VHD from the managed disk to Azure Storage
253
250
254
-
This step will export a VHD from the managed disk to your preferred Azure blob storage account. This VHD can then be used to create VM images on Azure Stack Edge.
251
+
This step exports a VHD from the managed disk to your preferred Azure blob storage account. This VHD can then be used to create VM images on Azure Stack Edge.
255
252
256
-
1. Set the destination storage account where the VHD will be copied.
253
+
1. Set the destination storage account where the VHD is copied.
The VHD copy will take several minutes to complete. Ensure the copy has completed before proceeding by running the following command. The status field will show “Success” when complete.
269
+
The VHD copy takes several minutes to complete. Ensure the copy completes before proceeding by running the following command. The status field shows “Success” when complete.
0 commit comments