Skip to content

Commit 79dc866

Browse files
committed
Freshness review+graphics
1 parent c228483 commit 79dc866

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

articles/vpn-gateway/create-routebased-vpn-gateway-cli.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ author: cherylmc
66
ms.service: vpn-gateway
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 12/07/2023
9+
ms.date: 03/12/2024
1010
ms.author: cherylmc
1111
---
1212

1313
# Create a route-based VPN gateway using CLI
1414

15-
This article helps you quickly create a route-based Azure VPN gateway using the Azure CLI. A VPN gateway is used when creating a VPN connection to your on-premises network. You can also use a VPN gateway to connect VNets.
15+
This article helps you quickly create a route-based Azure VPN gateway using the Azure CLI. A VPN gateway is used when creating a VPN connection to your on-premises network. You can also use a VPN gateway to connect VNets.
1616

1717
In this article you'll create a VNet, a subnet, a gateway subnet, and a route-based VPN gateway (virtual network gateway). Creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU. Once the gateway creation has completed, you can then create connections. These steps require an Azure subscription.
1818

19+
A VPN gateway is just one part of a connection architecture to help you securely access resources within a virtual network.
20+
21+
:::image type="content" source="./media/tutorial-create-gateway-portal/gateway-diagram.png" alt-text="Diagram that shows a virtual network and a VPN gateway." lightbox="./media/tutorial-create-gateway-portal/gateway-diagram-expand.png":::
22+
23+
* The left side of the diagram shows the virtual network and the VPN gateway that you create by using the steps in this article.
24+
* You can later add different types of connections, as shown on the right side of the diagram. For example, you can create [site-to-site](tutorial-site-to-site-portal.md) and [point-to-site](point-to-site-about.md) connections. To view different design architectures that you can build, see [VPN gateway design](design.md).
25+
1926
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2027

2128
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]

articles/vpn-gateway/create-routebased-vpn-gateway-powershell.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a route-based virtual network gateway for a VPN
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 12/07/2023
8+
ms.date: 03/12/2024
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -14,6 +14,13 @@ ms.custom: devx-track-azurepowershell
1414

1515
This article helps you quickly create a route-based Azure VPN gateway using PowerShell. A VPN gateway is used when creating a VPN connection to your on-premises network. You can also use a VPN gateway to connect VNets.
1616

17+
A VPN gateway is just one part of a connection architecture to help you securely access resources within a virtual network.
18+
19+
:::image type="content" source="./media/tutorial-create-gateway-portal/gateway-diagram.png" alt-text="Diagram that shows a virtual network and a VPN gateway." lightbox="./media/tutorial-create-gateway-portal/gateway-diagram-expand.png":::
20+
21+
* The left side of the diagram shows the virtual network and the VPN gateway that you create by using the steps in this article.
22+
* You can later add different types of connections, as shown on the right side of the diagram. For example, you can create [site-to-site](tutorial-site-to-site-portal.md) and [point-to-site](point-to-site-about.md) connections. To view different design architectures that you can build, see [VPN gateway design](design.md).
23+
1724
## Before you begin
1825

1926
The steps in this article will create a VNet, a subnet, a gateway subnet, and a route-based VPN gateway (virtual network gateway). Once the gateway creation has completed, you can then create connections. These steps require an Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/vpn-gateway/tutorial-create-gateway-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 01/17/2024
9+
ms.date: 03/12/2024
1010

1111
---
1212

0 commit comments

Comments
 (0)