Can Bastion work for peer's peer by default?

Xu Chen 85 Reputation points
2024-04-26T02:22:43.6166667+00:00

Referring to 4:35 of the video,

https://learn.microsoft.com/en-us/shows/exam-readiness-zone/preparing-for-az-104-implement-and-manage-virtual-networking-4-of-5

which says if I have multiple peered networks I just need one bastion to support all the peered networks.

But since peered network is nontransitive, I wonder if the bastion only works for the directly peered network?

For example, if VNET1 is peered with VNET2, and VENT2 is peered with VNET3. But VNET1 is not peered with VNET3. If I have deployed a Bastion in VNET1, it will not be able to connect to VMs in VNET3 using the bastion?

Thanks.

Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
242 questions
{count} votes

Accepted answer
  1. Marcin Policht 11,385 Reputation points MVP
    2024-04-26T03:39:56.2566667+00:00

    You do need to provide end to end connectivity by implementing routing across indirectly connected VNets. But once you do, you can use a single Bastion deployment to provide connectivity to VMs on all VNets (obviously that's subject to scalability - as described in https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-bastion-limits )


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful