In today’s cloud-driven world, agility and scalability are key to staying ahead. Microsoft Azure’s Virtual Machine Scale Sets (VMSS) and Compute Gallery offer powerful tools to streamline deployment, optimize performance, and manage virtual machines at scale. VMSS enables automatic scaling of workloads across thousands of VMs, while Compute Gallery simplifies image management and distribution across regions. Together, they form a dynamic duo for building resilient, efficient, and cost-effective cloud infrastructure.
Key Steps in VM Scale Set
- Login to Azure portal
- Create a resource group
- select virtual machine from the search bar
- create a virtual machine
Note the virtual machine should be in the resource group that was created earlier
- create tags for Virtual machine for each department
- Passed validation, then create
- GO to the virtual machine, select the public IP address
- Increase the Idle time to 30 minutes and save
- create a data disc and increase the storage type and size etc, after that we apply
- connect to the VM that was created
- open the RDP file input the password and lurch the VM
- This is the lurch VM
- Then we need to format the hard disk of the new Virtual machine Click on disk2 and click on next to format it
- Go Back to Azure portal and search for Compute galleries and create it
Choose your resource group, subscription, and name the compute gallery, review and create
- Return back to the virtual machine and select capture and capture image.
- Select the resource Group and gallery that was created
- under operating system state choice specialize, assign the image definition name and save.
- impute the version number and Review and create
- Go to Resources
- Create (Create Virtual Machine Scale Set) VMSS
- Ensure They are in the same region and resources group
- Select image and instance count
- Review and create
- Go to Resource
- We can increase the instance count from 2 to 30 or any number of our choice and save
- Go back to the virtual machine and see that 30 VM machine has been created
Congratulations We have provisioned Virtual machine
Top comments (0)