1
You need to explicitly deny traffic from a specific IP address to your Azure Virtual Machines instances. Can Network Security Groups (NSG) natively handle explicit deny rules?
Configure Azure Active Directory (Entra ID) policies
Use Azure Web Application Firewall
Yes, add a deny rule to Network Security Groups (NSG)
No, use Azure Firewall or equivalent for explicit deny rules
View Explanation
✓ Correct Answer: No, use Azure Firewall or equivalent for explicit deny rulesExplanation:Network Security Groups (NSG) typically support allow rules only. Azure Firewall support both allow and deny rules, making them suitable for blocking unwanted IP addresses.