Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.72k stars 980 forks source link

Deployment fails while provisioning the VPN Gateway in vwan hub #1748

Closed mbilalamjad closed 2 months ago

mbilalamjad commented 2 months ago

Describe the bug Deployment fails with the following error "The vpn gateway deployment operation failed due to an intermittent error."

Screenshots

image
jtracey93 commented 2 months ago

Believe #1743 resolves this - @brsteph and @Springstone to confirm

Springstone commented 2 months ago

1743 specifically addresses a combination of settings for multi-region VWAN deployments involving gateways, that has now been fixed. In this specific case, there could have been an ARM issue that resulted in the failure.

If you run the deployment again, do you get the same error?

mbilalamjad commented 2 months ago

Tried the template in #1743, that worked and didn't run into this issue

brsteph commented 2 months ago

That template was fixing more specific errors - I don't think I had seen the intermittent issue. When you click into the module itself, what steps in it are failing? There might be more details about the specific step of the VWAN deployment.

For this, is East US the primary region, or the secondary region?

mbilalamjad commented 2 months ago

That template was fixing more specific errors - I don't think I had seen the intermittent issue. When you click into the module itself, what steps in it are failing? There might be more details about the specific step of the VWAN deployment.

For this, is East US the primary region, or the secondary region?

Hey @brsteph, I cleaned up the deployment as it was costing $$, East US was primary and West US was secondary, the issue happened while provisioning the VPN Gateway in East US with the template live at the time of reporting this issue, post that I used your template from your branch a couple of times and it deployed fine, we can close this for now and revisit in case it reoccurs

brsteph commented 2 months ago

@Springstone - Do you want to close this from what was shared above?