You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Management allows you to target a dynamic group of Azure or non-Azure VMs for update deployments. These groups, defined by queries, are evaluated at deployment time so that you don't have to edit your deployment to add machines.
12
+
Update Management allows you to target a dynamic group of Azure or non-Azure VMs for update deployments. Using a dynamic group keeps you from having to edit your deployment to update machines.
13
+
14
+
> [!NOTE]
15
+
> Dynamic groups do not work with classic VMs.
16
+
17
+
You can define dynamic groups for Azure or non-Azure machines from **Update management** in the Azure portal. See
18
+
[Manage updates for multiple Azure virtual machines](manage-update-multi.md).
19
+
20
+
A dynamic group is defined by a query that Azure Automation evaluates at deployment time. Even if a dynamic group query retrieves a large number of machines, Azure Automation can process only a maximum of 1000 machines at a time. See [Azure subscription and service limits, quotas, and constraints](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#update-management).
21
+
22
+
> [!NOTE]
23
+
> If you expect to update more than 1000 machines, we recommend that you split up the updates among multiple update schedules.
12
24
13
-
## Azure machines
25
+
## Define dynamic groups for Azure machines
14
26
15
-
Dynamic groups do not work with classic VMs. When defining your query, the following items can be used together to populate a dynamic group:
27
+
When defining a dynamic group query for Azure machines, you can use the following items to populate the dynamic group:
16
28
17
29
* Subscription
18
30
* Resource groups
@@ -21,16 +33,16 @@ Dynamic groups do not work with classic VMs. When defining your query, the follo
To preview the results of a dynamic group, click **Preview**. The preview shows the group membership at the current time. In the example, we're searching for machines having the tag `Role` for the group **BackendServer**. If more machines have this tag added, they are added to any future deployments against that group.
36
+
To preview the results of your dynamic group query, click **Preview**. The preview shows the group membership at the current time. In the example, we're searching for machines having the tag `Role` for the group **BackendServer**. If more machines have this tag added, they are added to any future deployments against that group.
For non-Azure machines, saved searches, also referred to as computer groups, are used to create the dynamic group. To learn how to create a saved search, see [Creating a computer group](../azure-monitor/platform/computer-groups.md#creating-a-computer-group). Once your group is created, you can select it from the list of saved searches. Click **Preview** to preview the computers in the saved search at that time.
42
+
A dynamic group for non-Azure machines uses saved searches, also called computer groups. To learn how to create a saved search, see [Creating a computer group](../azure-monitor/platform/computer-groups.md#creating-a-computer-group). Once your saved search is created, you can select it from the list of saved searches in **Update management** in the Azure portal. Click **Preview** to preview the computers in the saved search.
Copy file name to clipboardExpand all lines: articles/automation/graphical-runbook-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.topic: conceptual
13
13
14
14
## Prerequisites
15
15
16
-
Import the [Microsoft.Azure.Management.Automation.Models](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.models?view=azure-dotnet) package into your project.
16
+
Import the `Orchestrator.GraphRunbook.Model.dll` package into your project.
0 commit comments