DRAG DROP
You plan to create an Azure virtual machine (VM) that runs the Linux operating system.
You must use the following values:
You need to create and connect to the VM.
Which three commands should you run in sequence? To answer, move the appropriate commands from the list
of commands to the answer area and arrange them in the correct order.
Select and Place:
-azure group create linuxvmgroup westus
-azure vm quick-create
-ssh lunuxvmuse@IPpublico -p 22
what is the difference between -p21 and -p22?
Port 21 = Telnet Port 22 = SSH
That makes total sense. Thanks
Being picky, sorry 🙂
Port 21=FTP
Port 22=SSH
Port 23=Telnet