Confirm VPN Public IP Usage Before Deletion & Missing Expiry Notification

CCC team 0 Reputation points
2026-01-29T13:19:53.1733333+00:00

We are planning to delete a VPN public IP in Azure and want to confirm whether it is currently associated with or used by any Azure resource (VPN Gateway, Connection, etc.).

Our understanding is that Jan 31 is the relevant expiry/review date for this IP—can someone confirm if this date is still valid?

Normally we receive Azure reminder/notification emails before such actions, but no notification was received this time. Is there a way to verify:

Current or historical usage of the VPN public IP

Why the reminder email may not have been sent

Any guidance or recommended checks before deleting the IP would be helpful.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Venkatesan S 3,495 Reputation points Microsoft External Staff Moderator
    2026-01-29T13:55:05.3333333+00:00

    Hi CCC team,

    I understand you're looking for clarification on the retirement date for the Basic Azure VPN Gateway with Basic SKU Public IP address

    We have confirmed with Microsoft’s official guidance that the final retirement date has been extended to End of June 2026, (previously January 31, 2026). This extension provides additional time to plan and execute migration to Standard SKU Public IP addresses.

    Please plan migration to Standard SKU Public IP before this date using the migration tool in Azure Portal.

    User's image

    Reference Document: https://learn.microsoft.com/en-us/azure/vpn-gateway/whats-new

    To verify the current associations:

    UsePowerShell : Get-AzPublicIpAddress -ResourceGroupName <RG> | Where-Object IpAddress -eq '<IP>'

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

    Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

  2. TP 149.2K Reputation points Volunteer Moderator
    2026-01-29T13:46:55.9233333+00:00

    Hi,

    I assume you are referring to a Basic SKU Public IP used with VPN Gateway. Please correct me if my assumption is wrong.

    Basic SKU Public IP address when used with VPN Gateway are scheduled to be deprecated end of June 2026. Please note this deadline has been pushed back many times over recent months.

    Screenshot excerpt from VPN Gateway timeline article:

    User's image

    To check if a Public IP is associated with a VPN Gateway, please navigate to the public IP in the Azure portal and check Associated to: This will show if it is currently associated with a resource such as VPN Gateway, network interface of VM, etc.

    Below link will show you a list of Public IP addresses in your subscription. You may check the Associated to column to see if each address is currently associated with a resource.

    https://portal.azure.com/#view/HubsExtension/AssetMenuBlade/~/PublicIPAddresses/assetName/NetworkFoundation/extensionName/Microsoft_Azure_Network

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

Your answer

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