From 5659f1f0897988dfadc0b0e82c28c2c4668359ee Mon Sep 17 00:00:00 2001 From: Roman Korecky Date: Mon, 15 Feb 2021 23:24:55 +0100 Subject: [PATCH] Simplified inbound rule using predefined RDP service. --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index ae3b9471..92b259d2 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -172,8 +172,7 @@ In this task, you will configure network security groups in order to allow for r | Source | **Any** | | Source port ranges | * | | Destination | **Any** | - | Destination port ranges | **3389** | - | Protocol | **TCP** | + | Service | **RDP** | | Action | **Allow** | | Priority | **300** | | Name | **AllowRDPInBound** |