Skip to content

Instantly share code, notes, and snippets.

@subhendu-de
Last active December 29, 2022 14:28
Show Gist options
  • Save subhendu-de/4a17180480c13fd0fb7ac58bf7c648e6 to your computer and use it in GitHub Desktop.
Save subhendu-de/4a17180480c13fd0fb7ac58bf7c648e6 to your computer and use it in GitHub Desktop.
REM login to azure interactively
az login
REM Create the linux azure vm with ubuntu distribution
az vm create \
--resource-group myResourceGroups \
--name ubuntu-vm-lts \
--image UbuntuLTS \
--admin-username azureuser \
--generate-ssh-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment