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
{{ message }}
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
I generalized a VHD, uploaded it to Azure and created an image in Azure from this VHD.
When deploying with vagrant up the resources are created. However, the OS disk is created as Linux and not as Windows.
The image is created as Windows.
In the vagrantfile the following entries are made:
I generalized a VHD, uploaded it to Azure and created an image in Azure from this VHD.
When deploying with vagrant up the resources are created. However, the OS disk is created as Linux and not as Windows.
The image is created as Windows.
In the vagrantfile the following entries are made:
azure.vm_managed_image_id = '/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.Compute/images/AZDeploy_gen'.
azure.vm_operating_system = "Windows"
etc.
I can create a VM using this image in the azure portal successfully.
What is the problem?
I would be happy to provide further information if necessary.
The text was updated successfully, but these errors were encountered: