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-arc/servers/manage-agent.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-arc
6
6
ms.subservice: azure-arc-servers
7
7
author: mgoedtel
8
8
ms.author: magoedte
9
-
ms.date: 04/14/2020
9
+
ms.date: 04/29/2020
10
10
ms.topic: conceptual
11
11
---
12
12
@@ -256,3 +256,49 @@ If you are planning to stop managing the machine with supporting services in Azu
256
256
1. Open Azure Arc for servers (preview) by going to the [Azure portal](https://aka.ms/hybridmachineportal).
257
257
258
258
2. Select the machine in the list, select the ellipsis (**...**), and then select **Delete**.
259
+
260
+
## Update or remove proxy settings
261
+
262
+
To configure the agent to communicate to the service through a proxy server or remove this configuration after deployment, or use one of the following methods to complete this task.
263
+
264
+
### Windows
265
+
266
+
To set the proxy server environment variable, run the following command:
267
+
268
+
```powershell
269
+
# If a proxy server is needed, execute these commands with the proxy URL and port.
# For the changes to take effect, the agent service needs to be restarted after the proxy environment variable is set.
273
+
Restart-Service -Name himds
274
+
```
275
+
276
+
To configure the agent to stop communicating through a proxy server, run the following command to remove the proxy server environmental variable and restart the agent service:
To configure the agent to stop communicating through a proxy server, run the following command to remove the proxy configuration:
295
+
296
+
```bash
297
+
sudo azcmagent_proxy remove
298
+
```
299
+
300
+
## Next steps
301
+
302
+
- Learn how to manage your machine using [Azure Policy](../../governance/policy/overview.md), for such things as VM [guest configuration](../../governance/policy/concepts/guest-configuration.md), verifying the machine is reporting to the expected Log Analytics workspace, enable monitoring with [Azure Monitor with VMs](../../azure-monitor/insights/vminsights-enable-at-scale-policy.md), and much more.
303
+
304
+
- Learn more about the [Log Analytics agent](../../azure-monitor/platform/log-analytics-agent.md). The Log Analytics agent for Windows and Linux is required when you want to proactively monitor the OS and workloads running on the machine, manage it using Automation runbooks or features like Update Management, or use other Azure services like [Azure Security Center](../../security-center/security-center-intro.md).
0 commit comments