An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hi sysadmin,
not of a lot info provided for help but look most common causes are not bastion itself but network path or client side issues. Is that the vm is actually reachable inside the vnet. From another vm in the same subnet try rdp or ssh. If that fails, the issue is not bastion. Look nsg rules on the vm subnet and the AzureBastionSubnet. Bastion requires outbound access to 443 and specific service tags like GatewayManager and AzureCloud, is no deny rule is blocking ephemeral ports.
Is that AzureBastionSubnet is at least /26 and has no user defined routes forcing traffic through a firewall without proper return path. If u use a custom route table, confirm 0.0.0.0/0 is not blackholing traffic.
Look at vm cpu and memory, high load can cause session drops that look like unstable network. Test from another browser and network, bastion is html5 over websocket and is very sensitive to proxies, ssl inspection and packet loss. If corporate proxy is doing tls inspection, try bypassing it or whitelist *.azure.com and wss endpoints.
rgds,
Alex
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.