Skip to content

Commit 06fd431

Browse files
Merge pull request #274004 from ApnaLakshay/Adding-delete-assignment-scenario
Adding delete assignment scenario
2 parents b74b12a + 2756c64 commit 06fd431

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

articles/update-manager/troubleshoot.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,30 @@ The subscriptions in which the Arc-enabled servers are onboarded aren't producin
8787
#### Resolution
8888
Ensure that the Arc servers subscriptions are registered to Microsoft.Compute resource provider so that the periodic assessment data is generated periodically as expected. [Learn more](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider)
8989

90-
### Maintenance configuration isn't applied when VM is moved to a different subscription
90+
### Maintenance configuration isn't applied when VM is moved to a different subscription or resource group
9191

9292
#### Issue
9393

94-
When a VM is moved to another subscription, the scheduled maintenance configuration associated to the VM isn't running.
94+
When a VM is moved to another subscription or resource group, the scheduled maintenance configuration associated to the VM isn't running.
9595

9696
#### Resolution
9797

98-
If you move a VM to a different resource group or subscription, the scheduled patching for the VM stops working as this scenario is currently unsupported by the system. You can delete the older association of the moved VM and create the new association to include the moved VMs in a maintenance configuration.
98+
The system currently doesn't support moving resources across resource groups or subscriptions. As a workaround, use the following steps for the resource that you want to move.
9999

100+
If you're using a `static` scope:
101+
102+
1. Remove the resource assignment.
103+
1. Move the resource to a different resource group or subscription.
104+
1. Re-create the resource assignment.
105+
106+
If you're using a `dynamic` scope:
107+
108+
1. Remove the resource assignment.
109+
1. Initiate or wait for the next scheduled run. This action prompts the system to completely remove the assignment, so you can proceed with the next steps.
110+
1. Move the resource to a different resource group or subscription.
111+
1. Re-create the resource assignment.
112+
113+
If you miss any of the preceding steps, please reach out to the support team for mitigation.
100114
### Unable to change the patch orchestration option to manual updates from automatic updates
101115

102116
#### Issue

articles/virtual-machines/troubleshoot-maintenance-configurations.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ Scheduled patching fails with a `TimeOut` or `Failed` error after you move a VM
4545

4646
This is a known bug, and we're working on resolving it. If you encounter this problem, contact the support team for assistance.
4747

48+
### Unable to delete configuration assignment
49+
50+
#### Problem
51+
52+
Configuration assignment couldn't be removed or deleted from a particular maintenance configuration
53+
54+
#### Resolution
55+
56+
Use the following steps to mitigate this issue:
57+
58+
1. Delete the existing maintenance configuration in which you are encountering this issue.
59+
1. Create a new maintenance configuration and assign the required set of dynamic scope and VMs as attached in the deleted maintenance configuration.
60+
61+
If you want to create new maintenance configuration with the same name as the deleted maintenance configuration, you will have to wait 20 minutes for the cleanup to take place in the backend. The system won't allow the creation of maintenance configuration with the same name if cleanup is not performed in the backend.
62+
4863
### Scheduled patching stops working after the resource is moved
4964

5065
#### Problem
@@ -55,20 +70,20 @@ If you move a resource to a different resource group or subscription, scheduled
5570

5671
The system currently doesn't support moving resources across resource groups or subscriptions. As a workaround, use the following steps for the resource that you want to move.
5772

58-
If you're using a static scope:
73+
If you're using a `static` scope:
5974

6075
1. Remove the resource assignment.
6176
1. Move the resource to a different resource group or subscription.
6277
1. Re-create the resource assignment.
6378

64-
If you're using a dynamic scope:
79+
If you're using a `dynamic` scope:
6580

6681
1. Remove the resource assignment.
6782
1. Initiate or wait for the next scheduled run. This action prompts the system to completely remove the assignment, so you can proceed with the next steps.
6883
1. Move the resource to a different resource group or subscription.
6984
1. Re-create the resource assignment.
7085

71-
If you miss any of the preceding steps, you can reassign the resource to the original assignment and repeat the steps sequentially.
86+
If you miss any of the preceding steps, please reach out to the support team for mitigation.
7287

7388
### Creation of a dynamic scope fails
7489

0 commit comments

Comments
 (0)