Skip to content

Commit 2b27042

Browse files
Merge pull request #229457 from aswatt/patch-4
Onboarding to Mooncake Docs Update
2 parents 54d6994 + 4dd20b1 commit 2b27042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/agents/agent-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ The Log Analytics agent for Linux is provided in a self-extracting and installab
209209
sudo sh ./omsagent-*.universal.x64.sh --upgrade -p https://<proxy user>:<proxy password>@<proxy address>:<proxy port> -w <workspace id> -s <shared key>
210210
```
211211
212-
1. To configure the Linux computer to connect to a Log Analytics workspace in Azure Government cloud, run the following command that provides the workspace ID and primary key copied earlier:
212+
1. To configure the Linux computer to connect to a Log Analytics workspace in Azure Government or Azure China cloud, run the following command that provides the workspace ID and primary key copied earlier, substituting `opinsights.azure.us` or `opinsights.azure.cn` respectively for the domain name:
213213
214214
```
215-
sudo sh ./omsagent-*.universal.x64.sh --upgrade -w <workspace id> -s <shared key> -d opinsights.azure.us
215+
sudo sh ./omsagent-*.universal.x64.sh --upgrade -w <workspace id> -s <shared key> -d <domain name>
216216
```
217217
218218
To install the agent packages and configure the agent to report to a specific Log Analytics workspace at a later time, run:

0 commit comments

Comments
 (0)