Skip to content

azlin bastion create

Create Azure Bastion host for secure VM access.

Synopsis

azlin bastion create [OPTIONS]

Description

Creates Azure Bastion host in the resource group's VNet. Enables secure RDP/SSH access to VMs without public IPs.

Examples

# Create Bastion with defaults
azlin bastion create

# Specify resource group
azlin bastion create --rg my-rg

What Gets Created

  • Bastion host
  • Public IP for Bastion
  • AzureBastionSubnet (if not exists)

Cost

Basic SKU: ~\(140/month (0.19/hour) Standard SKU: ~\)290/month (0.40/hour)