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-2407-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The 2407 release has the following new features and enhancements:
69
69
70
70
| No. | Feature | Issue | Workaround/comments |
71
71
| --- | --- | --- | --- |
72
-
|**1.**|VM creation | Image directory is still the old location causing VM creation failure on Azure Stack Edge 2403. ||
72
+
|**1.**|VM creation | Image directory is still the old location causing VM creation failure on Azure Stack Edge 2403. |Delete the Marketplace image and then create a new image from Azure portal. For detailed steps, see [Troubleshoot VM creation issues](azure-stack-edge-gpu-troubleshoot-virtual-machine-provisioning.md#vm-creation-fails).|
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-troubleshoot-virtual-machine-provisioning.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: v-dalc
7
7
ms.service: databox
8
8
ms.subservice: edge
9
9
ms.topic: troubleshooting
10
-
ms.date: 03/24/2023
10
+
ms.date: 08/15/2024
11
11
ms.author: alkohli
12
12
---
13
13
# Troubleshoot VM deployment in Azure Stack Edge Pro GPU
@@ -169,6 +169,56 @@ To verify whether the network interface was created successfully, do these steps
169
169
170
170
This section covers common issues that occur during VM creation.
171
171
172
+
### VM creation fails
173
+
174
+
**Error description:** If you have a Marketplace image created with Azure Stack Edge 2403 or earlier, or if you updated to Azure Stack Edge 2403 release, and then tried to create a VM from the existing Marketplace image, your VM creation will fail, because this release changed the download path for the Marketplace image.
175
+
176
+
**Suggested solution:** Use the following steps to delete the existing Marketplace image, and then create a new Marketplace image from Azure portal.
177
+
178
+
1. From Azure portal, delete the existin Marketplace image.
179
+
180
+
1. List the ingestion and the BlobDownload ingestion job for the Marketplace image. Use these steps to [Connect to ARM](azure-stack-edge-gpu-connect-resource-manager.md?tabs=Az). Run the following script to list ingestion jobs:
$v = Invoke-RestMethod -Method Get -Uri $uri1 -Headers $headers
201
+
v.value
202
+
```
203
+
204
+
1. Find the ingestion job name = `Marketplace image sku name` and kind = `BlobDownload`.
205
+
206
+
Example: ingestion job name = `Ubuntu-18-04` and kind = `BlobDownload`.
207
+
208
+

209
+
210
+
1. If the ingestion job is found in Step 1, use the following steps to delete the ingestion job.
211
+
212
+
1. Run the following commands to delete image. For example, the ingestion job name in the example above is `ubuntu-18-04`. Additionally, `Subscription ID` and `Resource group` name can be found in the example.
0 commit comments