Skip to content

Commit 4a83e63

Browse files
Merge pull request #208364 from oferInbar/Ofers-pre-GA1
Added FFX/ mooncake documentation commands
2 parents bac3b23 + 8633f95 commit 4a83e63

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,23 +121,30 @@ If you're not using SNC, then your SAP configuration and authentication secrets
121121
122122
1. **Create and configure a data disk** to be mounted at the Docker root directory.
123123
124-
1. Run the following command to **download and run the deployment Kickstart script**:
125-
124+
1. **download and run the deployment Kickstart script**:
125+
For public cloud, the command is:
126126
```bash
127127
wget -O sapcon-sentinel-kickstart.sh https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/SAP/sapcon-sentinel-kickstart.sh && bash ./sapcon-sentinel-kickstart.sh
128128
```
129-
129+
For Azure China 21Vianet, the command is:
130+
```bash
131+
wget -O sapcon-sentinel-kickstart.sh https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/SAP/sapcon-sentinel-kickstart.sh && bash ./sapcon-sentinel-kickstart.sh --cloud mooncake
132+
```
133+
For Azure Government - US, the command is:
134+
```bash
135+
wget -O sapcon-sentinel-kickstart.sh https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/SAP/sapcon-sentinel-kickstart.sh && bash ./sapcon-sentinel-kickstart.sh --cloud fairfax
136+
```
130137
The script updates the OS components, installs the Azure CLI and Docker software and other required utilities (jq, netcat, curl), and prompts you for configuration parameter values. You can supply additional parameters to the script to minimize the amount of prompts or to customize the container deployment. For more information on available command line options, see [Kickstart script reference](reference-kickstart.md).
131138
132-
1. **Follow the on-screen instructions** to enter your SAP and key vault details and complete the deployment. When the deployment is complete, a confirmation message is displayed:
139+
2. **Follow the on-screen instructions** to enter your SAP and key vault details and complete the deployment. When the deployment is complete, a confirmation message is displayed:
133140
134141
```bash
135142
The process has been successfully completed, thank you!
136143
```
137144
138145
Note the Docker container name in the script output. You'll use it in the next step.
139146
140-
1. Run the following command to **configure the Docker container to start automatically**.
147+
3. Run the following command to **configure the Docker container to start automatically**.
141148
142149
```bash
143150
docker update --restart unless-stopped <container-name>

articles/sentinel/sap/deployment-solution-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Now Microsoft Sentinel will be able to differentiate a logon from 192.168.10.15
7272
- SAP - Sensitive Tables
7373
- SAP - Sensitive ABAP Programs
7474
- SAP - Sensitive Transactions
75-
- SAP - Critical Authorizations
7675

7776
All of these watchlists identify sensitive actions or data that can be carried out or accessed by users. Several well-known operations, tables and authorizations have been pre-configured in the watchlists, however we recommend you consult with the SAP BASIS team to identify which operations, transactions, authorizations and tables are considered to be sensitive in your SAP environment.
7877

@@ -81,6 +80,7 @@ All of these watchlists identify sensitive actions or data that can be carried o
8180
- SAP - Sensitive Profiles
8281
- SAP - Sensitive Roles
8382
- SAP - Privileged Users
83+
- SAP - Critical Authorizations
8484

8585
The Microsoft Sentinel Solution for SAP uses User Master data gathered from SAP systems to identify which users, profiles, and roles should be considered sensitive. Some sample data is included in the watchlists, though we recommend you consult with the SAP BASIS team to identify sensitive users, roles and profiles and populate the watchlists accordingly.
8686

0 commit comments

Comments
 (0)