Home > OS >  Is Azure Bastion able to connect via transitive peering?
Is Azure Bastion able to connect via transitive peering?

Time:10-28

For a while now it is possible for Azure Bastion to reach networks which are connected over vnet peering. I'm wondering if it is able to reach networks which are peered via transitive peering, a multiple hub-spoke model (see below image)?

enter image description here

CodePudding user response:

I have tested in my environment.

Azure Bastion is not able to reach the networks which are peered via transitive peering

I have created 3 virtual networks : vnet1, vnet2 and vnet3.

I created vnet peering between vnet1 and vnet2, another vnet peering between vnet2 and vnet3.

I created Azure Bastion in vnet1, vnet2 and vnet3.

I deployed a VM in vnet3.

While trying to connect to that VM via Azure Bastion, the only options available are Bastions created in vnet2 and vnet3.

So, I am not able use Bastion created in vnet1 to connect to VM created in vnet3.

enter image description here

  • Related