AZ-104 – Question 216

0
1352
You have an Azure subscription that contains the resources in the following table.

Subnet1 is associated to VNet1. NIC1 attaches VM1 to Subnet1.
You need to apply ASG1 to VM1.
What should you do?
  • A. Associate NIC1 to ASG1
  • B. Modify the properties of ASG1
  • C. Modify the properties of NSG1

Correct Answer: A 
Application Security Group can be associated with NICs.

References: https://docs.microsoft.com/en-us/azure/virtual-network/security-overview#application-security-group 

Associate Virtual Machines
An application security group is a logical collection of virtual machines (NICs). You join virtual machines to the application security group, and then use the application security group as a source or destination in NSG rules.

The Networking blade of virtual machine properties has a new button called Configure The Application Security Groups for each NIC in the virtual machine. If you click this button, a pop-up blade will appear and you can select which (none, one, many) application security groups that this NIC should join, and then click Save to commit the change.

https://petri.com/understanding-application-security-groups-in-the-azure-portal#:~:text=You%20can%20start%20the%20process,Application%20Security%20Group%20blade%20appears.