IPv6 blocks creation of vpn gateway

Mateusz U 61 Reputation points
2022-09-16T16:31:07.077+00:00

According to https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/ipv6-overview VPN gateway should be able to deploy on dual-stacked vnets:

VPN gateways currently support IPv4 traffic only, but they still CAN be deployed in a Dual-stacked VNET

But when trying to create such VPN (tried selecting every SKU/Generation) I get and error:

241872-image.png

Why is that? Are the docs wrong or again am I missing some aspect?
Based on the docs expected result for me is that vpn should be created but restricted only to creating VPN connections with ipv4 namespace.

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,793 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 27,476 Reputation points Microsoft Employee Moderator
    2022-09-16T22:23:42.003+00:00

    Hello @Mateusz U ,

    Thank you for reaching out. I was able to reproduce this issue on my end via Azure portal.

    I was able to deploy the VPN Gateway using Azure PowerShell instead. I am sharing this feedback with the portal team, and I will also work on adding a note to the documentation you shared above.

    I followed this documentation here to deploy VPN Gateway using Azure PowerShell. Also please take into consideration that creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU.

    My Dual Stack Virtual Network

    242061-image.png

    Deployed VPN Gateway

    242062-image.png

    Deployment succeeded

    241875-image.png

    Hope this helps! Please let me know if you have any additional concerns. Thank you!


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.