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/azure-monitor/agents/azure-monitor-agent-data-collection-endpoint.md
+168-1Lines changed: 168 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The Azure Monitor Agent extensions for Windows and Linux can communicate either
47
47

48
48
49
49
> [!NOTE]
50
-
> Setting Linux system proxy via environment variables such as `http_proxy` and `https_proxy` is only supported using Azure Monitor Agent for Linux version 1.24.2 and above.
50
+
> Setting Linux system proxy via environment variables such as `http_proxy` and `https_proxy` is only supported using Azure Monitor Agent for Linux version 1.24.2 and above. For the ARM template, if you have proxy configuration please follow the ARM template example below declaring the proxy setting inside the ARM template.
51
51
52
52
1. After you determine the `Settings` and `ProtectedSettings` parameter values, provide these other parameters when you deploy Azure Monitor Agent. Use PowerShell commands, as shown in the following examples:
"displayName": "Configure Windows Arc-enabled machines to run Azure Monitor Agent",
94
+
"policyType": "BuiltIn",
95
+
"mode": "Indexed",
96
+
"description": "Automate the deployment of Azure Monitor Agent extension on your Windows Arc-enabled machines for collecting telemetry data from the guest OS. This policy will install the extension if the OS and region are supported and system-assigned managed identity is enabled, and skip install otherwise. Learn more: https://aka.ms/AMAOverview.",
97
+
"metadata": {
98
+
"version": "2.3.0",
99
+
"category": "Monitoring"
100
+
},
101
+
"parameters": {
102
+
"effect": {
103
+
"type": "String",
104
+
"metadata": {
105
+
"displayName": "Effect",
106
+
"description": "Enable or disable the execution of the policy."
0 commit comments