An administrator is configuring outbound traffic filtering in a hub-and-spoke virtual network topology in Microsoft Azure. The hub virtual network (`VNet-Hub`) contains an Azure Firewall instance deployed in `AzureFirewallSubnet` with a private IP address of and a public IP address of . The spoke virtual network (`VNet-Spoke`) contains `Subnet-App` () hosting a virtual machine named `VM-App` (). `VNet-Hub` and `VNet-Spoke` are peered.
The administrator configures a route table named `RT-Spoke` associated with `Subnet-App` with a default route () pointing to as a Virtual Appliance next hop.
To restrict `VM-App` outbound access, the administrator configures the following Azure Firewall rules:
- Network Rule Collection (`Net-RC`): Priority , Action: Allow, Source: , Protocol: TCP, Destination Port: , Destination IP:
- Application Rule Collection (`App-RC`): Priority , Action: Allow, Source: , Protocol: HTTPS, Target FQDN: `api.partner.com`
During testing, the administrator observes that `VM-App` can successfully access any external HTTPS website, such as `https://www.microsoft.com`, which violates the security policy.
Which of the following actions should the administrator perform to ensure that `VM-App` can only access `https://api.partner.com`?
- AChange the priority of the Network Rule Collection (Net-RC) to .
- Remove the rule from the Network Rule Collection (Net-RC).Cevap
- CChange the next hop type of the route in the RT-Spoke route table to Virtual Network Gateway.
- DModify the route in the RT-Spoke route table to use the public IP address as the next hop IP address.