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
+62-32Lines changed: 62 additions & 32 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.
@@ -40,7 +40,7 @@ In this article, you learn how to:
40
40
> * Create a default route
41
41
> * Configure an application rule to allow access to www.google.com
42
42
> * Configure a network rule to allow access to external DNS servers
43
-
> *Configure a NAT rule to allow a remote desktop to the test server
43
+
> *Deploy Azure Bastion for secure VM access
44
44
> * Test the firewall
45
45
46
46
> [!NOTE]
@@ -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**.
@@ -103,17 +103,20 @@ This virtual network has two subnets.
103
103
Now create the workload virtual machine, and place it in the **Workload-SN** subnet.
104
104
105
105
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.
106
-
2. Select **Windows Server 2019 Datacenter**.
106
+
2. Select **Ubuntu Server 22.04 LTS**.
107
107
4. Enter these values for the virtual machine:
108
108
109
109
|Setting |Value |
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**.
@@ -124,6 +127,7 @@ Now create the workload virtual machine, and place it in the **Workload-SN** sub
124
127
1. Accept the defaults and select **Next: Monitoring**.
125
128
1. For **Boot diagnostics**, select **Disable** to disable boot diagnostics. Accept the other defaults and select **Review + create**.
126
129
1. Review the settings on the summary page, and then select **Create**.
130
+
1. On the **Generate new key pair** dialog, select **Download private key and create resource**. Save the key file as **Srv-Work_key.pem**.
127
131
1. After the deployment is complete, select **Go to resource** and note the **Srv-Work** private IP address that you'll need to use later.
0 commit comments