Sep 11 2024 10:36 PM
I am trying to deploy AVD, but it keeps failing when it comes to creating the VM.
The error message is:
"Deployment to resource group 'AVD-RG' failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. See https://aka.ms/arm-deployment-operations for usage details."
I am using a Free Subscription with $200 in credits and a global account to deploy the AVD. Has anyone faced this issue recently?
Sep 12 2024 12:36 AM
Hi @vihanga
Sorry for my question, but what reason/error is given in the deployment operations?
There could be several reasons for the problem.
For example:
Best regards,
Matthias
Sep 12 2024 12:53 AM
Sep 12 2024 05:24 AM
Sep 12 2024 10:36 PM - edited Sep 12 2024 10:37 PM
@Mr_BiskitsTrue. When you create hosts inside host pool it has an outbound connectivity issue. So I tried creating a NAT gateway and then create hosts in the AVD host pool and it worked.
Sep 12 2024 11:40 PM
Hi @Mr_Biskits,
If you're struggling to get internet access from a newly deployed Azure VM in a new subnet, check if the VM is connected to a subnet where “Enable private subnet (no default outbound access)” is enabled.
This feature is enabled by default when new subnets are created in a VNET and cannot be disabled once it was enabled during subnet creation.
More info about default outbound access: Default outbound access in Azure - Azure Virtual Network | Microsoft Learn
Hope this helps!
Matthias
Sep 13 2024 03:04 AM
I,m having the same error while deploying an AVD.
{"code":"VMExtensionProvisioningError","message":"VM has reported a failure when processing extension 'Microsoft.PowerShell.DSC' (publisher 'Microsoft.Powershell' and type 'DSC'). Error message: 'The DSC Extension failed to execute: Error downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_1.0.02774.414.zip after 17 attempts: Unable to connect to the remote server.\r\nMore information about the failure can be found in the logs located under 'C:\\WindowsAzure\\Logs\\Plugins\\Microsoft.Powershell.DSC\\2.83.5' on the VM.'. More information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot. "}
After attaching a public ip immediately after the VM creation the issue got fixed. It seems like the default outbound internet connection is not working for new VMs.