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
Copy file name to clipboardExpand all lines: articles/update-center/dynamic-scope-overview.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,22 +29,46 @@ The criteria will be evaluated at the scheduled run time, which will be the fina
29
29
> [!NOTE]
30
30
> You can associate one dynamic scope to one schedule.
31
31
32
+
## Prerequisites
33
+
34
+
#### [Azure VMs](#tab/avms)
35
+
36
+
- Patch Orchestration must be set to Customer Managed Schedules (Preview). This sets patch mode to AutomaticByPlatform and the **BypassPlatformSafetyChecksOnUserSchedule** = *True*.
37
+
- Associate a Schedule with the VM.
38
+
- Ensure to register the preview feature in your Azure subscription by following these steps:
39
+
40
+
1. Sign in to the [Azure portal](https://portal.azure.com).
41
+
1. In search, enter and select **Subscriptions**.
42
+
1. In **Subscriptions** home page, select your subscription from the list.
43
+
1. In the **Subscription | Preview features** page, under **Settings**, select **Preview features**.
44
+
1. Search for **Dynamic Scope (preview)**.
45
+
1. Select **Register** and then select **OK** to get started with Dynamic scope (preview).
46
+
47
+
#### [Arc-enabled VMs](#tab/arcvms)
48
+
49
+
There are no pre-requisities for patch orchestration. However, you must associate a schedule with the VM for Schedule patching. For more information, see [Configure schedule patching on Azure VMs to ensure business continuity](prerequsite-for-schedule-patching.md).
50
+
51
+
---
52
+
32
53
## Permissions
33
54
34
55
For dynamic scoping (preview) and configuration assignment, ensure that you have the following permissions:
35
56
36
57
- Write permissions to create or modify a schedule.
37
58
- Read permissions to assign or read a schedule.
38
59
60
+
## Service limits
39
61
40
-
## Prerequisites for Azure VMs
62
+
The following are the Dynamic scope (preview) limits for **each dynamic scope**.
41
63
42
-
- Patch Orchestration must be set to Customer Managed Schedules (Preview). This sets patch mode to AutomaticByPlatform and the **BypassPlatformSafetyChecksOnUserSchedule** = *True*.
43
-
- Associate a Schedule with the VM.
64
+
| Resource | Limit |
65
+
|----------|----------------------------|
66
+
| Resource associations | 1000 |
67
+
| Number of tag filters | 50 |
68
+
| Number of Resource Group filters | 50 |
44
69
45
70
> [!NOTE]
46
-
> For Arc VMs, there are no patch orchestration pre-requisites. However, you must associate a schedule with the VM for Schedule patching. For more information, see [Configure schedule patching on Azure VMs to ensure business continuity](prerequsite-for-schedule-patching.md).
47
-
71
+
> The above limits are for Dynamic scope (preview) in the Guest scope only.
0 commit comments