Configure Update Management Using Azure Automation

30 minutes
  • 3 Learning Objectives

About this Hands-on Lab

This lab walks through the process of configuring Update Management using Azure Automation.

Learning Objectives

Successfully complete this lab by achieving the following learning objectives:

Add the Virtual Machines to Update Management

Add the BRADC1 and BRADC2 virtual machines to Azure Automation Update Management.

Create Saved Searches for Group Machines
  1. Create a saved search computer group named Windows_Patch_Group_1 in the Log Analytics workspace that contains computers whose name ends with 2 using the below KQL query:

    Heartbeat | distinct Computer | where split(Computer, ".", 0)[0] endswith "2"
  2. Create a saved search computer group named Windows_Patch_Group_2 in the Log Analytics workspace that contains computers whose name does not end with 2 using the below KQL query:

    Heartbeat | distinct Computer | where split(Computer, ".", 0)[0] !endswith "2"
Schedule Update Deployment
  1. Schedule an update deployment for Windows_Patch_Group_1 computers to occur every Wednesday evening at 10PM.
  2. Schedule an update deployment for Windows_Patch_Group_2 computers to occur every Thursday evening at 10PM.

Additional Resources

Scenario

You are a senior security engineer at Barrier Reef Audio, a company that focuses on generating text from speech using a range of high-quality audio equipment and machine learning.

You are responsible for automating security processes at Barrier Reef Audio, including the installation of security updates across the fleet of Windows servers.

You want to ensure that critical and security updates are automatically applied to all servers in the Barrier Reef Audio environment.

You decide to use Azure Automation Update Management to automate this process.

In this lab, you will:

  1. Add the Virtual Machines to Update Management.
  2. Create saved searches for group machines.
  3. Schedule update deployment.

Lab Setup

Complete this lab using the Azure portal and the credentials provided.

If you get stuck, feel free to check out the lab objectives or the solution video. Good luck!

WARNING: Be Prepared for UI Changes

Given the fluid nature of Microsoft's cloud tools, you may experience user interface (UI) changes that were made following the development of this hands-on lab that do not match up with the lab instructions. When any such changes are brought to our attention, we will attempt to update the content accordingly. However, if changes occur, you will have to adapt to the changes and work through them in the hands-on labs as needed.

What are Hands-on Labs

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?