Azure Classroom Series – 06/Oct/2021

Virtual Machines Contd..

  • When we create a VM we would allocate
    • CPU & RAM
    • Storage Space for Virtual Disk
    • Operating System
    • Virtual Network interface
  • When VM is in running state it uses
    • CPU & RAM from physical server
    • Storage space from physical server for its virtual disk
  • When we shutdown the VM
    • Storage Space will still be allocated, where as CPU and RAM are deallocated.
  • Azure Charges for VM in an hourly charges, when the VM is
    • running: We would pay for CPU & RAM allocated & storage space (extra charges for OS costs might be included)
    • shutdown: We would pay only for storage space.
  • Lets try to create our first Windows Server
    • Create a resource group Preview
    • Now create Virtual Machine Preview Preview Preview Preview Preview Preview
    • Now Navigate to the resource group and view the resources created Preview
    • Now navigate to vm
      • Overview Section: Preview
      • To connect to windows server we can use remote desktop mstsc -v <publicip> Preview Preview
    • NOw lets create a linux vm
      • Create an ubuntu vm in the same resource group Preview
      • To connect to the linux machine we need to use ssh username@<ipaddress> Preview Preview
    • Once your are done using systems, delete the resource group Preview Preview

System Setup (Laptop)

  • System Setup for DevOps on your system (Windows): Refer Here
  • For Windows 10/11 users setup Windows Terminal Refer Here

Leave a Reply

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

About learningthoughtsadmin