Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.34 KB

automation-scope-configurations-change-tracking.md

File metadata and controls

43 lines (27 loc) · 2.34 KB
title description services ms.date ms.topic ms.custom
Limit Azure Automation Change Tracking and Inventory deployment scope
This article tells how to work with scope configurations to limit the scope of a Change Tracking and Inventory deployment.
automation
03/04/2020
conceptual
mvc

Limit Change Tracking and Inventory deployment scope

This article describes how to work with scope configurations when using the Change Tracking and Inventory feature to deploy changes to your VMs. For more information, see Targeting monitoring solutions in Azure Monitor (Preview).

About scope configurations

A scope configuration is a group of one or more saved searches (queries) used to limit the scope of Change Tracking and Inventory to specific computers. The scope configuration is used within the Log Analytics workspace to target the computers to enable. When you add a computer to changes from the feature, the computer is also added to a saved search in the workspace.

Set the scope limit

To limit the scope for your Change Tracking and Inventory deployment:

  1. In your Automation account, select Linked Workspace under Related resources.

  2. Click Go to workspace.

  3. Select Scope Configurations (Preview) under Workspace Data Sources.

  4. Select the ellipsis to the right of the MicrosoftDefaultScopeConfig-ChangeTracking scope configuration, and click Edit.

  5. In the editing pane, select Select Computer Groups. The Computer Groups pane shows the saved searches that are used to create the scope configuration. The saved search used by Change Tracking and Inventory is:

    Name Category Alias
    MicrosoftDefaultComputerGroup ChangeTracking ChangeTracking__MicrosoftDefaultComputerGroup
  6. Select the saved search to view and edit the query used to populate the group. The following image shows the query and its results:

    Saved searches

Next steps