Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 821 Bytes

1--Tasks To Be Performed:

  1. Create a VM in the west US region
  2. Select the Ubuntu image for creating the VM
  3. Open the SSH port
  4. Connect to the Linux VM using the terminal 2 . Tasks To Be Performed:
  5. Create a Windows VM in west US region
  6. Open the RDP port
  7. Connect to it using Windows Remote Desktop 3 . Tasks To Be Performed:
  8. Create a VM scale set with Ubuntu as OS
  9. Give min VM’s as 1 and maximum as 5
  10. For scale-out CPU % is 75 and increase by 1 VM
  11. For scale-in CPU % is 25 increase by 1 VM 4 . Tasks To Be Performed:
  12. Create a Linux VM with Ubuntu OS
  13. Install Apache2 software
  14. Create image out of VM 5 . Tasks To Be Performed:
  15. Deploy a VM from the previously created image
  16. Open port 80 in NSG
  17. Start the Apache2 service in the VM
  18. Verify if you are able to access the website