Skip to content

Commit a0992f4

Browse files
committed
edit pass: agent-dependency-linux-and-windows
1 parent ebe9a41 commit a0992f4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/virtual-machines/extensions/agent-dependency-linux.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: virtual-machines-linux
55
documentationcenter: ''
66
author: mgoedtel
@@ -20,17 +20,17 @@ ms.author: magoedte
2020
---
2121
# Azure Monitor Dependency virtual machine extension for Linux
2222

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.
2424

2525
## Prerequisites
2626

2727
### Operating system
2828

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.
3030

3131
## Extension schema
3232

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.
3434

3535
```json
3636
{
@@ -79,11 +79,11 @@ The following JSON shows the schema for the Azure VM Dependency Agent extension
7979

8080
## Template deployment
8181

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.
8383

8484
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).
8585

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.
8787

8888

8989
```json
@@ -126,7 +126,7 @@ When you place the extension JSON at the root of the template, the resource name
126126

127127
## Azure CLI deployment
128128

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.
130130

131131
```azurecli
132132

articles/virtual-machines/extensions/agent-dependency-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: virtual-machines-windows
55
documentationcenter: ''
66
author: mgoedtel
@@ -20,19 +20,19 @@ ms.author: magoedte
2020
---
2121
# Azure Monitor Dependency virtual machine extension for Windows
2222

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.
2424

2525
## Prerequisites
2626

2727
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
2828

2929
### Operating system
3030

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.
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.
3232

3333
## Extension schema
3434

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.
3636

3737
```json
3838
{
@@ -81,11 +81,11 @@ The following JSON shows the schema for the Azure VM Dependency Agent extension
8181

8282
## Template deployment
8383

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.
8585

8686
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).
8787

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.
8989

9090

9191
```json
@@ -128,7 +128,7 @@ When you place the extension JSON at the root of the template, the resource name
128128

129129
## PowerShell deployment
130130

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.
132132

133133
```powershell
134134

0 commit comments

Comments
 (0)