You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/agent-dependency-linux.md
+37-25Lines changed: 37 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
title: Azure Monitor Dependency virtual machine extension for Linux
3
3
description: Deploy the Azure Monitor Dependency agent on Linux virtual machine by using a virtual machine extension.
4
4
ms.topic: article
5
-
ms.service: virtual-machines
6
-
ms.subservice: extensions
5
+
ms.service: azure-monitor
6
+
ms.subservice: agents
7
7
ms.custom: devx-track-azurecli
8
-
author: mgoedtel
9
-
ms.author: magoedte
8
+
author: guywi-ms
9
+
ms.author: guywild
10
10
ms.collection: linux
11
-
ms.date: 06/01/2021
11
+
ms.date: 08/29/2023
12
12
---
13
13
# Azure Monitor Dependency virtual machine extension for Linux
14
14
15
-
The Azure Monitor for VMs Map feature gets its data from the Microsoft Dependency agent. The Azure VM Dependency agent virtual machine extension for Linux is published and supported by Microsoft. The extension installs the Dependency agent on Azure virtual machines. This document details the supported platforms, configurations, and deployment options for the Azure VM Dependency agent virtual machine extension for Linux.
15
+
The Azure Monitor for VMs Map feature gets its data from the Microsoft Dependency agent. The Azure VM Dependency agent virtual machine extension for Linux installs the Dependency agent on Azure virtual machines. This document details the supported platforms, configurations, and deployment options for the Azure VM Dependency agent virtual machine extension for Linux.
16
16
17
17
## Prerequisites
18
18
@@ -28,30 +28,32 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
> Be sure to add `enableAMA` to your template if you're using Azure Monitor Agent; otherwise, Dependency agent attempts to send data to the legacy Log Analytics agent.
71
77
72
78
## Template deployment
73
79
@@ -85,13 +91,16 @@ The following example assumes the Dependency agent extension is nested inside th
@@ -137,7 +149,7 @@ To enable automatic extension upgrade for an extension, you must ensure the prop
137
149
138
150
When automatic extension upgrade is enabled on a VM or VM scale set, the extension is upgraded automatically whenever the extension publisher releases a new version for that extension. The upgrade is applied safely following availability-first principles as described [here](../automatic-extension-upgrade.md#how-does-automatic-extension-upgrade-work).
139
151
140
-
The `enableAutomaticUpgrade` attribute's functionality is different from that of the `autoUpgradeMinorVersion`. The `autoUpgradeMinorVersion`attributes does not automatically trigger a minor version update when the extension publisher releases a new version. The `autoUpgradeMinorVersion` attribute indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
152
+
The `enableAutomaticUpgrade` attribute's functionality is different from that of the `autoUpgradeMinorVersion`. The `autoUpgradeMinorVersion`attribute doesn't automatically trigger a minor version update when the extension publisher releases a new version. The `autoUpgradeMinorVersion` attribute indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to true.
141
153
142
154
To keep your extension version updated, we recommend using `enableAutomaticUpgrade` with your extension deployment.
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/agent-dependency-windows.md
+37-24Lines changed: 37 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
title: Azure Monitor Dependency virtual machine extension for Windows
3
3
description: Deploy the Azure Monitor Dependency agent on Windows virtual machine by using a virtual machine extension.
4
4
ms.topic: article
5
-
ms.service: virtual-machines
6
-
ms.subservice: extensions
7
-
author: mgoedtel
8
-
ms.author: magoedte
5
+
ms.service: azure-monitor
6
+
ms.subservice: agents
7
+
author: guywi-ms
8
+
ms.author: guywild
9
9
ms.reviewer: erd
10
10
ms.collection: windows
11
-
ms.date: 03/27/2023
11
+
ms.date: 08/29/2023
12
12
---
13
13
# Azure Monitor Dependency virtual machine extension for Windows
14
14
15
-
The Azure Monitor for VMs Map feature gets its data from the Microsoft Dependency agent. The Azure VM Dependency agent virtual machine extension for Windows is published and supported by Microsoft. The extension installs the Dependency agent on Azure virtual machines. This document details the supported platforms, configurations, and deployment options for the Azure VM Dependency agent virtual machine extension for Windows.
15
+
The Azure Monitor for VMs Map feature gets its data from the Microsoft Dependency agent. The Azure VM Dependency agent virtual machine extension for Windows installs the Dependency agent on Azure virtual machines. This document details the supported platforms, configurations, and deployment options for the Azure VM Dependency agent virtual machine extension for Windows.
16
16
17
17
## Operating system
18
18
@@ -24,8 +24,8 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
> Be sure to add `enableAMA` to your template if you're using Azure Monitor Agent; otherwise, Dependency agent attempts to send data to the legacy Log Analytics agent.
70
77
## Template deployment
71
78
72
79
You can deploy the Azure VM extensions with Azure Resource Manager templates. You can use the JSON schema detailed in the previous section in an Azure Resource Manager template to run the Azure VM Dependency agent extension during an Azure Resource Manager template deployment.
@@ -86,11 +93,14 @@ The following example assumes the Dependency agent extension is nested inside th
@@ -136,7 +149,7 @@ To enable automatic extension upgrade for an extension, you must ensure the prop
136
149
137
150
When automatic extension upgrade is enabled on a VM or VM scale set, the extension is upgraded automatically whenever the extension publisher releases a new version for that extension. The upgrade is applied safely following availability-first principles as described [here](../automatic-extension-upgrade.md#how-does-automatic-extension-upgrade-work).
138
151
139
-
The `enableAutomaticUpgrade` attribute's functionality is different from that of the `autoUpgradeMinorVersion`. The `autoUpgradeMinorVersion`attributes does not automatically trigger a minor version update when the extension publisher releases a new version. The `autoUpgradeMinorVersion` attribute indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
152
+
The `enableAutomaticUpgrade` attribute's functionality is different from that of the `autoUpgradeMinorVersion`. The `autoUpgradeMinorVersion`attribute doesn't automatically trigger a minor version update when the extension publisher releases a new version. The `autoUpgradeMinorVersion` attribute indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to true.
140
153
141
154
To keep your extension version updated, we recommend using `enableAutomaticUpgrade` with your extension deployment.
0 commit comments