Skip to content

Commit b7518da

Browse files
authored
Merge pull request #116698 from BethWilke/branch205
Multiple file changes
2 parents 3c0e0cf + fce135b commit b7518da

16 files changed

+106
-125
lines changed

articles/automation/automation-create-standalone-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With this account created for you, you can quickly start building and deploying
2525
To create or update an Automation account, and to complete the tasks described in this article, you must have the following privileges and permissions:
2626

2727
* To create an Automation account, your Azure AD user account must be added to a role with permissions equivalent to the Owner role for `Microsoft.Automation` resources. For more information, see [Role-Based Access Control in Azure Automation](automation-role-based-access-control.md).
28-
* In the Azure portal, under **Azure Active Directory** > **MANAGE** > **User settings**, if **App registrations** is set to **Yes**, non-administrator users in your Azure AD tenant can [register Active Directory applications](../active-directory/develop/howto-create-service-principal-portal.md#check-azure-subscription-permissions). If **App registrations** is set to **No**, the user who performs this action must be a global administrator in Azure AD.
28+
* In the Azure portal, under **Azure Active Directory** > **MANAGE** > **User settings**, if **App registrations** is set to **Yes**, non-administrator users in your Azure AD tenant can [register Active Directory applications](../active-directory/develop/howto-create-service-principal-portal.md#check-azure-subscription-permissions). If **App registrations** is set to **No**, the user who performs this action must have at least an Application Developer role in Azure AD.
2929

3030
If you aren't a member of the subscription's Active Directory instance before you're added to the subscription's global Administrator/Coadministrator role, you're added to Active Directory as a guest. In this scenario, you see this message on the Add Automation Account pane: `You do not have permissions to create.`
3131

articles/automation/automation-enable-changes-from-auto-acct.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Sign in to Azure at https://portal.azure.com.
3131

3232
![Enable Change Tracking and Inventory](media/automation-enable-changes-from-auto-acct/onboardsolutions.png)
3333

34-
## <a name="scope-configuration"></a>Check the scope configuration
34+
## <a name="scope-configuration"></a>Limit the scope for the deployment
3535

36-
Change Tracking and Inventory uses a scope configuration within the workspace to target the computers to receive changes. The scope configuration is a group of one or more saved searches that is used to limit the scope of the feature to specific computers. For more information, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
36+
Change Tracking and Inventory uses a scope configuration within the workspace to target the computers to receive changes. For more information, see [Limit Change Tracking and Inventory deployment scope](automation-scope-configurations-change-tracking.md).
3737

3838
## Enable Azure VMs
3939

4040
1. From your Automation account, select **Inventory** or **Change tracking** under **Configuration Management**.
4141

4242
2. Click **+ Add Azure VMs** and select one or more VMs from the list. Virtual machines that can't be enabled are grayed out and unable to be selected. Azure VMs can exist in any region no matter the location of your Automation account.
4343

44-
3. Click **Enable** to add the selected VMs to the computer group saved search for the feature. For more information, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
44+
3. Click **Enable** to add the selected VMs to the computer group saved search for the feature. For more information, see [Limit Change Tracking and Inventory deployment scope](automation-scope-configurations-change-tracking.md).
4545

4646
![Enable Azure VMs](media/automation-enable-changes-from-auto-acct/enable-azure-vms.png)
4747

@@ -74,7 +74,7 @@ Manually installed machines or machines already reporting to your workspace must
7474
## Next steps
7575

7676
* For details of the feature, see [Manage Change Tracking and Inventory](change-tracking-file-contents.md).
77-
* For information about scope configurations, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
77+
* For information about scope configurations, see [Limit Change Tracking and Inventory deployment scope](automation-scope-configurations-change-tracking.md).
7878
* To learn how to use the feature to identify software installed in your environment, see [Discover what software is installed on your VMs](automation-tutorial-installed-software.md).
7979
* If you don't want to integrate your Automation account with a Log Analytics workspace when enabling the feature, see [Unlink workspace from Automation account](automation-unlink-workspace-change-tracking.md).
8080
* When finished deploying changes to VMs, you can remove them as described in [Remove VMs from Change Tracking and Inventory](automation-remove-vms-from-change-tracking.md).

articles/automation/automation-enable-changes-from-browse.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Sign in to Azure at https://portal.azure.com.
5555
## Next steps
5656

5757
* For details of working with the feature, see [Manage Change Tracking and Inventory](change-tracking-file-contents.md).
58-
* For information about scope configurations, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
5958
* To learn how to use the feature to identify software installed in your environment, see [Discover what software is installed on your VMs](automation-tutorial-installed-software.md).
6059
* If you don't want to integrate your Automation account with a Log Analytics workspace when enabling the feature, see [Unlink workspace from Automation account](automation-unlink-workspace-change-tracking.md).
6160
* When finished deploying changes to VMs, you can remove them as described in [Remove VMs from Change Tracking and Inventory](automation-remove-vms-from-change-tracking.md).

articles/automation/automation-enable-changes-from-runbook.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ You must have enabled Change Tracking and Inventory for an Azure VM to start thi
9898

9999
* To schedule a runbook, see [Manage schedules in Azure Automation](shared-resources/schedules.md).
100100
* For details of working with the feature, see [Manage Change Tracking and Inventory](change-tracking-file-contents.md).
101-
* For information about scope configurations, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
102101
* To learn how to use the feature to identify software installed in your environment, see [Discover what software is installed on your VMs](automation-tutorial-installed-software.md).
103102
* If you don't want to integrate your Automation account with a Log Analytics workspace when enabling the feature, see [Unlink workspace from Automation account](automation-unlink-workspace-change-tracking.md).
104103
* When finished deploying changes to VMs, you can remove them as described in [Remove VMs from Change Tracking and Inventory](automation-remove-vms-from-change-tracking.md).

articles/automation/automation-enable-changes-from-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Sign in to the Azure portal at https://portal.azure.com.
3636

3737
5. Choose the Log Analytics workspace and Automation account, and click **Enable** to enable Change Tracking and Inventory for the VM. The setup takes up to 15 minutes to complete.
3838

39-
## <a name="scope-configuration"></a>Check the scope configuration
39+
## <a name="scope-configuration"></a>Limit the scope for the deployment
4040

41-
Change Tracking and Inventory uses a scope configuration within the workspace to target the computers to enable for the feature. The scope configuration is a group of one or more saved searches that is used to limit the scope of the feature to specific computers. For more information, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
41+
Change Tracking and Inventory uses a scope configuration within the workspace to target the computers to receive changes. For more information, see [Limit Change Tracking and Inventory deployment scope](automation-scope-configurations-change-tracking.md).
4242

4343
## Next steps
4444

4545
* For details of working with the feature, see [Manage Change Tracking and Inventory](change-tracking-file-contents.md).
46-
* For information about scope configurations, see [Work with scope configurations for Change Tracking and Inventory](automation-scope-configurations-change-tracking.md).
46+
* For information about scope configurations, see [Limit Change Tracking and Inventory deployment scope](automation-scope-configurations-change-tracking.md).
4747
* To learn how to use the feature to identify software installed in your environment, see [Discover what software is installed on your VMs](automation-tutorial-installed-software.md).
4848
* If you don't want to integrate your Automation account with a Log Analytics workspace when enabling the feature, see [Unlink workspace from Automation account](automation-unlink-workspace-change-tracking.md).
4949
* When finished deploying changes to VMs, you can remove them as described in [Remove VMs from Change Tracking and Inventory](automation-remove-vms-from-change-tracking.md).

articles/automation/automation-onboard-solutions-from-automation-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Sign in to Azure at https://portal.azure.com.
3131

3232
![Enable Update Management](media/automation-onboard-solutions-from-automation-account/onboardsolutions2.png)
3333

34-
## <a name="scope-configuration"></a>Check the scope configuration
34+
## <a name="scope-configuration"></a>Limit the scope for the deployment
3535

36-
Update Management uses a scope configuration within the workspace to target the computers to enable for the feature. The scope configuration is a group of one or more saved searches that is used to limit the scope of the feature to specific computers. For more information, see [Work with scope configurations for Update Management](automation-scope-configurations-update-management.md).
36+
Update Management uses a scope configuration within the workspace to target the computers to receive updates. For more information, see [Limit Update Management deployment scope](automation-scope-configurations-update-management.md).
3737

3838
## Enable Azure VMs
3939

@@ -74,7 +74,7 @@ Manually installed machines or machines already reporting to your workspace must
7474
## Next steps
7575

7676
* To use Update Management for VMs, see [Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md).
77-
* For scope configurations, see [Work with scope configurations for Update Management](automation-scope-configurations-update-management.md).
77+
* For scope configurations, see [Limit Update Management deployment scope](automation-scope-configurations-update-management.md).
7878
* If you no longer need the Log Analytics workspace, see instructions in [Unlink workspace from Automation account for Update Management](automation-unlink-workspace-update-management.md).
7979
* To delete VMs from Update Management, see [Remove VMs from Update Management](automation-remove-vms-from-update-management.md).
8080
* To troubleshoot general Update Management errors, see [Troubleshoot Update Management issues](troubleshoot/update-management.md).

articles/automation/automation-onboard-solutions-from-browse.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Sign in to Azure at https://portal.azure.com.
5757
## Next steps
5858

5959
* To use Update Management for VMs, see [Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md).
60-
* For scope configurations, see [Work with scope configurations for Update Management](automation-scope-configurations-update-management.md).
6160
* If you no longer need the Log Analytics workspace, see instructions in [Unlink workspace from Automation account for Update Management](automation-unlink-workspace-update-management.md).
6261
* To delete VMs from Update Management, see [Remove VMs from Update Management](automation-remove-vms-from-update-management.md).
6362
* To troubleshoot general Update Management errors, see [Troubleshoot Update Management issues](troubleshoot/update-management.md).

articles/automation/automation-onboard-solutions-from-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Sign in to the Azure portal at https://portal.azure.com.
3838

3939
![Enable Update Management](media/automation-tutorial-update-management/manageupdates-update-enable.png)
4040

41-
## <a name="scope-configuration"></a>Check the scope configuration
41+
## <a name="scope-configuration"></a>Limit the scope for the deployment
4242

43-
Update Management uses a scope configuration within the workspace to target the computers to enable for the feature. The scope configuration is a group of one or more saved searches that is used to limit the scope of the feature to specific computers. For more information, see [Work with scope configurations for Update Management](automation-scope-configurations-update-management.md).
43+
Update Management uses a scope configuration within the workspace to target the computers to receive updates. For more information, see [Limit Update Management deployment scope](automation-scope-configurations-update-management.md).
4444

4545
## Next steps
4646

4747
* To use Update Management for VMs, see [Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md).
48-
* For scope configurations, see [Work with scope configurations for Update Management](automation-scope-configurations-update-management.md).
48+
* For scope configurations, see [Limit Update Management deployment scope](automation-scope-configurations-update-management.md).
4949
* If you no longer need the Log Analytics workspace, see instructions in [Unlink workspace from Automation account for Update Management](automation-unlink-workspace-update-management.md).
5050
* To delete VMs from Update Management, see [Remove VMs from Update Management](automation-remove-vms-from-update-management.md).
5151
* To troubleshoot general Update Management errors, see [Troubleshoot Update Management issues](troubleshoot/update-management.md).

articles/automation/automation-onboard-solutions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ You must have enabled Update Management for an Azure VM to start this runbook. I
9797

9898
* To schedule a runbook, see [Manage schedules in Azure Automation](shared-resources/schedules.md).
9999
* To use Update Management for VMs, see [Manage updates and patches for your Azure VMs](automation-tutorial-update-management.md).
100-
* For scope configurations, see [Work with scope configurations](automation-scope-configurations-update-management.md).
101100
* If you no longer need the Log Analytics workspace, see instructions in [Unlink workspace from Automation account for Update Management](automation-unlink-workspace-update-management.md).
102101
* To delete VMs from Update Management, see [Remove VMs from Update Management](automation-remove-vms-from-update-management.md).
103102
* To troubleshoot general Update Management errors, see [Troubleshoot Update Management issues](troubleshoot/update-management.md).

articles/automation/automation-remove-vms-from-change-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you're finished deploying changes to VMs in your environment, you can remov
1818
az vm show -g MyResourceGroup -n MyVm -d
1919
```
2020
21-
3. In your Log Analytics workspace under **General**, access the saved searches.
21+
3. In your Log Analytics workspace under **General**, access the saved searches for the scope configuration `MicrosoftDefaultScopeConfig-ChangeTracking`.
2222
2323
4. For the saved search `MicrosoftDefaultComputerGroup`, click the ellipsis to the right and select **Edit**.
2424

0 commit comments

Comments
 (0)