You are preparing a virtual network in Azure for the deployment of a new Application Gateway instance to distribute incoming web traffic. When preparing the target subnet for the gateway, which rule or constraint must you follow?
- The subnet must be dedicated solely to the Application Gateway resources.Answer
- BThe subnet must be named GatewaySubnet to allow routing to the backend.
- CThe subnet must host the backend virtual machines to prevent latency.
- DThe subnet must block all inbound traffic on ports 65200 through 65535 using a Network Security Group.
Answer
The subnet must be dedicated solely to the Application Gateway resources.
The correct answer is that the subnet must be dedicated solely to the Application Gateway resources. Azure requires a dedicated subnet for Application Gateway deployments. You cannot host other resources, such as virtual machines or standard load balancers, in the same subnet.
Step-by-Step Solution
Key Concept
Subnet requirements for Azure Application Gateway
Estimated Time:45s