Skip to content

Commit eccfd7f

Browse files
committed
fixing bookmarks
1 parent 08e5d48 commit eccfd7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/visualize/vmext-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If the Microsoft Monitoring Agent VM extension isn't installing or reporting, pe
3232
1. Check if the Azure VM agent is installed and working correctly by using the steps in [KB 2965986](https://support.microsoft.com/kb/2965986#mt1):
3333
* You can also review the VM agent log file `C:\WindowsAzure\logs\WaAppAgent.log`.
3434
* If the log doesn't exist, the VM agent isn't installed.
35-
* [Install the Azure VM Agent](../../virtual-machines/extensions/agent-windows.md#install-the-vm-agent).
35+
* [Install the Azure VM Agent](../../virtual-machines/extensions/agent-windows.md#install-the-azure-windows-vm-agent).
3636
1. Review the Microsoft Monitoring Agent VM extension log files in `C:\Packages\Plugins\Microsoft.EnterpriseCloud.Monitoring.MicrosoftMonitoringAgent`.
3737
1. Ensure the virtual machine can run PowerShell scripts.
3838
1. Ensure permissions on C:\Windows\temp haven't been changed.

articles/virtual-machines/extensions/features-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The extension-handling code is responsible for the following tasks:
307307
- Communicate with the Azure fabric.
308308
- Handle the VM extension operations, such as installations, reporting status, updating the individual extensions, and removing extensions. Updates contain security fixes, bug fixes, and enhancements to the extension-handling code.
309309

310-
To check what version you're running, see [Detect the Azure VM Agent](agent-windows.md#detect-the-vm-agent).
310+
To check what version you're running, see [Detect the Azure VM Agent](agent-windows.md#detect-the-azure-windows-vm-agent).
311311

312312
#### Extension updates
313313

0 commit comments

Comments
 (0)