You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-classic-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.custom:
8
8
ms.topic: how-to
9
-
ms.date: 06/09/2023
9
+
ms.date: 08/21/2023
10
10
ms.author: cherylmc
11
11
---
12
12
# Delete a virtual network gateway using PowerShell (classic)
13
13
14
14
This article helps you delete a VPN gateway in the classic (legacy) deployment model by using PowerShell. After the virtual network gateway has been deleted, modify the network configuration file to remove elements that you're no longer using.
15
15
16
-
The steps in this article apply to the classic deployment model and don't apply to the current deployment model, Resource Manager. Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-delete-vnet-gateway-powershell.md).
16
+
The steps in this article apply to the classic deployment model and don't apply to the current deployment model, Resource Manager. **Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-delete-vnet-gateway-powershell.md)**.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-powershell.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure VPN Gateway
4
4
description: Learn how to delete a virtual network gateway using PowerShell.
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
-
ms.date: 04/29/2021
7
+
ms.date: 08/21/2023
8
8
ms.author: cherylmc
9
9
ms.topic: how-to
10
10
ms.custom: devx-track-azurepowershell
@@ -114,7 +114,7 @@ Get the IP configurations of the virtual network gateway.
114
114
$GWIpConfigs = $Gateway.IpConfigurations
115
115
```
116
116
117
-
Get the list of Public IP address resources used for this virtual network gateway. If the virtual network gateway was active-active, you will see two Public IP addresses.
117
+
Get the list of Public IP address resources used for this virtual network gateway. If the virtual network gateway was active-active, you'll see two Public IP addresses.
In this example, we are checking for connections from RG2. Run this for each resource group that you have which may have a connection to the virtual network gateway.
172
+
In this example, we're checking for connections from RG2. Run this for each resource group that you have which may have a connection to the virtual network gateway.
@@ -261,7 +261,7 @@ Get the IP configurations of the virtual network gateway.
261
261
$GWIpConfigs = $Gateway.IpConfigurations
262
262
```
263
263
264
-
Get the list of Public IP addresses used for this virtual network gateway. If the virtual network gateway was active-active, you will see two Public IP addresses.
264
+
Get the list of Public IP addresses used for this virtual network gateway. If the virtual network gateway was active-active, you'll see two Public IP addresses.
## <aname="delete"></a>Delete a VPN gateway by deleting the resource group
284
284
285
-
If you are not 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).
285
+
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).
286
286
287
287
### 1. Get a list of all the resource groups in your subscription.
When the list is returned, review it to verify that you want to delete all the resources in the resource group, as well as the resource group itself. If you want to keep some of the resources in the resource group, use the steps in the earlier sections of this article to delete your gateway.
303
+
When the list is returned, review it to verify that you want to delete all the resources in the resource group, and the resource group itself. If you want to keep some of the resources in the resource group, use the steps in the earlier sections of this article to delete your gateway.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-howto-point-to-site-classic-azure-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ description: Learn how to create a classic Point-to-Site VPN Gateway connection
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 06/09/2023
8
+
ms.date: 08/21/2023
9
9
ms.author: cherylmc
10
10
11
11
---
12
12
# Configure a Point-to-Site connection by using certificate authentication (classic)
13
13
14
-
This article shows you how to create a VNet with a Point-to-Site connection using the classic (legacy) deployment model. This configuration uses certificates to authenticate the connecting client, either self-signed or CA issued. Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-point-to-site-resource-manager-portal.md).
14
+
This article shows you how to create a VNet with a Point-to-Site connection using the classic (legacy) deployment model. This configuration uses certificates to authenticate the connecting client, either self-signed or CA issued. **Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-point-to-site-resource-manager-portal.md)**.
15
15
16
16
You use a Point-to-Site (P2S) VPN gateway to create a secure connection to your virtual network from an individual client computer. Point-to-Site VPN connections are useful when you want to connect to your VNet from a remote location. When you have only a few clients that need to connect to a VNet, a P2S VPN is a useful solution to use instead of a Site-to-Site VPN. A P2S VPN connection is established by starting it from the client computer.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-howto-site-to-site-classic-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.custom:
8
8
ms.topic: how-to
9
-
ms.date: 06/09/2023
9
+
ms.date: 08/21/2023
10
10
ms.author: cherylmc
11
11
---
12
12
# Create a Site-to-Site connection using the Azure portal (classic)
13
13
14
-
This article shows you how to use the Azure portal to create a Site-to-Site VPN gateway connection from your on-premises network to the VNet. The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](./tutorial-site-to-site-portal.md).
14
+
This article shows you how to use the Azure portal to create a Site-to-Site VPN gateway connection from your on-premises network to the VNet. The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. **Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](./tutorial-site-to-site-portal.md)**.
15
15
16
16
A Site-to-Site VPN gateway connection is used to connect your on-premises network to an Azure virtual network over an IPsec/IKE (IKEv1 or IKEv2) VPN tunnel. This type of connection requires a VPN device located on-premises that has an externally facing public IP address assigned to it. For more information about VPN gateways, see [About VPN gateway](vpn-gateway-about-vpngateways.md).
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-portal-classic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.custom:
8
8
ms.topic: how-to
9
-
ms.date: 06/09/2023
9
+
ms.date: 08/21/2023
10
10
ms.author: cherylmc
11
11
---
12
12
# Configure a VNet-to-VNet connection (classic)
13
13
14
14
This article helps you create a VPN gateway connection between virtual networks. The virtual networks can be in the same or different regions, and from the same or different subscriptions.
15
15
16
-
The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-vnet-vnet-resource-manager-portal.md).
16
+
The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. **Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-vnet-vnet-resource-manager-portal.md).**
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-multi-site.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.custom:
8
8
ms.topic: how-to
9
-
ms.date: 06/09/2023
9
+
ms.date: 08/21/2023
10
10
ms.author: cherylmc
11
11
---
12
12
# Add a Site-to-Site connection to a VNet with an existing VPN gateway connection (classic)
13
13
14
14
This article walks you through using PowerShell to add Site-to-Site (S2S) connections to a VPN gateway that has an existing connection using the classic (legacy) deployment model. This type of connection is sometimes referred to as a "multi-site" configuration. These steps don't apply to ExpressRoute/Site-to-Site coexisting connection configurations.
15
15
16
-
The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-multi-site-to-site-resource-manager-portal.md).
16
+
The steps in this article apply to the classic (legacy) deployment model and don't apply to the current deployment model, Resource Manager. **Unless you want to work in the classic deployment model specifically, we recommend that you use the [Resource Manager version of this article](vpn-gateway-howto-multi-site-to-site-resource-manager-portal.md)**.
0 commit comments