Skip to content

Commit 1b1a164

Browse files
Merge pull request #283830 from cherylmc/legacy-basic
remove classic links
2 parents c01d3b6 + c43e656 commit 1b1a164

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-portal.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure VPN Gateway
44
description: Learn how to delete a virtual network gateway using the Azure portal.
55
author: cherylmc
66
ms.service: azure-vpn-gateway
7-
ms.date: 08/22/2023
7+
ms.date: 08/07/2024
88
ms.author: cherylmc
99
ms.topic: how-to
1010
---
@@ -13,17 +13,13 @@ ms.topic: how-to
1313
> [!div class="op_single_selector"]
1414
> * [Azure portal](vpn-gateway-delete-vnet-gateway-portal.md)
1515
> * [PowerShell](vpn-gateway-delete-vnet-gateway-powershell.md)
16-
> * [PowerShell (classic - legacy gateways)](vpn-gateway-delete-vnet-gateway-classic-powershell.md)
1716
18-
This article helps you delete a virtual network gateway. There are a couple of different approaches you can take when you want to delete a gateway for a VPN gateway configuration.
17+
This article helps you delete a virtual network gateway. There are a couple of different approaches you can take when you want to delete a gateway.
1918

20-
* If you want to delete everything and start over, as in the case of a test environment, you can delete the resource group. When you delete a resource group, it deletes all the resources within the group. This method is only recommended if you don't want to keep any of the resources in the resource group. You can't selectively delete only a few resources using this approach.
19+
* If you want to delete everything and start over, you can delete the resource group. When you delete a resource group, it deletes all the resources within the group. This method is only recommended if you don't want to keep any of the resources in the resource group. You can't selectively delete only a few resources using this approach.
2120

2221
* If you want to keep some of the resources in your resource group, deleting a virtual network gateway becomes slightly more complicated. Before you can delete the virtual network gateway, you must first delete any resources that are dependent on the gateway. The steps you follow depend on the type of connections that you created and the dependent resources for each connection.
2322

24-
> [!IMPORTANT]
25-
> The steps in this article apply to the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md). To delete a VPN gateway deployed using the classic deployment model, use the steps in the [Delete a gateway: classic](vpn-gateway-delete-vnet-gateway-classic-powershell.md) article.
26-
2723
## Delete a VPN gateway
2824

2925
To delete a virtual network gateway, you must first delete each resource that pertains to the virtual network gateway. Resources must be deleted in a certain order due to dependencies.
@@ -39,7 +35,7 @@ The following steps help you delete any resources that are no longer being used.
3935
#### To delete the local network gateway
4036

4137
1. In **All resources**, locate local network gateways that were associated with each connection.
42-
1. On the **Overview** blade for the local network gateway, click **Delete**.
38+
1. On the **Overview** page for the local network gateway, click **Delete**.
4339

4440
#### To delete the Public IP address resource for the gateway
4541

@@ -49,15 +45,15 @@ The following steps help you delete any resources that are no longer being used.
4945
#### To delete the gateway subnet
5046

5147
1. In **All resources**, locate the virtual network.
52-
1. On the **Subnets** blade, click the **GatewaySubnet**, then click **Delete**.
48+
1. On the **Subnets** page, click the **GatewaySubnet**, then click **Delete**.
5349
1. Click **Yes** to confirm that you want to delete the gateway subnet.
5450

5551
## <a name="deleterg"></a>Delete a VPN gateway by deleting the resource group
5652

5753
If you aren't concerned about keeping any of your resources in the resource group and you just want to start over, you can delete an entire resource group. This is a quick way to remove everything. The following steps apply only to the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md).
5854

59-
1. In **All resources**, locate the resource group and click to open the blade.
60-
1. Click **Delete**. On the Delete blade, view the affected resources. Make sure that you want to delete all of these resources. If not, use the steps in Delete a VPN gateway at the top of this article.
55+
1. In **All resources**, locate the resource group and click to open the page.
56+
1. Click **Delete**. On the Delete page, view the affected resources. Make sure that you want to delete all of these resources. If not, use the steps in Delete a VPN gateway at the top of this article.
6157
1. To proceed, type the name of the resource group that you want to delete, then click **Delete**.
6258

6359
## Next steps

0 commit comments

Comments
 (0)