Error creating VPN gateway

Cavan Vannice 20 Reputation points
2025-04-18T19:11:52.23+00:00

Long story short. We are downgrading our VPN gateway to basic. We've moved most of our systems to PAAS and only need limited VPN usage. I deleted the old VPN gateway and am I trying to create a new one with the below command

# === Create new Basic VPN Gateway ===
az network vnet-gateway create `
  --name $newGateway `
  --public-ip-address $publicIP `
  --resource-group $resourceGroup `
  --vnet $vnetName `
  --gateway-type Vpn `
  --vpn-type RouteBased `
  --sku Basic `
  --location $location `
  --no-wait

When I run that I am getting the following error

(OperationFailureErrors) The operation failed due to following errors: '["The vpn gateway deployment operation failed due to an intermittent error. Please try again."]'.
Code: OperationFailureErrors
Message: The operation failed due to following errors: '["The vpn gateway deployment operation failed due to an intermittent error. Please try again."]'.

No details, no explanation. Not sure what to do now. I pay for developer support, but cannot create a ticket.

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,722 questions
{count} votes

Accepted answer
  1. Rohith Vinnakota 4,345 Reputation points Microsoft External Staff
    2025-04-18T20:40:54.19+00:00

    Hi @Cavan Vannice,

    I understand that you want to create a Basic VPN Gateway

    Note: Creating the VPN gateway requires the Basic IP.

    Kindly let us know if the above helps or you need further assistance on this issue.

    Please don’t forget to close the thread by clicking "Accept the answer" and "Yes" wherever the information provided helps you, as this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.