QuestionQ55

Plan and implement an Azure Virtual Desktop infrastructure

You have an on-premises network and an Azure subscription. The subscription includes the following virtual network:

  • Name: VNet1
  • Address space: 10.10.0.0/16
  • Subnet name: Subnet1
  • Subnet1 address range: 10.10.0.0/16

You deploy an Azure Virtual Desktop host pool containing 10 session hosts to Subnets.

You plan to deploy a VPN gateway to VNet1 and give the session hosts access to the on-premises network.

You need to ensure that the VPN gateway can be deployed.

What should you do first?

  • A Modify the address range of Subnet1.
  • B Add a subnet named GatewaySubnet to VNet1.
  • C Modify the address space of VNet1.
  • D Associate a network security group (NSG) to Subnet1.
Explanation

An Azure VPN gateway must be deployed in a dedicated subnet named GatewaySubnet. Because Subnet1 consumes all of VNet1’s 10.10.0.0/16 address space, its range must be modified to reserve a non-overlapping address range for GatewaySubnet.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!