Designing and Implementing Azure for AWS Professionals — Question 17

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company connects their on-premises network by using Azure VPN Gateway. The on-premises environment includes three VPN devices that separately tunnel to the gateway by using Border Gateway Protocol (BGP).
A new subnet should be unreachable from the on-premises network.
You need to implement a solution.
Solution: Configure a route table with route propagation disabled.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution of configuring a route table with route propagation disabled does not achieve the goal of making the new subnet unreachable from the on-premises network. This is because disabling route propagation prevents the routes from being advertised, but it doesn't inherently block access to the subnet. Therefore, the correct answer is B, as the solution fails to meet the requirement.