Skip to content

Commit 4c6bcbd

Browse files
authored
Fixing links
1 parent 40d8553 commit 4c6bcbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/vm/vminsights-dependency-agent-maintenance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 09/28/2023
1111
# Dependency Agent
1212

1313
> [!CAUTION]
14-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
14+
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
1515
1616
Dependency Agent collects data about processes running on the virtual machine and external process dependencies. Updates include bug fixes or support of new features or functionality. This article describes Dependency Agent requirements and how to upgrade it manually or through automation.
1717

@@ -23,20 +23,20 @@ Dependency Agent collects data about processes running on the virtual machine an
2323
> [!div class="checklist"]
2424
> * Requires the Azure Monitor Agent to be installed on the same machine.
2525
> * Collects data using a user-space service and a kernel driver on both Windows and Linux.
26-
> Supports the same [Windows versions that Azure Monitor Agent supports](../agents/agents-overview.md#supported-operating-systems), except Windows Server 2008 SP2 and Azure Stack HCI. For Linux, see [Dependency Agent Linux support](#dependency-agent-linux-support).
26+
> * Supports the same [Windows versions that Azure Monitor Agent supports](../agents/agents-overview.md#supported-operating-systems), except Windows Server 2008 SP2 and Azure Stack HCI. For Linux, see [Dependency Agent Linux support](#dependency-agent-linux-support).
2727
2828
## Install or upgrade Dependency Agent
2929

3030
You can upgrade Dependency Agent for Windows and Linux manually or automatically, depending on the deployment scenario and environment the machine is running in, using these methods:
3131

3232
| Environment | Installation method | Upgrade method |
3333
|-------------|---------------------|----------------|
34-
| Azure VM | Dependency Agent VM extension for [Windows](../../virtual-machines/extensions/agent-dependency-windows.md) and [Linux](../../virtual-machines/extensions/agent-dependency-linux.md) | Agent is automatically upgraded by default unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. The upgrade for minor version where auto upgrade is disabled, and a major version upgrade follow the same method - uninstall and reinstall the extension. |
34+
| Azure VM | Dependency Agent VM extension for [Windows](/azure/virtual-machines/extensions/agent-dependency-windows) and [Linux](/azure/virtual-machines/extensions/agent-dependency-linux) | Agent is automatically upgraded by default unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. The upgrade for minor version where auto upgrade is disabled, and a major version upgrade follow the same method - uninstall and reinstall the extension. |
3535
| Custom Azure VM images | Manual install of Dependency Agent for Windows/Linux | Updating VMs to the newest version of the agent needs to be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle. |
3636
| Non-Azure VMs | Manual install of Dependency Agent for Windows/Linux | Updating VMs to the newest version of the agent needs to be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle. |
3737

3838
> [!NOTE]
39-
> Dependency Agent is installed automatically when VM Insights is enabled for process and connection data via the [Azure portal](vminsights-enable-portal.md), [PowerShell](./vminsights-enable-powershell.md), [ARM template deployment](./vminsights-enable-resource-manager.md), or [Azure policy](./vminsights-enable-policy.md).
39+
> Dependency Agent is installed automatically when VM Insights is enabled for process and connection data via the [Azure portal](vminsights-enable-portal.md), [PowerShell](vminsights-enable-powershell.md), [ARM template deployment](vminsights-enable-resource-manager.md), or [Azure policy](vminsights-enable-policy.md).
4040
>
4141
> If VM insights is enabled exclusively for performance data, Dependency Agent won't be installed.
4242
@@ -106,7 +106,7 @@ If Dependency Agent fails to start, check the logs for detailed error informatio
106106
## Uninstall Dependency Agent
107107
108108
> [!NOTE]
109-
> If Dependency Agent was installed manually, it won’t show up in the Azure portal and has to be uninstalled manually. It will only show up in the Azure portal if it was installed via the [Azure portal](vminsights-enable-portal.md), [PowerShell](./vminsights-enable-powershell.md), [ARM template deployment](./vminsights-enable-resource-manager.md), or [Azure policy](./vminsights-enable-policy.md).
109+
> If Dependency Agent was installed manually, it won’t show up in the Azure portal and has to be uninstalled manually. It will only show up in the Azure portal if it was installed via the [Azure portal](vminsights-enable-portal.md), [PowerShell](vminsights-enable-powershell.md), [ARM template deployment](vminsights-enable-resource-manager.md), or [Azure policy](vminsights-enable-policy.md).
110110
111111
1. From the **Virtual Machines** menu in the Azure portal, select your virtual machine.
112112

0 commit comments

Comments
 (0)