Skip to content

RTX/Azure-CLI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Azure CLI v2

Setup a new linux VM in azure using the new Azure CLI (AZ)

Create a new Resource Group

      $ az resource group create -l westus -n MyGroup

Create a new VM in the new RG

    $ az vm create -g MyGroup -n MyVM --image ubuntults

Connect to the new VM

    $ az ssh <Machine IP>

From : https://github.com/azure/azure-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors