Cannot Delete Virtual Network Gateway in Azure -


I am trying to delete a virtual network in Azure when I use the web interface to delete it, So it says that

  Virtual Network 'My Virtual Network' is in use and can not be removed. If you have recently deleted resources, updating the virtual network may take some time.   

Of course, I have not recently removed the resources and there is no VM using the network. I followed this stack overflow post, which states that to remove the virtual network, you must first delete the virtual network gateway.

Therefore, according to the instructions for "Removing Virtual Network Gateway" on MSDN, please click through the blue web interface like this:

  Virtual Network & gt; * MyVirtualNetwork * & gt; Dashboard & gt; Delete the gateway   

And I get this:

  Failed to delete the gateway of the virtual network 'OneCoreWikiVnet'   

Azure does not provide further explanations or other details.

How do I delete this virtual network gateway?

The blue object hierarchy is as follows.

Virtual Network - & gt; Virtual Network Gateway - & gt; Connection

To delete, you should delete it from the bottom (or in this case left to right). Basically, to remove the VNET gateway, you have to ensure that any connections on the gateway have been removed first.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -