Skip to content

Commit 7ba98a2

Browse files
Merge pull request #246291 from JeffreyWolford/patch-14
Update azure-monitor-agent-windows-client.md
2 parents 6d3f1de + 4161bcf commit 7ba98a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/agents/azure-monitor-agent-windows-client.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here is a comparison between client installer and VM extension for Azure Monitor
6767
```cli
6868
msiexec /i AzureMonitorAgentClientSetup.msi /qn
6969
```
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:
7171
```cli
7272
msiexec /i AzureMonitorAgentClientSetup.msi /qn DATASTOREDIR="C:\example\folder"
7373
```
@@ -81,11 +81,12 @@ Here is a comparison between client installer and VM extension for Azure Monitor
8181
| PROXYUSEAUTH | Set to "true" if proxy requires authentication |
8282
| PROXYUSERNAME | Set to Proxy username. PROXYUSE and PROXYUSEAUTH must be set to "true" |
8383
| 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
8485

85-
5. Verify successful installation:
86+
6. Verify successful installation:
8687
- Open **Control Panel** -> **Programs and Features** OR **Settings** -> **Apps** -> **Apps & Features** and ensure you see ‘Azure Monitor Agent’ listed
8788
- 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.
8990

9091
> [!NOTE]
9192
> 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

Comments
 (0)