Load balancing with scale sets

Tom Wrigglesworth 91 Reputation points
2024-03-27T23:50:05.7266667+00:00

Hi everyone,

I am starting to look into scalesets (new to this technology) and the uses that it has. Is it possible to install Apache2 on all the Ubuntu instances and add a custom page?

Youtube links or online guides would be appreciated :)

Thanks

Tom

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
347 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anveshreddy Nimmala 2,305 Reputation points Microsoft Vendor
    2024-03-28T06:07:02.28+00:00

    Hello Tom Wrigglesworth,

    Welcome to microsoft Q&A, Thankyou for posting your query here.

    Yes, it is possible to install Apache2 on all the Ubuntu instances in a scale set and add a custom page to them.

    Scale sets are designed to allow you to easily manage, deploy, and scale out hundreds or even thousands of virtual machines in a synchronized manner.

    please refer this documentation for the same.

    https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli

    or else you can use custom image

    https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-use-custom-image-cli

    Hope this helps you,

    If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    f52a2e1b-47f1-4468-81ef-8f899197a2e9


1 additional answer

Sort by: Most helpful
  1. Vahid Ghafarpour 17,875 Reputation points
    2024-03-28T04:58:55.3233333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    I would use custom image for my scaleset

    https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-faq#how-do-i-create-a-scale-set-by-using-a-custom-image-

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    1 person found this answer helpful.