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/firewall/tutorial-firewall-deploy-portal.md
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Network traffic is subjected to the configured firewall rules when you route you
25
25
26
26
For this article, you create a simplified single virtual network with two subnets for easy deployment.
27
27
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.
29
29
30
30
***AzureFirewallSubnet** - the firewall is in this subnet.
31
31
***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.
64
64
2. On the Azure portal menu, select **Resource groups** or search for and select *Resource groups* from any page. Then select **Create**.
65
65
4. For **Subscription**, select your subscription.
66
66
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.
68
68
1. Select **Review + create**.
69
69
1. Select **Create**.
70
70
@@ -81,7 +81,7 @@ This virtual network has two subnets.
81
81
1. For **Subscription**, select your subscription.
82
82
1. For **Resource group**, select **Test-FW-RG**.
83
83
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**.
85
85
1. Select **Next**.
86
86
1. On the **Security** tab, select **Enable Azure Firewall**.
87
87
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
110
110
|---------|---------|
111
111
|Resource group |**Test-FW-RG**|
112
112
|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**|
117
120
118
121
4. Under **Inbound port rules**, **Public inbound ports**, select **None**.
119
122
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
147
150
1. Select **Create**.
148
151
1. For **Subscription**, select your subscription.
149
152
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**.
151
154
1. For **Name**, type **Firewall-route**.
152
155
1. Select **Review + create**.
153
156
1. Select **Create**.
@@ -227,6 +230,25 @@ This rule allows you to connect a remote desktop to the Srv-Work virtual machine
0 commit comments