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/tutorial-create-gateway-portal.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,25 @@ author: cherylmc
6
6
ms.author: cherylmc
7
7
ms.service: vpn-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 10/05/2023
9
+
ms.date: 11/20/2023
10
10
11
11
---
12
12
13
13
# Tutorial: Create and manage a VPN gateway using the Azure portal
14
14
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).
16
16
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":::
18
18
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.
20
20
* 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.
21
21
22
22
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)
23
23
24
24
In this tutorial, you learn how to:
25
25
26
26
> [!div class="checklist"]
27
-
> * Create a virtual network
27
+
> * Create a VNet
28
28
> * Create a VPN gateway
29
29
> * View the gateway public IP address
30
30
> * Resize a VPN gateway (resize SKU)
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
34
34
35
35
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).
36
36
37
-
## <aname="CreatVNet"></a>Create a virtual network
37
+
## <aname="CreatVNet"></a>Create a VNet
38
38
39
39
Create a VNet using the following values:
40
40
@@ -45,7 +45,9 @@ Create a VNet using the following values:
45
45
***Subnet name:** FrontEnd
46
46
***Subnet address space:** 10.1.0.0/24
47
47
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)
49
51
50
52
## <aname="VNetGateway"></a>Create a VPN gateway
51
53
@@ -68,7 +70,7 @@ For this exercise, we won't be selecting a zone redundant SKU. If you want to le
68
70
[!INCLUDE [Create a vpn gateway](../../includes/vpn-gateway-add-gw-portal-include.md)]
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.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/tutorial-site-to-site-portal.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ In this section, you'll create a virtual network (VNet) using the following valu
48
48
49
49
[!INCLUDE [Create a virtual network](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
50
50
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
+
51
53
## <aname="VNetGateway"></a>Create a VPN gateway
52
54
53
55
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