An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hello @LeRoy, Kevin I hope you are doing well,
The error you're seeing (VmssGatewayDeploymentFailed) can be caused by a transient backend provisioning or regional capacity issue.
There is a similar Microsoft Q&A case where the same “VPN gateway deployment operation failed due to an intermittent error” occurred in West Europe. The recommended workaround was to try another region and try a few times; if the gateway must remain in that region, https://learn.microsoft.com/en-us/answers/questions/2275724/fehler-beim-erstellen-eines-basic-virtual-network
For your North Europe scenario, I would suggest:
Try deploying the same VpnGw2AZ configuration in another region.
- Check the Activity Log for the underlying VMSS deployment error.
I would not consider this a confirmed regional capacity limit yet, but the repeated failure and the similar historical case make a backend/regional issue worth investigating.
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.