Last active
December 29, 2022 14:28
-
-
Save subhendu-de/4a17180480c13fd0fb7ac58bf7c648e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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