Skip to content

Commit 7c60974

Browse files
Merge pull request #246584 from SnehaSudhirG/28Jul-DSDocUpdate
Added info on prereqs and service limits
2 parents 7a81a14 + bd4901c commit 7c60974

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

articles/update-center/dynamic-scope-overview.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,46 @@ The criteria will be evaluated at the scheduled run time, which will be the fina
2929
> [!NOTE]
3030
> You can associate one dynamic scope to one schedule.
3131
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+
3253
## Permissions
3354

3455
For dynamic scoping (preview) and configuration assignment, ensure that you have the following permissions:
3556

3657
- Write permissions to create or modify a schedule.
3758
- Read permissions to assign or read a schedule.
3859

60+
## Service limits
3961

40-
## Prerequisites for Azure VMs
62+
The following are the Dynamic scope (preview) limits for **each dynamic scope**.
4163

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 |
4469

4570
> [!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.
4872
4973
## Next steps
5074

articles/update-center/scheduled-patching.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ Update management center (preview) uses maintenance control schedule instead of
3333
1. All VMs in a common [availability set](../virtual-machines/availability-set-overview.md) aren't updated concurrently.
3434
1. VMs in a common availability set are updated within Update Domain boundaries and, VMs across multiple Update Domains aren't updated concurrently.
3535

36+
## Service limits
37+
38+
The following are the recommended limits for the mentioned indicators:
39+
40+
| Indicator | Limit |
41+
|----------|----------------------------|
42+
| Number of schedules per Subscription per Region | 250 |
43+
| Total number of Resource associations to a schedule | 3000 |
44+
| Resource associations on each dynamic scope | 1000 |
45+
| Number of dynamic scopes per Resource Group or Subscription per Region | 250 |
46+
47+
3648
## Schedule recurring updates on single VM
3749

3850
>[!NOTE]

0 commit comments

Comments
 (0)