Skip to content

Commit d63b2f4

Browse files
committed
added process overview diagram
1 parent 5b60aee commit d63b2f4

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

articles/sentinel/media/summary-rules/diagram copy.mmd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ config:
55
---
66
sequenceDiagram
77
actor User as User
8-
participant Azure AD as Azure AD
8+
participant Entra ID as Entra ID
99
participant Azure Monitor as Azure Monitor
1010
participant Log Analytics Workspace as Log Analytics Workspace
1111
participant VM as VM
12-
User ->> Azure AD: 1. Register Microsoft Entra application
13-
Azure AD ->> User: Provide Application ID and secret
14-
User ->> Azure AD: 2. Assign the Monitoring Metrics Publisher role to the application
15-
User ->> Azure Monitor: 3. Deploy ARM template to create a DCE, DCR, and CommonSecurityLog_CL Auxiliary table
12+
User ->> Entra ID: 1. Register Microsoft Entra application
13+
Entra ID ->> User: Provide Application ID and secret
14+
User ->> Entra ID: 2. Assign the Monitoring Metrics Publisher role to the application
15+
User ->> Azure Monitor: 3. Create a DCE, DCR, and custom Auxiliary table by deploying ARM template
1616
Azure Monitor ->> User: Provide DCE URI and DCR Immutable ID
17+
User ->> Azure Monitor: 4. Grant your application permission to send data to the DCE
1718
User ->> VM: 4. Update Logstash configuration file
1819
VM ->> Azure Monitor: Send data to DCE
1920
Azure Monitor ->> Log Analytics Workspace: Ingest raw data into CommonSecurityLog_CL table

0 commit comments

Comments
 (0)