Skip to content

Commit 7f9d6e1

Browse files
committed
Updating supportability items
1 parent f3d335c commit 7f9d6e1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

articles/automation/automation-update-management.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ To create a new update deployment, select **Schedule update deployment**. The **
245245

246246
Update Deployments can also be created programmatically. To learn how to create an Update Deployment with the REST API, see [Software Update Configurations - Create](/rest/api/automation/softwareupdateconfigurations/create). There is also a sample runbook that can be used to create a weekly Update Deployment. To learn more about this runbook, see [Create a weekly update deployment for one or more VMs in a resource group](https://gallery.technet.microsoft.com/scriptcenter/Create-a-weekly-update-2ad359a1).
247247

248+
> [!NOTE]
249+
> The Registry keys listed under [Registry keys used to manage restart](/windows/deployment/update/waas-restart#registry-keys-used-to-manage-restart) can cause a reboot event if **Reboot Control** is set to **Never Reboot**.
250+
248251
### Maintenance Windows
249252

250253
Maintenance windows control the amount of time allowed for updates to install. Consider the following details when specifying a maintenance window.

articles/automation/troubleshoot/start-stop-vm.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ The subscription is not registered to use namespace 'Microsoft.Insights'.
3838
The scope '/subscriptions/000000000000-0000-0000-0000-00000000/resourcegroups/<ResourceGroupName>/providers/Microsoft.OperationalInsights/workspaces/<WorkspaceName>/views/StartStopVMView' cannot perform write operation because following scope(s) are locked: '/subscriptions/000000000000-0000-0000-0000-00000000/resourceGroups/<ResourceGroupName>/providers/Microsoft.OperationalInsights/workspaces/<WorkspaceName>/views/StartStopVMView'. Please remove the lock and try again
3939
```
4040

41+
```error
42+
A parameter cannot be found that matches parameter name 'TagName'
43+
```
44+
45+
```error
46+
Start-AzureRmVm : Run Login-AzureRmAccount to login
47+
```
48+
4149
### Cause
4250

4351
Deployments may fail because of one of the following reasons:
@@ -46,6 +54,7 @@ Deployments may fail because of one of the following reasons:
4654
2. A policy is in place that disallows the deployment of the Start/Stop VMs solution.
4755
3. The `Microsoft.OperationsManagement`, `Microsoft.Insights`, or `Microsoft.Automation` resource types are not registered.
4856
4. Your Log Analytics workspace has a lock on it.
57+
5. You have an outdated version of AzureRM modules or the Start/Stop solution.
4958

5059
### Resolution
5160

@@ -60,6 +69,7 @@ Review the following list for potential solutions to your problem or places to l
6069

6170
See, [Resolve errors for resource provider registration](../../azure-resource-manager/resource-manager-register-provider-errors.md) to learn more about errors when registering providers.
6271
4. If you have a lock on your Log Analytics workspace, go to your workspace in the Azure portal and remove any locks on the resource.
72+
5. If the resolutions above do not solve your issue, follow the instructions under [Update the Solution](../automation-solution-vm-management.md#update-the-solution) to re-deploy the Start/Stop solution.
6373

6474
## <a name="all-vms-fail-to-startstop"></a>Scenario: All VMs fail to start/stop
6575

0 commit comments

Comments
 (0)