An administrator is configuring an Azure Application Gateway v2 named `AppGW1` in a subnet named `AppGWSubnet` within `VNet1`. `AppGW1` must load balance traffic for two internal web applications: `app1.contoso.com` and `app2.contoso.com`.
The backend virtual machines for both applications are deployed in a peered virtual network named `VNet2`. The virtual machines are registered using private Fully Qualified Domain Names (FQDNs) in a private DNS zone named `private.contoso.com`.
You need to ensure that `AppGW1` can resolve the backend FQDNs, route inbound traffic to the correct backend pool based on the requested domain, and maintain communication with Azure management infrastructure.
Which two configurations should you perform? (Select two.)
- Link the private DNS zone `private.contoso.com` to `VNet1`.Cevap
- Configure two multi-site listeners for `app1.contoso.com` and `app2.contoso.com`, and associate each listener with a separate basic routing rule.Cevap
- CRely on the virtual network peering connection between `VNet1` and `VNet2` to automatically propagate DNS resolution for `private.contoso.com` to `VNet1` without linking the zone.
- DAssociate a user-defined route table to `AppGWSubnet` with a default route () pointing to a virtual appliance in `VNet2` as the next hop.
- EIn the custom Network Security Group (NSG) associated with `AppGWSubnet`, add an inbound rule at priority 100 that denies all traffic from the `GatewayManager` service tag.