VM image download

Samuele Provvedi 150 Reputation points
2024-01-16T13:38:15.3566667+00:00

HI,

I tried several times to deploy the images from Azure within the HCI cluster in vain. both via powershell and the azure interface I have the following problems

Powershell command on node: az stack-hci-vm image create --subscription "subid" --resource-group "VIRTUALHCI" --custom-location "/subscriptions/"subid"/resourceGroups/VIRTUALHCI/providers/Microsoft.ExtendedLocation/customLocations/Empoli_Loc-ms" --location "East US" --name "Win10muavd" --os-type "Windows" --offer "microsoftwindowsdesktop" --publisher "windows-10" --sku "win10-21h2-avd-g2" --version "19044.3570.231001" --storage-path-id "C:\ClusterStorage\ISO" Error: User's image

Azure portal: User's image

does anyone know how to fix and download images from azure? Thanks,

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
300 questions
{count} votes

Accepted answer
  1. vipullag-MSFT 25,611 Reputation points
    2024-01-19T18:13:20.9966667+00:00

    Hello Samuele Provvedi

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    You can try by choosing deployment through the portal and it should work without any issue. However, the issue you are seeing for the PowerShell & CLI, I have reported this to the internal team. Team has identified the issue, and is rolling out a fix for this.

    However, if you want to use the CLI, you need to explicitly specify the "hyperVGeneration" field with the value set to V2 in marketplacegalleryimage payload as highlighted below:\

    "properties": {
    "osType": "Windows",

    "cloudInitDataSource": "Azure",

    "hyperVGeneration": "V2",

    The fix for PowerShell and CLI has been rolled out for few regions and should be deployed across in sometime.

    Hope this helps.

    0 comments No comments

0 additional answers

Sort by: Most helpful