Skip to content

Commit 7500201

Browse files
Merge pull request #245432 from SnehaSudhirG/19July-UMCLimitations
Updated the TSG article
2 parents b9d36fc + f3d2b2d commit 7500201

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/update-center/scheduled-patching.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,6 @@ To view the current compliance state of your existing resources:
272272
## Check your scheduled patching run
273273
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).
274274

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-
283275
## Next steps
284276

285277
* To view update assessment and deployment logs generated by update management center (preview), see [query logs](query-logs.md).

articles/update-center/troubleshoot.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ author: SnehaSudhirG
1010

1111
# Troubleshoot issues with update management center (preview)
1212

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+
1415

1516
## General troubleshooting
1617

@@ -103,7 +104,11 @@ To review the logs related to all actions performed by the extension, on Windows
103104
* `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.
104105
* `cmd_excution_<numeric>_stderr.txt`
105106

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.
107112

108113
### Scenario: Unable to apply patches for the shutdown machines
109114

@@ -141,6 +146,9 @@ More details can be found by reviewing the logs in the file path provided in the
141146

142147
Setting a longer time range for maximum duration when triggering an [on-demand update deployment](deploy-updates.md) helps avoid the problem.
143148

149+
150+
151+
144152
## Next steps
145153

146154
* To learn more about Azure Update management center (preview), see the [Overview](overview.md).

0 commit comments

Comments
 (0)