Demonstration – Create and configure network security groups
In this demonstration, we will explore security groups.
Note: An interactive lab simulation for virtual networks is available that allows you to click through a similar lab if you are unable to do a live demonstration. You may find slight differences between the interactive simulation and the suggested demo, but the core concepts and ideas being demonstrated are the same.
Restrict access to PaaS resources - tutorial - Azure portal
Create a network security group
-
Access the Azure Portal.
-
Search for and select the Network Security Groups.
-
[Supporting Slide] Create a NSG explaining the settings as you go.
-
Wait for the new NSG to deploy.
Explore inbound and outbound rules
-
Select your new NSG.
-
[Supporting Slide] Discuss how the NSG can be associated with subnets or network interfaces.
-
Discuss the purpose inbound and outbound rules.
-
Review the default inbound and outbound rules.
-
Create a new rule, explaining the settings as you go. Specifically discuss the service selection (like HTTPS) and the priority settings.
Create ASG
-
[Supporting Slide] Search for and select the Application Security Groups.
-
Create an ASG explaining the settings as you go.
-
Wait for the new ASG to deploy.
-
Discuss how the ASG can be associated with NSG rules.
Associate the NSGs
- Navigate to the NSG you created
- Select Subnets from the Settings section.
- In the Subnets page, select + Associate
- Under Associate subnet, select your Virtual network.
Note: Students should now be able to complete LAB_02