Azure Classroomnotes 17/Feb/2023

Azure Virtual Machine Sizes

Azure Linux Virtual Machine Creation

  • Credentials:
    • We can generate the keys in our laptop or ask azure to create a key pair and give us the private key.
    • You can use username and password
  • Linux:
    • Remote Connection: SSH
    • Softwares for Connection:
      • Windows 10/11, Any Linux/Mac: You have inbuilt ssh
      • Install Git Bash/Putty
  • Creating Azure Linux vm
    Preview
    Preview
    Preview
    Preview
    Preview
  • SSH Command
    • With username and password ssh username@ipaddress
    • with username and key ssh -i <path to key> username@ipaddress
      Preview
      Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner