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-windows-client.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Here is a comparison between client installer and VM extension for Azure Monitor
67
67
```cli
68
68
msiexec /i AzureMonitorAgentClientSetup.msi /qn
69
69
```
70
-
4. To install with custom file paths or [network proxy settings](./azure-monitor-agent-overview.md#proxy-configuration), use the command below with the values from the following table:
70
+
4. To install with custom file paths, [network proxy settings](./azure-monitor-agent-overview.md#proxy-configuration), or on a Non-Public Cloud use the command below with the values from the following table:
@@ -81,11 +81,12 @@ Here is a comparison between client installer and VM extension for Azure Monitor
81
81
| PROXYUSEAUTH | Set to "true" if proxy requires authentication |
82
82
| PROXYUSERNAME | Set to Proxy username. PROXYUSE and PROXYUSEAUTH must be set to "true" |
83
83
| PROXYPASSWORD | Set to Proxy password. PROXYUSE and PROXYUSEAUTH must be set to "true" |
84
+
| CLOUDENV | Set to Cloud. "Azure Commercial", "Azure China", "Azure US Gov", "Azure USNat", or "Azure USSec
84
85
85
-
5. Verify successful installation:
86
+
6. Verify successful installation:
86
87
- Open **Control Panel** -> **Programs and Features** OR **Settings** -> **Apps** -> **Apps & Features** and ensure you see ‘Azure Monitor Agent’ listed
87
88
- Open **Services** and confirm ‘Azure Monitor Agent’ is listed and shows as **Running**.
88
-
6. Proceed to create the monitored object that you'll associate data collection rules to, for the agent to actually start operating.
89
+
7. Proceed to create the monitored object that you'll associate data collection rules to, for the agent to actually start operating.
89
90
90
91
> [!NOTE]
91
92
> The agent installed with the client installer currently doesn't support updating local agent settings once it is installed. Uninstall and reinstall AMA to update above settings.
0 commit comments