Create 100 VM from captured image

Nick Diaz 286 Reputation points
2021-02-17T15:02:42.72+00:00

Can you please help me with a script where i can deploy 100 or more vm from a captured image. I tried the gui but its tedious and time consuming,

Appreciate the help.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 104K Reputation points MVP
    2021-02-17T19:09:23.467+00:00

    Maybe this is helpful to get started:

    https://learn.microsoft.com/de-de/azure/virtual-machines/windows/create-vm-generalized-managed#use-powershell

    In addition you need a file containing the VM names and run the code for each vm name.
    Instead of a list with names it's also possible to create a name with PowerShell, for instance vm01, vm02, vm03, ...

    Without more details of you requirements it's not that easy to help.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful