Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

azure-vmss

Virtual machine scale sets allows you to create identical virtual machine. The number of VM instances can automatically increase or decrease based on scheduled conditions

Walkthrough

  • Create a resource group for the resources storage account

  • Create a Virtual Network with a defualt subnet storage account

  • Create a network security group accepting incoming ssh, http and https request from my computer ip address. Attach to virtual network storage account

  • Create a Virual machine scale set with a mininmum of 1 instance and can auto scale to two instance storage account

  • Create a load balance with public ip address storage account

  • Create network interfaces to attach to the VMs storage account

N:B I could only create a maximum of two instance on the VMSS because my student subscription only gives 3 public IP adresses

  • one for the lb and the remaining two for the instances

  • SSH into the VM and installed apache server

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors