An administrator manages three Azure virtual networks in the North Europe region:
* `VNet-A` with an address space of contains a virtual machine named `VM-A` in a subnet named `Subnet-A` ().
* `VNet-B` with an address space of contains a virtual machine named `VM-B` in a subnet named `Subnet-B` ().
* `VNet-C` with an address space of contains a virtual machine named `VM-C` in a subnet named `Subnet-C` ().
The administrator establishes the following peering connections using default settings:
* `Peering-AB` connects `VNet-A` to `VNet-B`.
* `Peering-BC` connects `VNet-B` to `VNet-C`.
No virtual network gateways or user-defined routes are deployed. `VM-A` can successfully communicate with `VM-B`, but cannot communicate with `VM-C`.
What should the administrator do to allow `VM-A` to communicate with `VM-C`?
- Create a direct virtual network peering connection between `VNet-A` and `VNet-C`.Answer
- BEnable 'Allow forwarded traffic' on both `Peering-AB` and `Peering-BC`.
- CEnable 'Allow gateway transit' on `Peering-AB` and configure 'Use remote gateways' on `Peering-BC`.
- DCreate and associate a route table with `Subnet-A` and `Subnet-C` that contains a route to the remote network with a next hop type of Virtual Network.