how to install 3rd party tool in azure VM?

Naresh Babu 145 Reputation points
2023-11-22T10:44:38.1566667+00:00

how to install 3rd party tool/softwares in azure VM?

for example I have mix of windows and linux VMs around 25, what is the best way to do it.

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

Accepted answer
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2023-11-22T17:46:46.49+00:00

    Hello, @Naresh Babu !

    How do I install 3rd party tools or software on Azure VMs?

    The virtual machine infrastructure automation page has a pretty extensive list of popular tools however there are many ways you could go about installing software on your VM.

    I would start by looking at Azure Custom Script Extension which runs post-deployment configuration, software installation, or any other configuration or management task. This is a simple, flexible, and very powerful tool that works on both Windows and Linux VMs which can be run in the portal or by using Azure CLI, Azure PowerShell, or by using a REST API:


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.