An administrator configures an Azure Firewall Policy to secure outbound traffic from a virtual network subnet. A virtual machine named VM1 is deployed in the subnet and is routed to the firewall using a user-defined route (UDR) for .
The administrator wants to allow outbound HTTPS traffic from VM1 to `*.github.com` while blocking all other outbound HTTPS traffic.
The Firewall Policy currently contains the following rule collections:
* A network rule collection named Net-RC (Priority 200) containing a rule that allows outbound TCP traffic on port 443 from VM1 to any destination ().
* An application rule collection named App-RC (Priority 100) containing a rule that allows outbound HTTPS traffic from VM1 to the target FQDN `*.github.com`.
During testing, the administrator observes that VM1 can successfully establish HTTPS connections to both `https://github.com` and `https://example.com`.
Which configuration change should the administrator implement to ensure that VM1 can only access `*.github.com` over HTTPS?
- Remove the network rule that allows TCP traffic on port 443 from Net-RC.Cevap
- BChange the action of the network rule in Net-RC to Deny.
- CChange the priority of App-RC to 300 and the priority of Net-RC to 400.
- DModify the user-defined route (UDR) in the subnet's route table to change the next hop type of the 0.0.0.0/0 route to Virtual Network Gateway.