Skip to content

Commit 7c1f1ed

Browse files
Merge pull request #259053 from cherylmc/ddos-update
Add link to DDos
2 parents 319619d + 7c951a8 commit 7c1f1ed

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 10/05/2023
9+
ms.date: 11/20/2023
1010

1111
---
1212

1313
# Tutorial: Create and manage a VPN gateway using the Azure portal
1414

15-
This tutorial helps you create and manage a virtual network gateway (VPN gateway) using the Azure portal. The VPN gateway is just one part of a connection architecture to help you securely access resources within a VNet.
15+
This tutorial helps you create and manage a virtual network gateway (VPN gateway) using the Azure portal. The VPN gateway is just one part of a connection architecture to help you securely access resources within a virtual network (VNet).
1616

17-
:::image type="content" source="./media/tutorial-create-gateway-portal/gateway-diagram.png" alt-text="Diagram of VNet and VPN gateway." lightbox="./media/tutorial-create-gateway-portal/gateway-diagram-expand.png":::
17+
:::image type="content" source="./media/tutorial-create-gateway-portal/gateway-diagram.png" alt-text="Diagram of virtual network and VPN gateway." lightbox="./media/tutorial-create-gateway-portal/gateway-diagram-expand.png":::
1818

19-
* The left side of the diagram shows the virtual network and the VPN gateway that you create using the steps in this article.
19+
* The left side of the diagram shows the VNet and the VPN gateway that you create using the steps in this article.
2020
* 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. See [VPN Gateway design](design.md) to view different design architectures that you can build.
2121

2222
If you want to learn more about the configuration settings used in this tutorial, see [About VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). For more information about VPN Gateway, see [What is VPN Gateway?](vpn-gateway-about-vpngateways.md)
2323

2424
In this tutorial, you learn how to:
2525

2626
> [!div class="checklist"]
27-
> * Create a virtual network
27+
> * Create a VNet
2828
> * Create a VPN gateway
2929
> * View the gateway public IP address
3030
> * Resize a VPN gateway (resize SKU)
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
3434

3535
An Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
3636

37-
## <a name="CreatVNet"></a>Create a virtual network
37+
## <a name="CreatVNet"></a>Create a VNet
3838

3939
Create a VNet using the following values:
4040

@@ -45,7 +45,9 @@ Create a VNet using the following values:
4545
* **Subnet name:** FrontEnd
4646
* **Subnet address space:** 10.1.0.0/24
4747

48-
[!INCLUDE [Create a virtual network](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
48+
[!INCLUDE [Create a VNet](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
49+
50+
After you create your VNet, you can optionally configure Azure DDos Protection. Protection is simple to enable on any new or existing virtual network, and it requires no application or resource changes. For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md)
4951

5052
## <a name="VNetGateway"></a>Create a VPN gateway
5153

@@ -68,7 +70,7 @@ For this exercise, we won't be selecting a zone redundant SKU. If you want to le
6870
[!INCLUDE [Create a vpn gateway](../../includes/vpn-gateway-add-gw-portal-include.md)]
6971
[!INCLUDE [Configure PIP settings](../../includes/vpn-gateway-add-gw-pip-portal-include.md)]
7072

71-
A gateway can take 45 minutes or more to fully create and deploy. You can see the deployment status on the **Overview** page for your gateway. After the gateway is created, you can view the IP address that has been assigned to it by looking at the virtual network in the portal. The gateway appears as a connected device.
73+
A gateway can take 45 minutes or more to fully create and deploy. You can see the deployment status on the **Overview** page for your gateway. After the gateway is created, you can view the IP address that has been assigned to it by looking at the VNet in the portal. The gateway appears as a connected device.
7274

7375
[!INCLUDE [NSG warning](../../includes/vpn-gateway-no-nsg-include.md)]
7476

articles/vpn-gateway/tutorial-site-to-site-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ In this section, you'll create a virtual network (VNet) using the following valu
4848

4949
[!INCLUDE [Create a virtual network](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
5050

51+
After you create your VNet, you can optionally configure Azure DDos Protection. Protection is simple to enable on any new or existing virtual network, and it requires no application or resource changes. For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md)
52+
5153
## <a name="VNetGateway"></a>Create a VPN gateway
5254

5355
In this step, you create the virtual network gateway for your VNet. Creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU.

0 commit comments

Comments
 (0)