Skip to content

Commit 7ae29d5

Browse files
committed
Merge branch 'sap-attack-disrupt-imp' of https://github.com/batamig/azure-docs-pr into sap-attack-disrupt-imp
2 parents 0c47b6a + 21d4413 commit 7ae29d5

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

articles/sentinel/sap/deploy-data-connector-agent-container.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ This procedure describes how to create a new agent through the Azure portal, aut
298298
299299
1. From the Microsoft Sentinel navigation menu, select **Data connectors**.
300300
301-
1. In the search bar, enter *SAP*.
301+
1. In the search bar, enter *SAP*.![Uploading image.png…]()
302+
302303
303304
1. Select **Microsoft Sentinel for SAP** from the search results, and select **Open connector page**.
304305
@@ -338,7 +339,7 @@ This procedure describes how to create a new agent through the Azure portal, aut
338339
339340
To run the commands in this step, you must be a resource group owner on your Microsoft Sentinel workspace. If you aren't a resource group owner on your workspace, this procedure can also be performed after the agent deployment is complete.
340341
341-
Copy the **Role assignment command** from step 1 and run them on your agent VM, replacing the `Object_ID` placeholder with your VM identity object ID. For example:
342+
Copy the **Role assignment commands** from step 1 and run them on your agent VM, replacing the `Object_ID` placeholder with your VM identity object ID. For example:
342343
343344
:::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.":::
344345
@@ -351,7 +352,7 @@ This procedure describes how to create a new agent through the Azure portal, aut
351352
>
352353
> If you must assign the roles [via the Azure portal](/azure/role-based-access-control/role-assignments-portal?tabs=delegate-condition), we recommend assigning the roles on a small scope, such as only on the Microsoft Sentinel workspace.
353354
354-
1. Select **Copy** :::image type="content" source="media/deploy-data-connector-agent-container/copy-icon.png" alt-text="Screenshot of the Copy icon." border="false"::: next to the **Agent command** in step 2. For example:
355+
1. Select **Copy** :::image type="content" source="media/deploy-data-connector-agent-container/copy-icon.png" alt-text="Screenshot of the Copy icon." border="false"::: next to the **Agent deployment command** in step 2. For example:
355356
356357
:::image type="content" source="media/deploy-data-connector-agent-container/finish-agent-deployment-agent.png" alt-text="Screenshot of the Agent command to copy in step 2.":::
357358
@@ -367,13 +368,13 @@ This procedure describes how to create a new agent through the Azure portal, aut
367368
> 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](#command-line-options) aren't displayed here.
368369
>
369370
370-
1. On the VM where you plan to install the agent, open a terminal and run the **Agent command** that you'd copied in the previous step.
371+
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.
371372
372373
The script updates the OS components and installs the Azure CLI, Docker software, and other required utilities, such as jq, netcat, and curl.
373374
374375
Supply additional parameters to the script as needed to customize the container deployment. For more information on available command line options, see [Kickstart script reference](reference-kickstart.md).
375376
376-
If you need to copy your command again, select **View** :::image type="content" source="media/deploy-data-connector-agent-container/view-icon.png" border="false" alt-text="Screenshot of the View icon."::: to the right of the **Health** column and copy the command next to **Agent command** on the bottom right.
377+
If you need to copy your command again, select **View** :::image type="content" source="media/deploy-data-connector-agent-container/view-icon.png" border="false" alt-text="Screenshot of the View icon."::: to the right of the **Health** column and copy the command next to **Agent deployment command** on the bottom right.
377378
378379
### Connect to a new SAP system
379380
@@ -450,7 +451,7 @@ This procedure describes how to create a new agent through the Azure portal, aut
450451
451452
To run the commands in this step, you must be a resource group owner on your Microsoft Sentinel workspace. If you aren't a resource group owner on your workspace, this procedure can also be performed after the agent deployment is complete.
452453
453-
Copy the **Role assignment command** from step 1 and run them on your agent VM, replacing the `Object_ID` placeholder with your VM identity object ID. For example:
454+
Copy the **Role assignment commands** from step 1 and run them on your agent VM, replacing the `Object_ID` placeholder with your VM identity object ID. For example:
454455
455456
:::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.":::
456457
@@ -463,7 +464,7 @@ This procedure describes how to create a new agent through the Azure portal, aut
463464
>
464465
> If you must assign the roles [via the Azure portal](/azure/role-based-access-control/role-assignments-portal?tabs=delegate-condition), we recommend assigning the roles on a small scope, such as only on the Microsoft Sentinel workspace.
465466
466-
1. Select **Copy** :::image type="content" source="media/deploy-data-connector-agent-container/copy-icon.png" alt-text="Screenshot of the Copy icon." border="false"::: next to the **Agent command** in step 2. For example:
467+
1. Select **Copy** :::image type="content" source="media/deploy-data-connector-agent-container/copy-icon.png" alt-text="Screenshot of the Copy icon." border="false"::: next to the **Agent deployment command** in step 2. For example:
467468
468469
:::image type="content" source="media/deploy-data-connector-agent-container/finish-agent-deployment-agent.png" alt-text="Screenshot of the Agent command to copy in step 2.":::
469470
@@ -477,13 +478,13 @@ This procedure describes how to create a new agent through the Azure portal, aut
477478
478479
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](#command-line-options) aren't displayed here.
479480
480-
1. On the VM where you plan to install the agent, open a terminal and run the **Agent command** that you'd copied in the previous step.
481+
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.
481482
482483
The script updates the OS components and installs the Azure CLI, Docker software, and other required utilities, such as jq, netcat, and curl.
483484
484485
Supply additional parameters to the script as needed to customize the container deployment. For more information on available command line options, see [Kickstart script reference](reference-kickstart.md).
485486
486-
If you need to copy your command again, select **View** :::image type="content" source="media/deploy-data-connector-agent-container/view-icon.png" border="false" alt-text="Screenshot of the View icon."::: to the right of the **Health** column and copy the command next to **Agent command** on the bottom right.
487+
If you need to copy your command again, select **View** :::image type="content" source="media/deploy-data-connector-agent-container/view-icon.png" border="false" alt-text="Screenshot of the View icon."::: to the right of the **Health** column and copy the command next to **Agent deployment command** on the bottom right.
487488
488489
### Connect to a new SAP system
489490

articles/sentinel/sap/update-sap-data-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To perform this procedure, you must be a resource group owner on your Microsoft
136136

137137
1. In the **Configuration** area, under step **1. Add an API based collector agent**, locate the agent that you're updating and select the **Show commands** button.
138138
139-
1. Copy the **Role assignment command** and **TBD command** displayed. Run them on your agent VM, replacing the `Object_ID` placeholders with your VM identity object ID.
139+
1. Copy the **Role assignment commands** displayed. Run them on your agent VM, replacing the `Object_ID` placeholders with your VM identity object ID.
140140
141141
These commands assign the **Microsoft Sentinel Business Applications Agent Operator** and **Reader** Azure roles to your VM's managed identity, including only the scope of the specified agent's data in the workspace.
142142

0 commit comments

Comments
 (0)