Skip to content

Instantly share code, notes, and snippets.

@hermannolafs
Created January 31, 2024 10:34
Show Gist options
  • Save hermannolafs/7a70975bad78b49c5c952726cd73713f to your computer and use it in GitHub Desktop.
Save hermannolafs/7a70975bad78b49c5c952726cd73713f to your computer and use it in GitHub Desktop.
az ssh vm port forward
az ssh vm --ip 1.2.3.4 -- "-L 3000:127.0.0.1:3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment