How to create several VMs in Azure on a easy way

razec18 260 Reputation points
2023-09-29T12:24:32.2366667+00:00

Is there some way for me to deploy several VMs in a simple manner using Azure Portal?

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

3 answers

Sort by: Most helpful
  1. Olga Os - MSFT 5,951 Reputation points Microsoft Employee
    2023-09-29T19:09:55.8533333+00:00

    Hello João Vitor do Prado Maia,

    Welcome to the MS Q&A forum.

    Yes, you could deploy several VMs in the Azure Portal by sing the Deployment template.

    Microsoft has the long list of all kind preconfigured templates which end user could easily use or update for their own needs.

    As example, this template "VMs in Availability Zones with a Load Balancer and NAT" allows you to create 1 to 10 Virtual Machines in Availability Zones and configure NAT rules through the standard load balancer. This template also deploys a virtual network, public IP address and network interfaces.

    Just click "Deploy to Azure" :)

    User's image

    Hope above answers your question and concern. Let me know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.

    Sincerely,
    Olga Os.

    0 comments No comments

  2. razec18 260 Reputation points
    2023-09-29T19:34:27.02+00:00

    Hi!

    Thanks for the reply.
    Well the thing is... I really needed to deploy VMs with custom Image, no public IP and the image is on my Azure Compute Gallery.

    Is there a way to do it?

    0 comments No comments

  3. Olga Os - MSFT 5,951 Reputation points Microsoft Employee
    2023-09-29T21:21:00.4366667+00:00

    João Vitor do Prado Maia,

    I see. In this case, if none of those templates are working for you, you may want to create your own template by reusing the template from the already deployed VM, deployed without the public ip address, from custom image, etc.

    User's image

    and reuse the logic from the Template what I shared to create multiple VMs.

    Sincerely,

    Olga Os.


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.