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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Azure Monitor Dependency virtual machine extension for Linux | Microsoft Docs
3
-
description: Deploy the Azure Monitor Dependency Agent on Linux virtual machine by using a virtual machine extension.
3
+
description: Deploy the Azure Monitor Dependency agent on Linux virtual machine by using a virtual machine extension.
4
4
services: virtual-machines-linux
5
5
documentationcenter: ''
6
6
author: mgoedtel
@@ -20,17 +20,17 @@ ms.author: magoedte
20
20
---
21
21
# Azure Monitor Dependency virtual machine extension for Linux
22
22
23
-
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.
23
+
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.
24
24
25
25
## Prerequisites
26
26
27
27
### Operating system
28
28
29
-
The Azure VM Dependency Agent extension for Linux can be run against the supported operating systems listed in the [Supported operating systems](../../azure-monitor/insights/vminsights-enable-overview.md#supported-operating-systems) section of the Azure Monitor for VMs deployment article.
29
+
The Azure VM Dependency agent extension for Linux can be run against the supported operating systems listed in the [Supported operating systems](../../azure-monitor/insights/vminsights-enable-overview.md#supported-operating-systems) section of the Azure Monitor for VMs deployment article.
30
30
31
31
## Extension schema
32
32
33
-
The following JSON shows the schema for the Azure VM Dependency Agent extension on an Azure Linux VM.
33
+
The following JSON shows the schema for the Azure VM Dependency agent extension on an Azure Linux VM.
34
34
35
35
```json
36
36
{
@@ -79,11 +79,11 @@ The following JSON shows the schema for the Azure VM Dependency Agent extension
79
79
80
80
## Template deployment
81
81
82
-
You can deploy 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.
82
+
You can deploy 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.
83
83
84
84
The JSON for a virtual machine extension can be nested inside the virtual machine resource. Or, you can place it at the root or top level of a Resource Manager JSON template. The placement of the JSON affects the value of the resource name and type. For more information, see [Set name and type for child resources](../../azure-resource-manager/resource-group-authoring-templates.md#child-resources).
85
85
86
-
The following example assumes the Dependency Agent extension is nested inside the virtual machine resource. When you nest the extension resource, the JSON is placed in the `"resources": []` object of the virtual machine.
86
+
The following example assumes the Dependency agent extension is nested inside the virtual machine resource. When you nest the extension resource, the JSON is placed in the `"resources": []` object of the virtual machine.
87
87
88
88
89
89
```json
@@ -126,7 +126,7 @@ When you place the extension JSON at the root of the template, the resource name
126
126
127
127
## Azure CLI deployment
128
128
129
-
You can use the Azure CLI to deploy the Dependency Agent VM extension to an existing virtual machine.
129
+
You can use the Azure CLI to deploy the Dependency agent VM extension to an existing virtual machine.
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/agent-dependency-windows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Azure Monitor Dependency virtual machine extension for Windows | Microsoft Docs
3
-
description: Deploy the Azure Monitor Dependency Agent on Windows virtual machine by using a virtual machine extension.
3
+
description: Deploy the Azure Monitor Dependency agent on Windows virtual machine by using a virtual machine extension.
4
4
services: virtual-machines-windows
5
5
documentationcenter: ''
6
6
author: mgoedtel
@@ -20,19 +20,19 @@ ms.author: magoedte
20
20
---
21
21
# Azure Monitor Dependency virtual machine extension for Windows
22
22
23
-
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.
23
+
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.
The Azure VM Dependency Agent extension for Windows can be run against the supported operating systems listed in the [Supported operating systems](../../azure-monitor/insights/vminsights-enable-overview.md#supported-operating-systems) section of the Azure Monitor for VMs deployment article.
31
+
The Azure VM Dependency agent extension for Windows can be run against the supported operating systems listed in the [Supported operating systems](../../azure-monitor/insights/vminsights-enable-overview.md#supported-operating-systems) section of the Azure Monitor for VMs deployment article.
32
32
33
33
## Extension schema
34
34
35
-
The following JSON shows the schema for the Azure VM Dependency Agent extension on an Azure Windows VM.
35
+
The following JSON shows the schema for the Azure VM Dependency agent extension on an Azure Windows VM.
36
36
37
37
```json
38
38
{
@@ -81,11 +81,11 @@ The following JSON shows the schema for the Azure VM Dependency Agent extension
81
81
82
82
## Template deployment
83
83
84
-
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.
84
+
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.
85
85
86
86
The JSON for a virtual machine extension can be nested inside the virtual machine resource. Or, you can place it at the root or top level of a Resource Manager JSON template. The placement of the JSON affects the value of the resource name and type. For more information, see [Set name and type for child resources](../../azure-resource-manager/resource-group-authoring-templates.md#child-resources).
87
87
88
-
The following example assumes the Dependency Agent extension is nested inside the virtual machine resource. When you nest the extension resource, the JSON is placed in the `"resources": []` object of the virtual machine.
88
+
The following example assumes the Dependency agent extension is nested inside the virtual machine resource. When you nest the extension resource, the JSON is placed in the `"resources": []` object of the virtual machine.
89
89
90
90
91
91
```json
@@ -128,7 +128,7 @@ When you place the extension JSON at the root of the template, the resource name
128
128
129
129
## PowerShell deployment
130
130
131
-
You can use the `Set-AzVMExtension` command to deploy the Dependency Agent virtual machine extension to an existing virtual machine. Before you run the command, the public and private configurations need to be stored in a PowerShell hash table.
131
+
You can use the `Set-AzVMExtension` command to deploy the Dependency agent virtual machine extension to an existing virtual machine. Before you run the command, the public and private configurations need to be stored in a PowerShell hash table.
0 commit comments