An administrator is configuring an Azure Application Gateway v2 named `AppGW1` in a dedicated subnet named `Subnet-GW` within `VNet-Hub`. To comply with security policies, the administrator associates a Network Security Group (NSG) named `NSG-GW` to `Subnet-GW`. The NSG contains a custom inbound rule (Rule1) with a priority of 300 that denies all inbound traffic from any source. To allow client HTTPS traffic, the administrator creates another inbound rule (Rule2) with a priority of 200 that allows traffic from the `Internet` service tag to destination port 443. After applying these rules, the backend health status of all backend pools shows as 'Unknown' and client communication fails. Which configuration change should the administrator implement on `NSG-GW` to restore backend health monitoring and allow the Application Gateway to function?
- Add an inbound security rule with a priority of 250 that allows traffic from the `GatewayManager` service tag to destination ports 65200-65535.Answer
- BAdd an inbound security rule with a priority of 350 that allows traffic from the `GatewayManager` service tag to destination ports 65200-65535.
- CCreate a route table associated with `Subnet-GW` and add a user-defined route for 0.0.0.0/0 with a next hop type of Virtual Network Gateway.
- DEnable gateway transit on the virtual network peering between `VNet-Hub` and the spoke virtual network containing the backend servers.