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:
- Custom Script Extension for Windows
- Use the Azure Custom Script Extension Version 2 with Linux virtual machines
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!