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/oms-windows.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Monitor virtual machine extension for Windows
3
3
description: Deploy the Log Analytics agent on Windows virtual machine using a virtual machine extension.
4
4
services: virtual-machines-windows
5
5
documentationcenter: ''
6
-
author: axayjo
6
+
author: MicahMcKittrick-MSFT
7
7
manager: gwallace
8
8
editor: ''
9
9
tags: azure-resource-manager
@@ -91,6 +91,9 @@ The following JSON shows the schema for the Log Analytics agent extension. The e
91
91
92
92
\* The workspaceId is called the consumerId in the Log Analytics API.
93
93
94
+
> [NOTE!]
95
+
> For additional properties see Azure [Connect Windows Computes to Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows).
96
+
94
97
## Template deployment
95
98
96
99
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 Log Analytics agent extension during an Azure Resource Manager template deployment. A sample template that includes the Log Analytics agent VM extension can be found on the [Azure Quick Start Gallery](https://github.com/Azure/azure-quickstart-templates/tree/master/201-oms-extension-windows-vm).
0 commit comments