How do I delete related products? I couldn't delete it myself because I made a mistake when I created it

shukongxin ji 0 Reputation points
2023-06-24T19:01:58.0266667+00:00

My VPN failed to be created and also failed to be deleted because those resources were bound to the VPN

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.
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,285 Reputation points MVP Volunteer Moderator
    2023-06-24T23:23:08.2066667+00:00

    You need to find out what resources are bound to the VPN Gateway that you're trying to delete. These could be virtual networks, subnets, local network gateways, connections, etc. Once you've identified the dependent resources, you should unbind them from the VPN Gateway or delete them if they're no longer needed. Be careful with this step as it might impact other services or applications. After all dependent resources have been unbound or deleted, you should be able to delete the VPN Gateway.

    I have added the link that shows you how to delete

    https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-delete-vnet-gateway-portal

    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.