Azure CLI Commands and Scripts. Flashcards
1
Q
What is the command to create a VM?
A
az vm create
2
Q
What is the command to list previously created VMs?
A
az vm list
3
Q
What is the command to list the network security groups associated with a VM?
A
az network nsg list
4
Q
What command is used to create a network security rule?
A
az network nsg rule create
5
Q
A