Skip to content

Commit 772b5fe

Browse files
authored
Merge pull request #79326 from paulth1/agent-dependency-linux-and-windows
edit pass: agent-dependency-linux-and-windows
2 parents 54f0545 + a0992f4 commit 772b5fe

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

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

Lines changed: 10 additions & 10 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 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
@@ -30,7 +30,7 @@ The Azure VM Dependency agent extension for Linux can be run against the support
3030

3131
## Extension schema
3232

33-
The following JSON shows the schema for the Azure VM Dependency agent extension on a 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
{
@@ -70,7 +70,7 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
7070

7171
### Property values
7272

73-
| Name | Value / Example |
73+
| Name | Value/Example |
7474
| ---- | ---- |
7575
| apiVersion | 2015-01-01 |
7676
| publisher | Microsoft.Azure.Monitoring.DependencyAgent |
@@ -79,11 +79,11 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
7979

8080
## Template deployment
8181

82-
Azure VM extensions can be deployed with Azure Resource Manager templates. The JSON schema detailed in the previous section can be used 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

84-
The JSON for a virtual machine extension can be nested inside the virtual machine resource, or placed 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).
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).
8585

86-
The following example assumes the Dependency agent extension is nested inside the virtual machine resource. When nesting 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
@@ -104,7 +104,7 @@ The following example assumes the Dependency agent extension is nested inside th
104104
}
105105
```
106106

107-
When placing the extension JSON at the root of the template, the resource name includes a reference to the parent virtual machine, and the type reflects the nested configuration.
107+
When you place the extension JSON at the root of the template, the resource name includes a reference to the parent virtual machine. The type reflects the nested configuration.
108108

109109
```json
110110
{
@@ -126,7 +126,7 @@ When placing the extension JSON at the root of the template, the resource name i
126126

127127
## Azure CLI deployment
128128

129-
The Azure CLI can be used 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
@@ -142,7 +142,7 @@ az vm extension set \
142142

143143
### Troubleshoot
144144

145-
Data about the state of extension deployments can be retrieved from the Azure portal, and by using the Azure CLI. To see the deployment state of extensions for a given VM, run the following command using the Azure CLI.
145+
Data about the state of extension deployments can be retrieved from the Azure portal and by using the Azure CLI. To see the deployment state of extensions for a given VM, run the following command by using the Azure CLI:
146146

147147
```azurecli
148148
az vm extension list --resource-group myResourceGroup --vm-name myVM -o table
@@ -156,4 +156,4 @@ Extension execution output is logged to the following file:
156156

157157
### Support
158158

159-
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
159+
If you need more help at any point in this article, contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Or, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get support**. For information about how to use Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).

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

Lines changed: 10 additions & 10 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 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
@@ -32,7 +32,7 @@ The Azure VM Dependency agent extension for Windows can be run against the suppo
3232

3333
## Extension schema
3434

35-
The following JSON shows the schema for the Azure VM Dependency agent extension on a 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
{
@@ -72,7 +72,7 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
7272

7373
### Property values
7474

75-
| Name | Value / Example |
75+
| Name | Value/Example |
7676
| ---- | ---- |
7777
| apiVersion | 2015-01-01 |
7878
| publisher | Microsoft.Azure.Monitoring.DependencyAgent |
@@ -81,11 +81,11 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
8181

8282
## Template deployment
8383

84-
Azure VM extensions can be deployed with Azure Resource Manager templates. The JSON schema detailed in the previous section can be used 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

86-
The JSON for a virtual machine extension can be nested inside the virtual machine resource, or placed 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).
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).
8787

88-
The following example assumes the Dependency agent extension is nested inside the virtual machine resource. When nesting 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
@@ -106,7 +106,7 @@ The following example assumes the Dependency agent extension is nested inside th
106106
}
107107
```
108108

109-
When placing the extension JSON at the root of the template, the resource name includes a reference to the parent virtual machine, and the type reflects the nested configuration.
109+
When you place the extension JSON at the root of the template, the resource name includes a reference to the parent virtual machine. The type reflects the nested configuration.
110110

111111
```json
112112
{
@@ -128,7 +128,7 @@ When placing the extension JSON at the root of the template, the resource name i
128128

129129
## PowerShell deployment
130130

131-
The `Set-AzVMExtension` command can be used to deploy the Dependency agent virtual machine extension to an existing virtual machine. Before running 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
@@ -145,7 +145,7 @@ Set-AzVMExtension -ExtensionName "Microsoft.Azure.Monitoring.DependencyAgent" `
145145

146146
### Troubleshoot
147147

148-
Data about the state of extension deployments can be retrieved from the Azure portal, and by using the Azure PowerShell module. To see the deployment state of extensions for a given VM, run the following command using the Azure PowerShell module.
148+
Data about the state of extension deployments can be retrieved from the Azure portal and by using the Azure PowerShell module. To see the deployment state of extensions for a given VM, run the following command by using the Azure PowerShell module:
149149

150150
```powershell
151151
Get-AzVMExtension -ResourceGroupName myResourceGroup -VMName myVM -Name myExtensionName
@@ -159,4 +159,4 @@ C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Monitoring.DependencyAgent\
159159

160160
### Support
161161

162-
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
162+
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Or, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get support**. For information about how to use Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).

0 commit comments

Comments
 (0)