VmssGatewayDeploymentFailed

Steve Plowman 0 Reputation points
2024-05-20T21:25:35.5966667+00:00

When I create a vpn gateway for centralus I get the folowing error:

The gateway deployment operation failed due to an intermittent error. Please try again. (Code: VmssGatewayDeploymentFailed)

I have tried different skus. same issue each time

Here are the deployment parameters:

{

"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",

"contentVersion": "1.0.0.0",

"parameters": {

    "name": {

        "value": "vgn4"

    },

    "location": {

        "value": "centralus"

    },

    "gatewayType": {

        "value": "Vpn"

    },

    "sku": {

        "value": "VpnGw1"

    },

    "vpnGatewayGeneration": {

        "value": "Generation1"

    },

    "vpnType": {

        "value": "RouteBased"

    },

    "subnetId": {

        "value": "/subscriptions/aa97e1ef-a1f4-4009-8219-d3f3f43ba6c6/resourceGroups/HostedMP/providers/Microsoft.Network/virtualNetworks/mp-vnet/subnets/GatewaySubnet"

I have noticed that many other people over the years have experienced the same issue. MS never seems to resolve it. All I have read is that MS will have issues and there is nothing I can do about. Can someone from MS please to see if anything with Central US is causing this to fail?

    },

    "publicIpAddressId": {

        "value": "/subscriptions/aa97e1ef-a1f4-4009-8219-d3f3f43ba6c6/resourceGroups/HostedMP/providers/Microsoft.Network/publicIPAddresses/hostedmp"

    }

}

}

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,420 questions
{count} votes