Timeout when deploying Windows VM to AzureStackEdge

Anonymous
2022-11-16T01:02:35.48+00:00

I have deployed the following to Azure Stack Edge successfully:

  • Ubuntu
  • Windows 2019

I am now trying to deploy a Windows 2022 image, but continally getting a VmProvisioningTimeout. I have created my VM Image a number of different ways, including directly from the marketplace, but end up at the same point.

Diagnostics on the ASE all look fine.

Conflict : {  
  "status": "Failed",  
  "error": {  
    "code": "ResourceDeploymentFailure",  
    "message": "The resource operation completed with terminal provisioning state 'Failed'.",  
    "details": [  
      {  
        "code": "VmProvisioningTimeout",  
        "message": "VM 'gupwindows2022' failed to provision with timeout. ''."  
      }  
    ]  
  }  
}  

260630-image.png

  1. What might be causing this to fail.
  2. How can I find more information about the cause. I believe it is an actualy failure, which eventually causes a timeout. I can not find any other information, which makes investigation impossible.

Thanks, Brock

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
194 questions
Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-12-21T04:05:06.397+00:00

    MS Support was able to help me.

    The root issue was due to the Generation 2 VMs not being properly supported by the Web UI.

    In theory it would have worked by PowerShell CLI commands, but I couldn't get that to work either - probably due to my own fault.

    As of approximately the 16th December, Gen2 images are now better supported for provisioning on ASE. With this new functionality, I was able to provision a Windows 11 VM successfully.

    -- Brock

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.