exam questions

Exam AZ-720 All Questions

View all questions & answers for the AZ-720 exam

Exam AZ-720 topic 5 question 9 discussion

Actual exam question from Microsoft's AZ-720
Question #: 9
Topic #: 5
[All AZ-720 Questions]

A company has virtual machines (VMs) in the following Azure regions:
• West Central US
• Australia East
The company uses ExpressRoute private peering to provide connectivity to VMs hosted in each region and on-premises services.
The company implements global VNet peering between a VNet in each region. After configuring VNet peering, VM traffic attempts to use ExpressRoute private peering.
You need to ensure that traffic uses global VNet peering instead of ExpressRoute private peering. The solution must preserve existing on-premises connectivity to Azure VNets.
What should you do?

  • A. Add a user-defined route to the subnets route table.
  • B. Add a filter to the on-premises routers.
  • C. Disable the ExpressRoute peering connections for one of the regions.
  • D. Add a second VNet to the virtual machines and configure VNet peering between the VNets.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
terawatt
1 year, 11 months ago
Selected Answer: A
A. Add a user-defined route to the subnets route table. When Azure needs to route traffic, it uses some pre-defined system routes. However, you can override these routes by creating a user-defined route (UDR) in the subnet's route table. This enables you to make traffic follow a path that you specify. In this case, to ensure that traffic uses global VNet peering instead of ExpressRoute private peering, you should create a user-defined route and associate it with the subnets that the VMs are connected to. This will direct the traffic from the VMs to the peered VNet, rather than routing it over the ExpressRoute connection. The other options (B, C, D) do not provide a valid solution to the problem. Changing the on-premises routers or disabling ExpressRoute peering could disrupt the existing on-premises connectivity, and adding a second VNet would not change the existing traffic flow between the VMs and the on-premises services.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...