Skip to content

Commit 95b2679

Browse files
authored
Update tutorial-hybrid-portal.md
1 parent fc32ef0 commit 95b2679

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

articles/firewall/tutorial-hybrid-portal.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
5858
First, create the resource group to contain the resources:
5959

6060
1. Sign in to the [Azure portal](https://portal.azure.com).
61-
1. On the Azure portal's home page, select **Resource groups** > **Create**.
61+
1. On the Azure portal home page, select **Resource groups** > **Create**.
6262
1. For **Subscription**, select your subscription.
6363
1. For **Resource group**, enter **RG-fw-hybrid-test**.
6464
1. For **Region**, select a region. All resources that you create later must be in the same region.
@@ -70,7 +70,7 @@ Now, create the virtual network.
7070
> [!NOTE]
7171
> The size of the **AzureFirewallSubnet** subnet is /26. For more information about the subnet size, see [Azure Firewall FAQ](firewall-faq.yml#why-does-azure-firewall-need-a--26-subnet-size).
7272
73-
1. From the Azure portal's home page, select **Create a resource**.
73+
1. On the Azure portal home page, select **Create a resource**.
7474
1. In the search box, enter **virtual network**.
7575
1. Select **Virtual network**, and then select **Create**.
7676
1. For **Resource group**, select **RG-fw-hybrid-test**.
@@ -96,7 +96,7 @@ Create a second subnet for the gateway:
9696

9797
## Create the spoke virtual network
9898

99-
1. From the Azure portal's home page, select **Create a resource**.
99+
1. On the Azure portal home page, select **Create a resource**.
100100
1. In the search box, enter **virtual network**.
101101
1. Select **Virtual network**, and then select **Create**.
102102
1. For **Resource group**, select **RG-fw-hybrid-test**.
@@ -116,7 +116,7 @@ Create a second subnet for the gateway:
116116

117117
## Create the on-premises virtual network
118118

119-
1. From the Azure portal's home page, select **Create a resource**.
119+
1. On the Azure portal home page, select **Create a resource**.
120120
1. In the search box, enter **virtual network**.
121121
1. Select **Virtual network**, and then select **Create**.
122122
1. For **Resource group**, select **RG-fw-hybrid-test**.
@@ -146,7 +146,7 @@ Now, create a second subnet for the gateway:
146146

147147
Deploy the firewall into the firewall hub's virtual network:
148148

149-
1. From the Azure portal's home page, select **Create a resource**.
149+
1. On the Azure portal home page, select **Create a resource**.
150150
1. In the search box, enter **firewall**.
151151
1. Select **Firewall**, and then select **Create**.
152152
1. On the **Create a Firewall** page, use the following table to configure the firewall:
@@ -206,7 +206,7 @@ The hub and on-premises virtual networks are connected via VPN gateways.
206206

207207
Create the VPN gateway for the hub virtual network. Network-to-network configurations require a route-based VPN type. Creating a VPN gateway can often take 45 minutes or more, depending on the SKU that you select.
208208

209-
1. From the Azure portal's home page, select **Create a resource**.
209+
1. On the Azure portal home page, select **Create a resource**.
210210
1. In the search box, enter **virtual network gateway**.
211211
1. Select **Virtual network gateway**, and then select **Create**.
212212
1. For **Name**, enter **GW-hub**.
@@ -224,7 +224,7 @@ Create the VPN gateway for the hub virtual network. Network-to-network configura
224224

225225
Create the VPN gateway for the on-premises virtual network. Network-to-network configurations require a route-based VPN type. Creating a VPN gateway can often take 45 minutes or more, depending on the SKU that you select.
226226

227-
1. From the Azure portal's home page, select **Create a resource**.
227+
1. On the Azure portal home page, select **Create a resource**.
228228
1. In the search box, enter **virtual network gateway**.
229229
1. Select **Virtual network gateway**, and then select **Create**.
230230
1. For **Name**, enter **GW-Onprem**.
@@ -306,6 +306,8 @@ Now, peer the hub and spoke virtual networks:
306306

307307
1. Select **Add**.
308308

309+
The following screenshot shows the settings to use when you peer hub and spoke virtual networks:
310+
309311
:::image type="content" source="media/tutorial-hybrid-portal/firewall-peering.png" alt-text="Screenshot that shows selections for peering hub and spoke virtual networks.":::
310312

311313
## Create the routes
@@ -315,7 +317,9 @@ In the following steps, you create these routes:
315317
- A route from the hub gateway subnet to the spoke subnet through the firewall IP address
316318
- A default route from the spoke subnet through the firewall IP address
317319

318-
1. From the Azure portal's home page, select **Create a resource**.
320+
To create the routes:
321+
322+
1. On the Azure portal home page, select **Create a resource**.
319323
1. In the search box, enter **route table**.
320324
1. Select **Route table**, and then select **Create**.
321325
1. For the resource group, select **RG-fw-hybrid-test**.
@@ -343,7 +347,7 @@ Now, associate the route to the subnet:
343347

344348
Create the default route from the spoke subnet:
345349

346-
1. From the Azure portal's home page, select **Create a resource**.
350+
1. On the Azure portal home page, select **Create a resource**.
347351
1. In the search box, enter **route table**.
348352
1. Select **Route table**, and then select **Create**.
349353
1. For the resource group, select **RG-fw-hybrid-test**.
@@ -378,7 +382,7 @@ Create the spoke workload and on-premises virtual machines, and place them in th
378382

379383
Create a virtual machine in the spoke virtual network that runs Internet Information Services (IIS) and has no public IP address:
380384

381-
1. From the Azure portal's home page, select **Create a resource**.
385+
1. On the Azure portal home page, select **Create a resource**.
382386
1. Under **Popular Marketplace products**, select **Windows Server 2019 Datacenter**.
383387
1. Enter these values for the virtual machine:
384388
- **Resource group**: Select **RG-fw-hybrid-test**.
@@ -398,7 +402,7 @@ Create a virtual machine in the spoke virtual network that runs Internet Informa
398402

399403
### Install IIS
400404

401-
1. From the Azure portal, open Azure Cloud Shell and make sure that it's set to **PowerShell**.
405+
1. On the Azure portal, open Azure Cloud Shell and make sure that it's set to **PowerShell**.
402406
1. Run the following command to install IIS on the virtual machine, and change the location if necessary:
403407

404408
```azurepowershell-interactive
@@ -417,7 +421,7 @@ Create a virtual machine in the spoke virtual network that runs Internet Informa
417421

418422
Create a virtual machine that you use to connect via remote access to the public IP address. From there, you can connect to the spoke server through the firewall.
419423

420-
1. From the Azure portal's home page, select **Create a resource**.
424+
1. On the Azure portal home page, select **Create a resource**.
421425
1. Under **Popular**, select **Windows Server 2019 Datacenter**.
422426
1. Enter these values for the virtual machine:
423427
- **Resource group**: Select **Existing**, and then select **RG-fw-hybrid-test**.
@@ -440,7 +444,7 @@ Create a virtual machine that you use to connect via remote access to the public
440444

441445
1. Note the private IP address for the **VM-Spoke-01** virtual machine.
442446

443-
1. From the Azure portal, connect to the **VM-Onprem** virtual machine.
447+
1. On the Azure portal, connect to the **VM-Onprem** virtual machine.
444448

445449
1. Open a web browser on **VM-Onprem**, and browse to `http://<VM-Spoke-01 private IP>`.
446450

0 commit comments

Comments
 (0)