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
docs: Standardize VNet resource name capitalization
- Changed all 'VNet-hub' references to 'VNet-Hub' for consistency
- Changed 'VNet-OnPrem' to 'VNet-Onprem' to match initial definition
- Ensures consistent naming throughout the tutorial
- Updated all references in creation steps, peering tables, and routing sections
Copy file name to clipboardExpand all lines: articles/firewall-manager/secure-hybrid-network.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
136
136
137
137
1. For **Resource group**, select **FW-Hybrid-Test**.
138
138
139
-
1. For **Name**, enter **VNet-hub**.
139
+
1. For **Name**, enter **VNet-Hub**.
140
140
141
141
1. For **Region**, select **East US**.
142
142
@@ -212,7 +212,7 @@ Add another subnet with a subnet purpose set to **Virtual Network Gateway** with
212
212
213
213
1. For **Resource group**, select **FW-Hybrid-Test**.
214
214
215
-
1. For **Virtual network name**, enter **VNet-OnPrem**.
215
+
1. For **Virtual network name**, enter **VNet-Onprem**.
216
216
217
217
1. For **Region**, select **East US**.
218
218
@@ -261,7 +261,7 @@ Convert the **VNet-Hub** virtual network into a *hub virtual network* and secure
261
261
262
262
1. On the Azure Firewall Manager page, under **Add security to virtual networks**, select **View hub virtual networks**.
263
263
264
-
1. Under **Virtual Networks**, select the check box for **VNet-hub**.
264
+
1. Under **Virtual Networks**, select the check box for **VNet-Hub**.
265
265
266
266
1. Select **Manage Security**, and then select **Deploy a Firewall with Firewall Policy**.
267
267
@@ -337,9 +337,9 @@ Now create the VPN gateway for the hub virtual network. Network-to-network confi
337
337
338
338
1. For **Generation**, select **Generation2**.
339
339
340
-
1. For **Virtual network**, select **VNet-hub**.
340
+
1. For **Virtual network**, select **VNet-Hub**.
341
341
342
-
1. For **Public IP address**, select **Create new**, and enter **VNet-hub-GW-pip** for the name.
342
+
1. For **Public IP address**, select **Create new**, and enter **VNet-Hub-GW-pip** for the name.
343
343
344
344
1. For **Enable active-active mode**, select **Disabled**.
345
345
@@ -409,7 +409,7 @@ In this step, you create the connection from the hub virtual network to the on-p
409
409
410
410
1. Select **Create**.
411
411
412
-
Create the on-premises to hub virtual network connection. This step is similar to the previous one, except you create the connection from VNet-Onprem to VNet-hub. Make sure the shared keys match. The connection will be established after a few minutes.
412
+
Create the on-premises to hub virtual network connection. This step is similar to the previous one, except you create the connection from VNet-Onprem to VNet-Hub. Make sure the shared keys match. The connection will be established after a few minutes.
413
413
414
414
415
415
1. Open the **FW-Hybrid-Test** resource group and select the **GW-Onprem** gateway.
@@ -448,7 +448,7 @@ After about five minutes or so after the second network connection is deployed,
448
448
Now peer the hub and spoke virtual networks.
449
449
450
450
451
-
1. Open the **FW-Hybrid-Test** resource group and select the **VNet-hub** virtual network.
451
+
1. Open the **FW-Hybrid-Test** resource group and select the **VNet-Hub** virtual network.
452
452
453
453
1. In the left column, select **Peerings**.
454
454
@@ -462,10 +462,10 @@ Now peer the hub and spoke virtual networks.
0 commit comments