skip to Main Content

Azure is retiring "Basic" IP SKUs 9/30/2025. I’ve migrated all my IPs to Standard level now except for our site-to-site VPN. When I try to migrate it, it says it is allocated and in use, and thus can’t be upgraded. No problem, Plan B.

I create a new IP, create a new VPN (Virtual Network Gateway) and when it asks for a level, I change the default VpnGw2AZ level back to Basic (read $357.70/month to $26.28/month)… and I chose the new IP I created. It throws the error: "Static Public IP Addresses cannot be associated"

Since Standard IP addresses are always Static (only Basic IP can be Dynamic)… apparently either this is an oversight by MS or MS is phasing out Basic VPN as well??? Forcing users who need it to start at least with VpnGwAZ1 which is $138.70/mo?

To be sure, I try to create a new IP in that interface and it only allows creation of a Basic IP if I have Basic VPN selected.

Am I missing something? I found this in an article:
https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-vpn-faq#how-does-the-retirement-of-basic-sku-public-ip-addresses-affect-my-vpn-gateways

How does the retirement of Basic SKU public IP addresses affect my VPN gateways?
We are taking action to ensure the continued operation of deployed VPN gateways that utilize Basic SKU public IP addresses. If you already have VPN gateways with Basic SKU public IP addresses, there is no need for you to take any action.

So I guess I table this for 18mo or so and wait to see what changes? What am I missing? Has anyone else figured this out?

2

Answers


  1. As per MsDoc Basic SKU public IPs will be retired on September 30, 2025 all existing Basic IP addresses will need to be migrated to Standard IP addresses before this date.

    There should be no immediate requirement for you to take any action if your VPN gateways currently have Basic SKU public IP addresses, as per Microsoft’s announcement. For these deployments, Microsoft is probably developing a migration plan or finding substitutes.

    When I tried to create virtual network gateway with Basic public Ip I got the same error like below:

    enter image description here

    Note that for Basic VPN gateway supported only dynamic public IP addresses.

    Created Basic VPN gateway with dynamic public IP address like below:

    enter image description here

    enter image description here

    If you want to use a static public IP address, you will need to use a Standard VPN gateway like below:

    enter image description here

    Login or Signup to reply.
  2. also encountered this discrepancy today and wondering what to do.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search