Questions Regarding Azure VM Management and Best Practices

razec18 215 Reputation points
2024-11-04T17:05:29.71+00:00

Hello everyone,

I’d like to ask for some ideas or insights from the community regarding the management of my Azure environment.

I manage around 100 VMs in Azure Cloud, and sometimes, I miss the simplicity of doing basic tasks, such as:

  • "Installing or removing a program across all VMs"
  • "Installing a security KB on each VM"
  • "Adding a shortcut to the desktop"

I’ve considered using GPOs for these tasks. However, they don’t seem to work as well on Azure VMs as they do in my on-premises environment, possibly due to some firewall rule or network configuration issue.

How do you handle software management and ensure your VMs are properly configured in your Azure environment? Any strategies or tools you could recommend would be greatly appreciated.

Thank you in advance for your suggestions!

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

Accepted answer
  1. deherman-MSFT 37,491 Reputation points Microsoft Employee
    2024-11-04T22:54:57.8066667+00:00

    @razec18

    Thanks for your question. I would first recommend Azure Update Manager. This allows you to oversee update compliance for all your machines, whether they are in Azure, on-premises, or in other cloud environments.

    For installation or configuration of your VMs you can utilize Azure Policy's machine configuration feature. Azure Machine Configuration allows you to audit and configure operating system settings as code for machines running in Azure and hybrid environments. It can be applied directly to individual machines or orchestrated at scale using Azure Policy.

    Check these out and let me know if they are helpful. If you have other requirements let me know and I will be happy to address them or provide alternatives.


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A!

    User's image


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.