Skip to content

Commit 3eaa5df

Browse files
committed
additional tweaks
1 parent a14e767 commit 3eaa5df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/tutorial-filter-network-traffic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ Once you've completed steps 1-3, review the rules you created. Your list should
191191

192192
:::image type="content" source="./media/tutorial-filter-network-traffic/security-rules.png" alt-text="Screenshot of Security rules of a network security group." border="true":::
193193

194-
## Create virtual machines (VMs)
194+
## Create virtual machines
195195

196-
Create two VMs in the virtual network.
196+
Create two virtual machines (VMs) in the virtual network.
197197

198198
### Create the first virtual machine
199199

@@ -277,7 +277,7 @@ Add the network interface of each VM to one of the application security groups y
277277

278278
5. You may receive a certificate warning during the connection process. If you receive the warning, select **Yes** or **Continue**, to continue with the connection.
279279

280-
The connection succeeds, because port 3389 is allowing inbound traffic from the internet to the **myAsgMgmtServers** application security group.
280+
The connection succeeds, because inbound traffic from the internet to the **myAsgMgmtServers** application security group is allowed through port 3389.
281281

282282
The network interface for **myVMMgmt** is associated with the **myAsgMgmtServers** application security group and allows the connection.
283283

@@ -309,7 +309,7 @@ Add the network interface of each VM to one of the application security groups y
309309
310310
11. To confirm that you can access the **myVMWeb** web server from the internet, open an internet browser on your computer and browse to `http://<public-ip-address-from-previous-step>`.
311311
312-
You see the IIS default page, because port 80 is allowing inbound traffic from the internet to the **myAsgWebServers** application security group.
312+
You see the IIS default page, because inbound traffic from the internet to the **myAsgWebServers** application security group is allowed through port 80.
313313
314314
The network interface attached for **myVMWeb** is associated with the **myAsgWebServers** application security group and allows the connection.
315315

0 commit comments

Comments
 (0)