An administrator is configuring routing and security for a hub-and-spoke virtual network topology in Microsoft Azure. The topology contains the following networks and subnets:
- A hub virtual network named `VNet-Hub` () containing an Azure Firewall on the subnet `AzureFirewallSubnet`. The firewall has a private IP address of .
- A spoke virtual network named `VNet-Spoke1` () containing a subnet named `Subnet-Web` ().
- A spoke virtual network named `VNet-Spoke2` () containing a subnet named `Subnet-DB` ().
Virtual network peering is configured between `VNet-Hub` and `VNet-Spoke1`, and between `VNet-Hub` and `VNet-Spoke2`. Gateway transit is disabled.
You need to meet the following requirements:
1. All traffic from `Subnet-Web` to `Subnet-DB` must be routed through the Azure Firewall and allowed.
2. All outbound HTTPS traffic from `Subnet-Web` to the external partner API endpoint at the fully qualified domain name (FQDN) `api.partner.com` must be allowed.
3. All other traffic must be blocked.
Which two configurations should you perform? (Select two.)
- Associate a route table to `Subnet-Web` that contains a route with the address prefix , a next hop type of `Virtual appliance`, and a next hop address of .Cevap
- Create an Application Rule in the Azure Firewall policy that allows HTTPS traffic from to the FQDN `api.partner.com` on port 443.Cevap
- CAssociate a route table to `Subnet-Web` that contains a route with the address prefix , a next hop type of `Virtual network gateway`, and a next hop address of .
- DConfigure the virtual network peering connection between `VNet-Spoke1` and `VNet-Hub` to use remote gateways to route traffic transitively to `VNet-Spoke2`.
- ECreate an outbound security rule in the Network Security Group (NSG) associated with `Subnet-Web` with a priority of 100 to redirect outbound traffic to the firewall.