How to create multiple vms at once in azure

nimi 91 Reputation points
2022-02-07T15:29:38.337+00:00

How to create multiple vms at once in azure?

How to create multiple vms from image at once in azure?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
291 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2022-02-07T15:58:33.043+00:00

    Hello, @nimi !

    There are a number of ways to create multiple virtual machines (VMs) at once in Azure depending on what your goals are. Arguably the easiest way to do this is with Azure DevTest Labs however this is intended for development and test scenarios. For production, Azure Virtual Machine Scale Sets allows you to automatically create many VMs from the same base OS image and configuration. There are also ways to rapidly create VMs from a template or using a PowerShell script.

    Create up to 100 identical VMs using Azure DevTest Labs
    For your development and test solutions, Azure DevTest Labs now allows you to create up to 100 identical VMs from the same image (and artifacts, like Azure PowerShell, Visual Studio, and other production tools):

    171984-image.png

    Automatically create multiple VMs with the same base OS and configuration with Azure Virtual Machine Scale Sets
    For your production solutions, Azure Virtual Machine Scale Sets lets you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule.

    Rapidly create VMs using Azure CLI, PowerShell, ARM templates, and managed images
    If you would prefer a more hands on approach, you can always deploy VMs rapidly using a variety of CLI and automation tools like Azure CLI, PowerShell, and ARM templates:

    5 people found this answer helpful.

  2. anirban paul 11 Reputation points
    2022-02-07T15:47:34.517+00:00

    Use ARM template to create multiple vm in short.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.