Skip to content

Commit 98193d7

Browse files
authored
Merge pull request #286120 from SnehaSudhirG/04Sep-ARMUpdate
Updated the heading and info to the V2 of Update Management
2 parents 52bf718 + 5fb5ea5 commit 98193d7

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

articles/automation/update-management/configure-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use dynamic groups with Azure Automation Update Management
33
description: This article tells how to use dynamic groups with Azure Automation Update Management.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 07/15/2024
6+
ms.date: 09/05/2024
77
ms.topic: conceptual
88
ms.service: azure-automation
99
---
@@ -17,7 +17,7 @@ Update Management allows you to target a dynamic group of Azure or non-Azure VMs
1717
1818
You can define dynamic groups for Azure or non-Azure machines from **Update management** in the Azure portal. See [Manage updates for VMs](manage-updates-for-vm.md).
1919

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](../../azure-resource-manager/management/azure-subscription-service-limits.md#update-management).
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.
2121

2222
> [!NOTE]
2323
> If you expect to update more than 1000 machines, we recommend that you split up the updates among multiple update schedules.

articles/automation/update-management/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ At the date and time specified in the update deployment, the target machines exe
6666

6767
## Limits
6868

69-
For limits that apply to Update Management, see [Azure Automation service limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#update-management).
69+
Following are limits that apply to Update Management:
70+
71+
| **Resource** | **Limit**| **Notes** |
72+
|---|---|---|
73+
|Number of machines per update deployment|1000||
74+
|Number of dynamic groups per update deployment |500 ||
7075

7176
## Permissions
7277

includes/azure-automation-service-limits.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,24 @@ The following table shows the tracked item limits per machine for change trackin
5656
|Services|250||
5757
|Daemon|250||
5858

59-
#### Update Management
59+
#### Azure Update Manager
6060

61-
The following table shows the limits for Update Management.
61+
The following are the Dynamic scope recommended limits for **each dynamic scope**:
6262

63-
| **Resource** | **Limit**| **Notes** |
64-
|---|---|---|
65-
|Number of machines per update deployment|1000||
66-
|Number of dynamic groups per update deployment |500 ||
63+
| Resource | Limit |
64+
|----------|----------------------------|
65+
| Resource associations | 1000 |
66+
| Number of tag filters | 50 |
67+
| Number of Resource Group filters | 50 |
68+
69+
70+
The following are the limits for schedule patching:
71+
72+
| Indicator | Limit |
73+
|----------|----------------------------|
74+
| Number of schedules per subscription per region | 250 |
75+
| Total number of resource associations to a schedule | 3,000 |
76+
| Resource associations on each dynamic scope | 1,000 |
77+
| Number of dynamic scopes per resource group or subscription per region | 250 |
78+
| Number of dynamic scopes per schedule | 30 |
79+
| Total number of subscriptions attached to all dynamic scopes per schedule | 30 |

0 commit comments

Comments
 (0)