Unable to create Win11 VM with OS Image under 126GB

  • Thread starter Thread starter Dean Egan
  • Start date Start date
D

Dean Egan

Guest
Hello,My goal is to create a Win11 image in Azure with a OS disk size of 80GB (so it can be used as an image for AWS Workspace).I can see that the UI in Azure does not let me create a VM with a disk size of less than 126GB.I can also see that you cannot reduce the size of the OS disk once it's created.Since I cannot create it on the UI, I am trying to create it using PS but I am running into issues:Step 1: Create Disk with WIndows as OS and 80GB as disk size:$diskconfig = New-AzDiskConfig -Location $location -DiskSizeGB 80 -AccountType Standard_LRS -OsType Windows -CreateOption Empty$disk = Ne

Continue reading...
 

Similar threads

Back
Top