Skip to content

Commit bb8263e

Browse files
committed
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
1 parent be26118 commit bb8263e

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

articles/firewall-manager/secure-hybrid-network.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
136136

137137
1. For **Resource group**, select **FW-Hybrid-Test**.
138138

139-
1. For **Name**, enter **VNet-hub**.
139+
1. For **Name**, enter **VNet-Hub**.
140140

141141
1. For **Region**, select **East US**.
142142

@@ -212,7 +212,7 @@ Add another subnet with a subnet purpose set to **Virtual Network Gateway** with
212212

213213
1. For **Resource group**, select **FW-Hybrid-Test**.
214214

215-
1. For **Virtual network name**, enter **VNet-OnPrem**.
215+
1. For **Virtual network name**, enter **VNet-Onprem**.
216216

217217
1. For **Region**, select **East US**.
218218

@@ -261,7 +261,7 @@ Convert the **VNet-Hub** virtual network into a *hub virtual network* and secure
261261

262262
1. On the Azure Firewall Manager page, under **Add security to virtual networks**, select **View hub virtual networks**.
263263

264-
1. Under **Virtual Networks**, select the check box for **VNet-hub**.
264+
1. Under **Virtual Networks**, select the check box for **VNet-Hub**.
265265

266266
1. Select **Manage Security**, and then select **Deploy a Firewall with Firewall Policy**.
267267

@@ -337,9 +337,9 @@ Now create the VPN gateway for the hub virtual network. Network-to-network confi
337337

338338
1. For **Generation**, select **Generation2**.
339339

340-
1. For **Virtual network**, select **VNet-hub**.
340+
1. For **Virtual network**, select **VNet-Hub**.
341341

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.
343343

344344
1. For **Enable active-active mode**, select **Disabled**.
345345

@@ -409,7 +409,7 @@ In this step, you create the connection from the hub virtual network to the on-p
409409

410410
1. Select **Create**.
411411

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.
413413

414414

415415
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,
448448
Now peer the hub and spoke virtual networks.
449449

450450

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.
452452

453453
1. In the left column, select **Peerings**.
454454

@@ -462,10 +462,10 @@ Now peer the hub and spoke virtual networks.
462462
|Virtual network deployment model| Resource Manager|
463463
|Subscription|\<your subscription\>|
464464
|Virtual network| VNet-Spoke|
465-
|Allow 'VNet-Spoke' to access 'VNet-hub'|selected|
465+
|Allow 'VNet-Spoke' to access 'VNet-Hub'|selected|
466466
|Allow 'VNet-Spoke' to receive forwarded traffic from 'VNet-Hub'|selected|
467467
|Allow gateway or route server in 'VNet-Spoke' to forward traffic to 'VNet-Hub'| not selected|
468-
|Enable 'VNet-Spoke' to use 'VNet-hub's' remote gateway or route server|selected|
468+
|Enable 'VNet-Spoke' to use 'VNet-Hub's' remote gateway or route server|selected|
469469

470470

471471
1. Under **Local virtual network summary**:
@@ -474,10 +474,10 @@ Now peer the hub and spoke virtual networks.
474474
|Setting name |Value |
475475
|---------|---------|
476476
|Peering link name| HubtoSpoke|
477-
|Allow 'VNet-hub' to access 'VNet-Spoke'|selected|
478-
|Allow 'VNet-hub' to receive forwarded traffic from 'VNet-Spoke'|selected|
477+
|Allow 'VNet-Hub' to access 'VNet-Spoke'|selected|
478+
|Allow 'VNet-Hub' to receive forwarded traffic from 'VNet-Spoke'|selected|
479479
|Allow gateway or route server in 'VNet-Hub' to forward traffic to 'VNet-Spoke'|selected|
480-
|Enable 'VNet-hub' to use 'VNet-Spoke's' remote gateway or route server| not selected|
480+
|Enable 'VNet-Hub' to use 'VNet-Spoke's' remote gateway or route server| not selected|
481481

482482

483483

@@ -540,7 +540,7 @@ Now associate the route to the subnet.
540540

541541
1. Select **Associate**.
542542

543-
1. Under **Virtual network**, select **VNet-hub**.
543+
4. Under **Virtual network**, select **VNet-Hub**.
544544

545545
1. Under **Subnet**, select **GatewaySubnet**.
546546

0 commit comments

Comments
 (0)