Skip to content

Commit 0cef781

Browse files
committed
Proofing
1 parent e78677e commit 0cef781

File tree

3 files changed

+15
-27
lines changed

3 files changed

+15
-27
lines changed

articles/sentinel/sap/cross-workspace.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/22/2023
1111

1212
When you set up your Microsoft Sentinel workspace, there are [multiple architecture options](../design-your-workspace-architecture.md#decision-tree) and considerations. Considering geography, regulation, access control, and other factors, you may choose to have multiple Sentinel workspaces in your organization.
1313

14-
This article discusses working with Microsoft Sentinel solution for SAP® applications across multiple workspaces in different scenarios.
14+
This article discusses working with the Microsoft Sentinel solution for SAP® applications across multiple workspaces in different scenarios.
1515

1616
The Microsoft Sentinel solution for SAP® applications natively supports a cross-workspace architecture to allow improved flexibility for:
1717

@@ -21,9 +21,9 @@ The Microsoft Sentinel solution for SAP® applications natively supports a cross
2121
- Insufficient role-based access control (RBAC) in a single workspace
2222

2323
> [!IMPORTANT]
24-
> The cross-workspace architecture and querying is currently in PREVIEW. This feature is provided without a service level agreement. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24+
> Working with multiple workspaces is currently in PREVIEW. This feature is provided without a service level agreement. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2525
26-
You can define multiple workspaces when you [deploy the SAP security content](deploy-sap-security-content.md#multi-workspace).
26+
You can define multiple workspaces when you [deploy the SAP security content](deploy-sap-security-content.md#deploy-sap-security-content).
2727

2828
## Collaboration between the SOC and SAP teams in your organization
2929

@@ -33,17 +33,17 @@ Your organization's SAP team has technical knowledge that's critical to successf
3333

3434
As part of this collaboration, there are two possible scenarios, depending on your organization's needs:
3535

36-
1. **The SAP data and the SOC data reside in separate workspaces**. Both teams can see the SAP data, using [cross-workspace queries](#scenario-1-sap-and-soc-data-reside-in-separate-workspaces)
36+
1. **The SAP data and the SOC data reside in separate workspaces**. Both teams can see the SAP data, using [cross-workspace queries](#scenario-1-sap-and-soc-data-reside-in-separate-workspaces).
3737
1. **The SAP data is kept in the SOC workspace**, and SAP team can query the data using [resource context queries](#scenario-2-sap-data-is-kept-in-the-soc-workspace).
3838

3939
## Scenario 1: SAP and SOC data reside in separate workspaces
4040

41-
In this scenario, the SAP and SOC teams have separate Microsoft Sentinel workspaces. When your organization deploys the Microsoft Sentinel solution for SAP® applications, each team specifies its SAP workspace under **Instance details** > **Configure the workspace where the SAP data resides**.
42-
43-
You define multiple workspaces when you [deploy the SAP security content](deploy-sap-security-content.md#multi-workspace).
41+
In this scenario, the SAP and SOC teams have separate Microsoft Sentinel workspaces.
4442

4543
:::image type="content" source="media/cross-workspace/sap-cross-workspace-separate.png" alt-text="Diagram of working with the Microsoft Sentinel solution for SAP® applications in separate workspaces for the SAP and SOC data." border="false":::
4644

45+
When your organization [deploys the Microsoft Sentinel solution for SAP® applications](deploy-sap-security-content.md#deploy-sap-security-content), each team specifies its SAP workspace.
46+
4747
A common practice is to provide some or all of the SOC team members with the **Sentinel Reader** role on the SAP workspace.
4848

4949
Creating separate workspaces for the SAP and SOC data has these benefits:
@@ -70,8 +70,6 @@ This table maps out the access of data and features for the SAP and SOC teams in
7070

7171
In this scenario, you want to keep all of the data in one workspace. You can do this using Log Analytics to [manage access to data by resource](../resource-context-rbac.md). You can also associate SAP resources with an Azure resource ID by specifying the required `azure_resource_id` field in the connector configuration section on the data collector used to ingest data from the SAP system into Microsoft Sentinel.
7272

73-
You can define multiple workspaces when you [deploy the SAP security content](deploy-sap-security-content.md#multi-workspace).
74-
7573
:::image type="content" source="media/cross-workspace/sap-cross-workspace-combined.png" alt-text="Diagram of working with the Microsoft Sentinel solution for SAP® applications using the same workspace for the SAP and SOC data." border="false":::
7674

7775
Once the data collector agent is configured with the correct resource ID, the SAP team can access the specific SAP data in the SOC workspace using a resource-scoped query. The SAP team cannot read any of the other, non-SAP data types.

articles/sentinel/sap/deploy-sap-security-content.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/23/2023
1111

1212
This article shows you how to deploy Microsoft Sentinel security content into your Microsoft Sentinel workspace. This content makes up the remaining parts of the Microsoft Sentinel solution for SAP® applications.
1313

14-
Learn about [working with the solution across multiple workspaces](cross-workspace.md) (PREVIEW), or [define multiple workspaces](#multi-workspace).
14+
Learn about [working with the solution across multiple workspaces](cross-workspace.md) (PREVIEW), or [define multiple workspaces](#deploy-sap-security-content).
1515

1616
## Deployment milestones
1717

@@ -50,31 +50,21 @@ To deploy SAP solution security content, do the following:
5050

5151
1. To open the SAP solution page, select **Microsoft Sentinel solution for SAP® applications**.
5252

53-
:::image type="content" source="./media/deploy-sap-security-content/sap-solution.png" alt-text="Screenshot of the 'Microsoft Sentinel solution for SAP® applications' solution pane." lightbox="media/deploy-sap-security-content/sap-solution.png":::
53+
:::image type="content" source="./media/deploy-sap-security-content/sap-solution.png" alt-text="Screenshot of the 'Microsoft Sentinel solution for SAP® applications' solution pane.":::
5454

5555
1. To launch the solution deployment wizard, select **Create**, and then enter the details of the Azure subscription and resource group.
5656

57-
1. For the **Deployment target workspace**, select the Log Analytics workspace (the one used by Microsoft Sentinel) where you want to deploy the solution.
57+
1. For the **Deployment target workspace**, select the Log Analytics workspace (the one used by Microsoft Sentinel) where you want to deploy the solution. <a id="multi-workspace"></a>
5858

59-
<a id="multi-workspace"></a>
60-
61-
1. If you want to [work with the Microsoft Sentinel solution for SAP® applications across multiple workspaces](cross-workspace.md) (PREVIEW), do one of the following:
62-
63-
- [If you want the SOC and SAP data to reside in separate workspaces](cross-workspace.md#scenario-1-sap-and-soc-data-reside-in-separate-workspaces):
64-
1. Select **Some of the data is on a different workspace**.
65-
1. Under **Configure the workspace where the SOC data resides in**, select the SOC subscription and workspace.
66-
1. Under **Configure the workspace where the SAP data resides in**, select the SAP subscription and workspace.
59+
1. If you want to [work with the Microsoft Sentinel solution for SAP® applications across multiple workspaces](cross-workspace.md) (PREVIEW), do one of the following, select **Some of the data is on a different workspace**.
60+
1. Under **Configure the workspace where the SOC data resides in**, select the SOC subscription and workspace.
61+
1. Under **Configure the workspace where the SAP data resides in**, select the SAP subscription and workspace.
6762

6863
For example:
6964

70-
:::image type="content" source="./media/deploy-sap-security-content/sap-multi-workspace.png" alt-text="Screenshot of how to configure the Microsoft Sentinel solution for SAP® applications to work across multiple workspaces." lightbox="media/deploy-sap-security-content/sap-multi-workspace.png":::
65+
:::image type="content" source="./media/deploy-sap-security-content/sap-multi-workspace.png" alt-text="Screenshot of how to configure the Microsoft Sentinel solution for SAP® applications to work across multiple workspaces.":::
7166

72-
- [If you want the SOC and SAP data to be kept on the same workspace](cross-workspace.md#scenario-2-sap-data-is-kept-in-the-soc-workspace):
73-
- If the SAP team doesn't have permissions to the SAP workspace, under **Subscription** and **Resource group**, select the SAP workspace. Do not select **Some of the data is on a different workspace**.
74-
- If the SAP team has permissions to the SAP workspace:
75-
1. Select **Some of the data is on a different workspace**.
76-
1. Under **Configure the workspace where the SOC data resides in**, select the SOC subscription and workspace.
77-
1. Under **Configure the workspace where the SAP data resides in**, select the SAP subscription and workspace.
67+
If you want the SOC and SAP data to be kept on the same workspace, review [this scenario](cross-workspace.md#scenario-2-sap-data-is-kept-in-the-soc-workspace).
7868

7969
1. Select **Next** to cycle through the **Data Connectors**, **Analytics**, and **Workbooks** tabs, where you can learn about the components that will be deployed with this solution.
8070

-29.2 KB
Loading

0 commit comments

Comments
 (0)