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/scheduled-patching.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,14 +272,6 @@ To view the current compliance state of your existing resources:
272
272
## Check your scheduled patching run
273
273
You can check the deployment status and history of your maintenance configuration runs from the Update management center portal. Follow [Update deployment history by maintenance run ID](./manage-multiple-machines.md#update-deployment-history-by-maintenance-run-id).
274
274
275
-
276
-
## Limitations and known issues
277
-
278
-
The known issues and limitations of scheduled patching are:
279
-
280
-
1. For concurrent/conflicting schedule, only one schedule will be triggered. The other schedule will be triggered once a schedule is finished.
281
-
1. If a machine is newly created, the schedule might have 15 minutes of schedule trigger delay in case of Azure VMs.
282
-
283
275
## Next steps
284
276
285
277
* To view update assessment and deployment logs generated by update management center (preview), see [query logs](query-logs.md).
Copy file name to clipboardExpand all lines: articles/update-center/troubleshoot.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ author: SnehaSudhirG
10
10
11
11
# Troubleshoot issues with update management center (preview)
12
12
13
-
This article describes the errors that might occur when you deploy or use update management center (preview) and how to resolve them.
13
+
This article describes the errors that might occur when you deploy or use update management center (preview), how to resolve them and the known issues and limitations of scheduled patching.
14
+
14
15
15
16
## General troubleshooting
16
17
@@ -103,7 +104,11 @@ To review the logs related to all actions performed by the extension, on Windows
103
104
*`cmd_execution_<numeric>_stdout.txt`: There is a wrapper above the patch action, which is used to manage the extension and invoke specific patch operation. This log contains details about the wrapper. For Auto-Patching, the log has details on whether the specific patch operation was invoked.
104
105
*`cmd_excution_<numeric>_stderr.txt`
105
106
106
-
## Known issues
107
+
## Known issues in schedule patching
108
+
109
+
- For concurrent/conflicting schedule, only one schedule will be triggered. The other schedule will be triggered once a schedule is finished.
110
+
- If a machine is newly created, the schedule might have 15 minutes of schedule trigger delay in case of Azure VMs.
111
+
- Policy definition *[Preview]: Schedule recurring updates using Update Management Center* with version 1.0.0-preview successfully remediates resources however, it will always show them as non-compliant. The current value of the existence condition is a placeholder that will always evaluate to false.
107
112
108
113
### Scenario: Unable to apply patches for the shutdown machines
109
114
@@ -141,6 +146,9 @@ More details can be found by reviewing the logs in the file path provided in the
141
146
142
147
Setting a longer time range for maximum duration when triggering an [on-demand update deployment](deploy-updates.md) helps avoid the problem.
143
148
149
+
150
+
151
+
144
152
## Next steps
145
153
146
154
* To learn more about Azure Update management center (preview), see the [Overview](overview.md).
0 commit comments