Skip to content

Commit 2a0c237

Browse files
authored
Update connect-cef-ama.md
Add an additional notice on running the CEF scripts with the specific python version installed on the machine.
1 parent db54943 commit 2a0c237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/connect-cef-ama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The setup process for the CEF via AMA connector has two parts:
8888

8989
- If your log forwarder *isn't* an Azure virtual machine, it must have the Azure Arc [Connected Machine agent](../azure-arc/servers/overview.md) installed on it.
9090

91-
- The Linux log forwarder VM must have Python 2.7 or 3 installed. Use the ``python --version`` or ``python3 --version`` command to check.
91+
- The Linux log forwarder VM must have Python 2.7 or 3 installed. Use the ``python --version`` or ``python3 --version`` command to check. If using Python 3 make sure it's set as the default command on the machine, or run the scripts below with the 'python3' command instead of 'python'.
9292

9393
- The log forwarder must have either the `syslog-ng` or `rsyslog` daemon enabled.
9494

0 commit comments

Comments
 (0)