Skip to content

Commit 4690cb2

Browse files
committed
updated article
1 parent 3d5ebf9 commit 4690cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-dsc-onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ This allows you to set (push) configurations through DSC and view reporting deta
4646
The following sections outline how you can onboard each type of machine to Azure Automation State Configuration.
4747

4848
> [!NOTE]
49-
>Deploying DSC to a Linux node uses the `/tmp` folder and modules like **nxAutomation** are temporarily downloaded for verification before installing them in their appropriate location. To ensure the modules install correctly, the Log Analytics agent for Linux needs read/write permission on `/tmp` folder. Instead of the Log Analytics agent for Linux running as a privileged user - `root`, the agent runs as the `omsagent` user. In most cases, explicit permission need be granted to this user in order for certain files to be read. To grant permission to `omsagent` user, run the following command:
49+
>Deploying DSC to a Linux node uses the `/tmp` folder and modules like **nxAutomation** are temporarily downloaded for verification before installing them in their appropriate location. To ensure the modules install correctly, the Log Analytics agent for Linux needs read/write permission on `/tmp` folder. Instead of the Log Analytics agent for Linux running as a privileged user - `root`, the agent runs as the `omsagent` user.
5050
>
51-
> - Grant write access to the folder `sudo chmod 1777 /tmp`
51+
>To grant permission to `omsagent` user, run the following command: `sudo chmod 1777 /tmp`
5252
>
5353
5454
## Azure virtual machines

0 commit comments

Comments
 (0)