Skip to content

Commit 35cfc17

Browse files
Merge pull request #103921 from TobyTu/zhanguo02
update toc according to Ci 112023
2 parents 01aff9d + 2437359 commit 35cfc17

File tree

7 files changed

+613
-282
lines changed

7 files changed

+613
-282
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Review the following list for potential solutions to your problem or places to l
104104
* ScheduledStartStop_Parent
105105
* SequencedStartStop_Parent
106106

107-
* Verify your [RunAs Account](../manage-runas-account.md) has proper permissions to the VMs you're trying to start or stop. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application Id for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
107+
* Verify your [RunAs Account](../manage-runas-account.md) has proper permissions to the VMs you're trying to start or stop. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application ID for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
108108

109109
* VMs may not be started or stopped if they're being explicitly excluded. Excluded VMs at set in the **External_ExcludeVMNames** variable in the Automation Account the solution is deployed to. The following example, shows how you can query that value with PowerShell.
110110

@@ -143,9 +143,9 @@ Review the following list for potential solutions to your problem or places to l
143143
Get-AzureRmAutomationVariable -Name External_ExcludeVMNames -AutomationAccountName <automationAccountName> -ResourceGroupName <resourceGroupName> | Select-Object Value
144144
```
145145

146-
* To start and stop VMs, the RunAs account for the Automation account must have appropriate permissions to the VM. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application Id for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
146+
* To start and stop VMs, the RunAs account for the Automation account must have appropriate permissions to the VM. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application ID for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
147147

148-
* If the VM is having a problem starting or deallocating, this behavior can be caused by an issue on the VM itself. Some examples or potential problems are, an update is being applied when trying to shutdown, a service hangs, and more). Navigate to your VM resource and check the **Activity Logs** to see if there are any errors in the logs. You may also attempt to log into the VM to see if there are any errors in the Event logs. To learn more about troubleshooting your VM, see [Troubleshooting Azure virtual machines](../../virtual-machines/troubleshooting/index.md)
148+
* If the VM is having a problem starting or deallocating, this behavior can be caused by an issue on the VM itself. Some examples or potential problems are, an update is being applied when trying to shutdown, a service hangs, and more). Navigate to your VM resource and check the **Activity Logs** to see if there are any errors in the logs. You may also attempt to log into the VM to see if there are any errors in the Event logs. To learn more about troubleshooting your VM, see [Troubleshooting Azure virtual machines](../../virtual-machines/troubleshooting/index.yml)
149149

150150
* Check the [job streams](../automation-runbook-execution.md#viewing-job-status-from-the-azure-portal) to look for any errors. In the portal, go to your Automation Account and select **Jobs** under **Process Automation**.
151151

@@ -201,7 +201,7 @@ If your Run As account is [misconfigured](../manage-runas-account.md#misconfigur
201201

202202
If the certificate is expired for your Run As Account, follow the steps listed at [Self-signed certificate renewal](../manage-runas-account.md#cert-renewal) to renew the certificate.
203203

204-
The issue may be caused by missing permissions. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application Id for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
204+
The issue may be caused by missing permissions. To learn how to check the permissions on a resource, see [Quickstart: View roles assigned to a user using the Azure portal](../../role-based-access-control/check-access.md). You'll need to provide the Application ID for the service principal used by the Run As Account. You can retrieve this value by going to your Automation Account in the Azure portal, selecting **Run as accounts** under **Account Settings** and clicking the appropriate Run As Account.
205205

206206
## <a name="other"></a>Scenario: My problem isn't listed above
207207

articles/virtual-machines/linux/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,4 +771,4 @@
771771
- name: FAQ
772772
href: faq.md
773773
- name: Troubleshoot
774-
href: ../troubleshooting/index.md
774+
href: ../troubleshooting/index.yml

articles/virtual-machines/troubleshooting/index.md

Lines changed: 0 additions & 87 deletions
This file was deleted.
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
### YamlMime:Landing
2+
3+
title: Troubleshoot Windows virtual machines in Azure # < 60 chars
4+
summary: Documentation for troubleshooting virtual machines in Azure. # < 160 chars
5+
6+
metadata:
7+
title: Troubleshoot Windows virtual machines in Azure # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Documentation for troubleshooting and managing Windows virtual machines in Azure. # Required; article description that is displayed in search results. < 160 chars.
9+
services: virtual-machines-windows
10+
ms.service: virtual-machines-windows #Required; service per approved list. service slug assigned to your service by ACOM.
11+
ms.topic: landing-page # Required
12+
author: genlin #Required; your GitHub user alias, with correct capitalization.
13+
ms.author: genli #Required; microsoft alias of author; optional team alias.
14+
ms.date: 09/09/2019 #Required; mm/dd/yyyy format.
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Cards and links should be based on top customer tasks or top subjects
20+
# Start card title with a verb
21+
# Card (optional)
22+
- title: Troubleshoot deployment failures
23+
linkLists:
24+
- linkListType: how-to-guide
25+
links:
26+
- text: Troubleshoot allocation failures when you create, restart, or resize VMs in Azure
27+
url: allocation-failure.md
28+
- text: Troubleshoot deployment issues when creating a new virtual machine in Azure
29+
url: troubleshoot-deployment-new-vm-windows.md
30+
- text: Resolve errors for invalid template
31+
url: ../../azure-resource-manager/templates/error-invalid-template.md
32+
- text: Resolve errors for SKU not available
33+
url: https://docs.microsoft.com/azure/azure-resource-manager/templates/error-sku-not-available
34+
35+
# Card (optional)
36+
- title: VM deployment guidance
37+
linkLists:
38+
- linkListType: how-to-guide
39+
links:
40+
- text: Prepare a Windows VHD or VHDX to upload to Azure
41+
url: https://docs.microsoft.com/azure/virtual-machines/windows/prepare-for-upload-vhd-image
42+
- text: Deploy or create Windows client operating systems in Azure
43+
url: https://docs.microsoft.com/azure/virtual-machines/windows/client-images
44+
- text: Resolve errors associated with quotas
45+
url: https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-quota-errors
46+
# Card
47+
- title: Can't connect to my VM
48+
linkLists:
49+
- linkListType: how-to-guide
50+
links:
51+
- text: Quick steps to address common RDP connection issues
52+
url: https://docs.microsoft.com/azure/virtual-machines/windows/troubleshoot-rdp-connection
53+
- text: Troubleshoot Azure VM RDP connection issues by Event ID
54+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/event-id-troubleshoot-vm-rdp-connecton
55+
- text: Troubleshoot authentication errors when you use RDP to connect to Azure VM
56+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-authentication-error-rdp-vm
57+
- text: VM guest network card is disabled
58+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-rdp-nic-disabled
59+
60+
# Card
61+
- title: Password reset
62+
linkLists:
63+
- linkListType: how-to-guide
64+
links:
65+
- text: How to reset the Remote Desktop service or its login password in a Windows VM
66+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/reset-rdp
67+
- text: Reset local Windows password for Azure VM using offline method
68+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/reset-local-password-without-agent
69+
- text: Troubleshooting specific RDP error messages to a Windows VM in Azure
70+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-specific-rdp-errors
71+
- text: Troubleshoot remote desktop connections to an Azure Virtual Machine
72+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-rdp-connection
73+
74+
# Card
75+
- title: VM is not booting
76+
linkLists:
77+
- linkListType: how-to-guide
78+
links:
79+
- text: Check disk boot error
80+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-check-disk-boot-error
81+
- text: BitLocker boot error
82+
url: https://docs.microsoft.com/azure/virtual-machines/windows/troubleshoot-bitlocker-boot-error
83+
- text: Boot configuration update error
84+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-vm-boot-configure-update
85+
- text: Common blue screen error
86+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-common-blue-screen-error
87+
88+
# Card
89+
- title: Can't start or stop VM
90+
linkLists:
91+
- linkListType: how-to-guide
92+
links:
93+
- text: Troubleshoot VM deployment issues
94+
url: https://docs.microsoft.com/azure/virtual-machines/windows/restart-resize-error-troubleshooting
95+
- text: Troubleshoot allocation failures (Classic deployment model)
96+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/allocation-failure-classic
97+
- text: Boot configuration update error
98+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-vm-boot-configure-update
99+
- text: VM lifecycle and states
100+
url: https://docs.microsoft.com/azure/virtual-machines/windows/states-lifecycle
101+
102+
# Card
103+
- title: Unexpected VM restart
104+
linkLists:
105+
- linkListType: how-to-guide
106+
links:
107+
- text: How to view VM reboot logs to identify the cause of reboot
108+
url: https://azure.microsoft.com/blog/viewing-vm-reboot-logs
109+
- text: Diagnose and recover from boot failures after a restart
110+
url: https://azure.microsoft.com/blog/boot-diagnostics-for-virtual-machines-v2/
111+
- text: Understand planned maintenance for virtual machines in Azure
112+
url: https://docs.microsoft.com/azure/virtual-machines/windows/maintenance-and-updates
113+
- text: Azure VM startup is stuck at Windows Update
114+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-stuck-updating-boot-error
115+
116+
# Card
117+
- title: Virtual Disk management issues
118+
linkLists:
119+
- linkListType: how-to-guide
120+
links:
121+
- text: Virtual Disks FAQ
122+
url: https://docs.microsoft.com/azure/virtual-machines/windows/faq-for-disks
123+
- text: Troubleshoot allocation failures when resizing a VM
124+
url: https://docs.microsoft.com/azure/virtual-machines/troubleshooting/allocation-failure
125+
- text: Understanding the temporary drive on your VM
126+
url: https://docs.microsoft.com/azure/virtual-machines/windows/managed-disks-overview#temporary-disk
127+
- text: Overview of Azure Managed Disks
128+
url: https://docs.microsoft.com/azure/virtual-machines/windows/managed-disks-overview
129+
130+
# Card
131+
- title: Disk encryption issues
132+
linkLists:
133+
- linkListType: how-to-guide
134+
links:
135+
- text: Troubleshooting Azure disk encryption
136+
url: https://docs.microsoft.com/azure/security/azure-security-disk-encryption-tsg
137+
- text: Azure disk encryption FAQ
138+
url: https://docs.microsoft.com/azure/security/azure-security-disk-encryption-faq
139+
- text: How to troubleshoot Azure Extensions
140+
url: https://docs.microsoft.com/azure/virtual-machines/extensions/troubleshoot
141+
142+
# Card
143+
- title: VM performance issues
144+
linkLists:
145+
- linkListType: how-to-guide
146+
links:
147+
- text: Troubleshooting shared image galleries-replication is slow
148+
url: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/troubleshooting-shared-images#replication-is-slow
149+
150+
# Card
151+
- title: VM Extension issues
152+
linkLists:
153+
- linkListType: how-to-guide
154+
links:
155+
- text: General troubleshooting steps for extensions
156+
url: https://docs.microsoft.com/azure/virtual-machines/extensions/troubleshoot
157+
- text: Installing the extension in your VM
158+
url: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-windows
159+
- text: Custom Script Extension for Windows
160+
url: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows#tips-and-tricks
161+
162+
# Card
163+
- title: Backup and restore
164+
linkLists:
165+
- linkListType: how-to-guide
166+
links:
167+
- text: Troubleshoot Azure virtual machine backup in Azure Portal
168+
url: https://docs.microsoft.com/azure/backup/backup-azure-vms-troubleshoot

0 commit comments

Comments
 (0)