Bastion Native Client

The represents a significant shift in how cloud administrators manage remote infrastructure. While standard browser-based access is convenient, it often lacks the advanced features and performance required for intensive administrative tasks. By utilizing a native client, you can bypass the browser to connect directly to your virtual machines (VMs) using familiar tools like Remote Desktop Connection (RDC) or SSH from your local machine, all while maintaining the high security standards of a managed jump server. What is the Bastion Native Client?

Use tools you already know, such as Windows RDC (mstsc) or native SSH on macOS and Linux, instead of a browser window. bastion native client

For scenarios where you need to use a custom tool or a port other than 3389 (RDP) or 22 (SSH), the native client supports . By running az network bastion tunnel , you create a local loopback address (e.g., 127.0.0.1:5000 ) that forwards traffic directly to a specific port on the target VM. This is essential for: The represents a significant shift in how cloud

az network bastion ssh --name --resource-group --target-resource-id --auth-type password . Advanced Connectivity: The Bastion Tunnel What is the Bastion Native Client

To use this feature, you must first enable it within your cloud environment. Here is the general workflow for setting it up:

The Bastion Native Client automatically preserves and restores live shell/RDP sessions across network drops, client restarts, or device suspension—without re-authentication, replay attacks, or user disruption.