Azure Automation Query

Julie M 521 Reputation points
2022-06-22T05:45:23.507+00:00

Hello All,

I have a requirement to automate some of the Azure and onprem task like report software/patching version, do health check like reboot pending service/system status, Automate software installation, Extract UAM data, Event trigger for auto log and auto close incident.

As i'm a newbie, is everything possible thro Azure automation?
What are all the other possible options to explore like Azure DSC?
Kindly advise with any article or reference.

Thanks a lot.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,835 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,134 questions
0 comments No comments
{count} votes

Accepted answer
  1. Udaiappa Ramachandran 726 Reputation points MVP
    2022-06-22T21:42:52.857+00:00

    Yes, Azure Automation is the best way to perform all those tasks using Runbooks. Once an automation account is created you can perform the following
    Update Management

    • Updates received thru Log Analytics workspace
    • Schedule updates for Windows/Linux VMs

    Configuration Management

    • Desired State Configuration
    • Inventory
    • Change Tracking

    You can create runbooks using PowerShell or Python and schedule them outside of update management or configuration management. There are samples for example stop/start VM from the runbook gallery.

    Reference:
    Azure Automation: https://learn.microsoft.com/en-us/azure/automation/?WT.mc_id=AZ-MVP-5004665
    Azure Update Management: https://learn.microsoft.com/en-us/azure/automation/update-management/overview?WT.mc_id=AZ-MVP-5004665
    Patch Management: https://learn.microsoft.com/en-us/azure/virtual-machines/automatic-vm-guest-patching?WT.mc_id=AZ-MVP-5004665

    0 comments No comments

0 additional answers

Sort by: Most helpful