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
@@ -240,19 +240,21 @@ While deployment is also supported from the command line, we recommend that you
240
240
241
241
**Prerequisites**:
242
242
243
-
To deploy your data connector agent via the portal, you need:
243
+
- To deploy your data connector agent via the portal, you need:
244
+
245
+
- Authentication via a managed identitiy or a registered application
246
+
- Credentials stored in an Azure Key Vault
244
247
245
-
- Authentication via a managed identitiy or a registered application
246
-
- Credentials stored in an Azure Key Vault
248
+
If you don't have these prerequisites, [deploy the SAP data connector agent from the command line](deploy-command-line.md) instead.
247
249
248
-
If you don't have these prerequisites, [deploy the SAP data connector agent from the command line](deploy-command-line.md) instead.
250
+
- To deploy the data connector agent, you also need sudo or root privileges on the data connector agent machine.
249
251
250
-
If you want to ingest Netweaver/ABAP logs over a secure connection using Secure Network Communications (SNC), you need:
252
+
- If you want to ingest Netweaver/ABAP logs over a secure connection using Secure Network Communications (SNC), you need:
251
253
252
-
- The path to the `sapgenpse` binary and `libsapcrypto.so` library
253
-
- The details of your client certificate
254
+
- The path to the `sapgenpse` binary and `libsapcrypto.so` library
255
+
- The details of your client certificate
254
256
255
-
For more information, see [Configure your system to use SNC for secure connections](preparing-sap.md#configure-your-system-to-use-snc-for-secure-connections).
257
+
For more information, see [Configure your system to use SNC for secure connections](preparing-sap.md#configure-your-system-to-use-snc-for-secure-connections).
256
258
257
259
**To deploy the data connector agent**:
258
260
@@ -294,7 +296,7 @@ For more information, see [Configure your system to use SNC for secure connectio
294
296
295
297
:::image type="content" source="media/deploy-data-connector-agent-container/finish-agent-deployment-role.png" alt-text="Screenshot of the Copy icon for the command from step 1.":::
296
298
297
-
To find your VM identity object ID in Azure, go to **Enterprise application** > **All applications**, and select your VM or application name. Copy the value of the **Object ID** field to use with your copied command.
299
+
To find your VM identity object ID in Azure, go to **Enterprise application** > **All applications**, and select your VM or application name. Copy the value of the **Object ID** field to use with your copied command. <!--check this with Dvir-->
298
300
299
301
These commands assign the **Microsoft Sentinel Business Applications Agent Operator** and **Reader** Azure roles to your VM's managed or application identity, including only the scope of the specified agent's data in the workspace.
300
302
@@ -319,7 +321,7 @@ For more information, see [Configure your system to use SNC for secure connectio
319
321
> The table displays the agent name and health status for only those agents you deploy via the Azure portal. Agents deployed using the command line aren't displayed here. For more information, see the [**Command line** tab](deploy-data-connector-agent-container.md?tabs=command-line) instead.
320
322
>
321
323
322
-
1. On the VM where you plan to install the agent, open a terminal and run the **Agent deployment command** that you'd copied in the previous step.
324
+
1. On the VM where you plan to install the agent, open a terminal and run the **Agent deployment command** that you'd copied in the previous step. This step requires sudo or root privileges on the data connector agent machine.
323
325
324
326
The script updates the OS components and installs the Azure CLI, Docker software, and other required utilities, such as jq, netcat, and curl.
0 commit comments