Skip to content

Commit 5f73799

Browse files
committed
fix merge
2 parents 44eb195 + a67f34b commit 5f73799

1 file changed

Lines changed: 30 additions & 8 deletions

File tree

articles/firewall/tutorial-firewall-deploy-portal.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Network traffic is subjected to the configured firewall rules when you route you
2525

2626
For this article, you create a simplified single virtual network with two subnets for easy deployment.
2727

28-
For production deployments, a [hub and spoke model](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) is recommended, where the firewall is in its own virtual network. The workload servers are in peered virtual networks in the same region with one or more subnets.
28+
For production deployments, a [hub and spoke model](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) is recommended, where the firewall is in its own virtual network. The workload servers are in peered virtual networks in West US with one or more subnets.
2929

3030
* **AzureFirewallSubnet** - the firewall is in this subnet.
3131
* **Workload-SN** - the workload server is in this subnet. This subnet's network traffic goes through the firewall.
@@ -64,7 +64,7 @@ The resource group contains all the resources used in this procedure.
6464
2. On the Azure portal menu, select **Resource groups** or search for and select *Resource groups* from any page. Then select **Create**.
6565
4. For **Subscription**, select your subscription.
6666
1. For **Resource group** name, type **Test-FW-RG**.
67-
1. For **Region**, select a region. All other resources that you create must be in the same region.
67+
1. For **Region**, select **West US**. All other resources that you create must be in West US.
6868
1. Select **Review + create**.
6969
1. Select **Create**.
7070

@@ -81,7 +81,7 @@ This virtual network has two subnets.
8181
1. For **Subscription**, select your subscription.
8282
1. For **Resource group**, select **Test-FW-RG**.
8383
1. For **Virtual network name**, type **Test-FW-VN**.
84-
1. For **Region**, select the same region that you used previously.
84+
1. For **Region**, select **West US**.
8585
1. Select **Next**.
8686
1. On the **Security** tab, select **Enable Azure Firewall**.
8787
1. For **Azure Firewall name**, type **Test-FW01**.
@@ -110,10 +110,13 @@ Now create the workload virtual machine, and place it in the **Workload-SN** sub
110110
|---------|---------|
111111
|Resource group |**Test-FW-RG**|
112112
|Virtual machine name |**Srv-Work**|
113-
|Region |Same as previous|
114-
|Image|Windows Server 2019 Datacenter|
115-
|Administrator user name |Type a user name|
116-
|Password |Type a password|
113+
|Region |West US|
114+
|Image|Ubuntu Server 22.04 LTS - x64 Gen2|
115+
|Size|Standard_B2s|
116+
|Authentication type|SSH public key|
117+
|Username |**azureuser**|
118+
|SSH public key source|Generate new key pair|
119+
|Key pair name|**Srv-Work_key**|
117120

118121
4. Under **Inbound port rules**, **Public inbound ports**, select **None**.
119122
6. Accept the other defaults and select **Next: Disks**.
@@ -147,7 +150,7 @@ For the **Workload-SN** subnet, configure the outbound default route to go throu
147150
1. Select **Create**.
148151
1. For **Subscription**, select your subscription.
149152
1. For **Resource group**, select **Test-FW-RG**.
150-
1. For **Region**, select the same location that you used previously.
153+
1. For **Region**, select **West US**.
151154
1. For **Name**, type **Firewall-route**.
152155
1. Select **Review + create**.
153156
1. Select **Create**.
@@ -227,6 +230,25 @@ This rule allows you to connect a remote desktop to the Srv-Work virtual machine
227230
12. For **Translated port**, type **3389**.
228231
13. Select **Add**.
229232

233+
| Setting | Value |
234+
|---------|-------|
235+
| Subscription | Select your subscription |
236+
| Resource group | **Test-FW-RG** |
237+
| Name | **Test-Bastion** |
238+
| Region | West US |
239+
| Tier | **Developer** |
240+
| Virtual network | **Test-FW-VN** |
241+
| Subnet | Select **Manage subnet configuration** |
242+
243+
1. In the **Subnets** page, select **+ Subnet**.
244+
1. Configure the new subnet:
245+
- **Name**: **AzureBastionSubnet** (this name is required)
246+
- **Subnet address range**: **10.0.4.0/26**
247+
1. Select **Save** and close the subnets page.
248+
1. Select **Review + create**.
249+
1. After validation passes, select **Create**.
250+
251+
The Bastion deployment takes about 10 minutes to complete.
230252

231253
### Change the primary and secondary DNS address for the **Srv-Work** network interface
232254

0 commit comments

Comments
 (0)