Lab Setup
Use an Azure subscription and Microsoft Entra tenant that you are authorized to administer. This lab requires the Security Administrator role and a Microsoft Sentinel-enabled workspace. Use privileged roles only for the duration of the exercise and follow your organization's least-privilege practices.
===
Configure Microsoft Sentinel Data Collection and Automation
Your SOC cannot automate triage if data sources are disconnected and workflow actions are missing. In this lab, you will connect high-value Microsoft data sources, verify ingestion in the workspace, and configure an automation rule that drives a pre-built playbook.
In this lab, you will:
- Review the pre-provisioned Sentinel workspace state.
- Connect the Microsoft Defender XDR connector.
- Connect the Azure Activity connector.
- Verify event ingestion with a Log Analytics query.
- Build an automation rule for high-severity incidents.
- Link the rule to the pre-built playbook.
- Review content available through Content Hub.
This exercise should take approximately 45 minutes to complete.
Note: This lab uses the pre-provisioned Sentinel workspace
sc500-lab4e-sentineland playbooksc500-incident-playbook.
Create a Log Analytics space
-
Sign in to the Azure portal
https://portal.azure.comwith your Administrator account. -
In the Search resources... bar, find and open
Log Analytics Workspaces. -
Select the + Create option.
-
Create a Workspace with these settings:
- Subscription = Use the default provided
- Resource Group = Create New --> lab4e-rg
- Name =
sc500-lab4e-sentinel - Region = Use the default
-
Select Review + create.
-
When the validation finishes, select Create.
Review / Create a Workspace for use in Microsoft Sentinel
-
Use the search bar to open
Microsoft Sentinel. -
Select workspace sc500-lab4e-sentinel.
-
Use the Add button to attach Sentinel to the workspace.
-
Review the workspace overview and confirm the current baseline state (connectors and incidents).
Connect Microsoft Defender XDR
-
In the Microsoft Sentinel menu, expand the Configuration section. Then open Data connectors.
-
Search for and select Microsoft Defender XDR.
-
Open the connector page and select Open connector page.
-
Complete the connection workflow if requested. By default XDR should be connected automatically.
-
Enable bi-directional incident synchronization if presented in connector options.
-
Save settings.
-
Record what data this connector contributes (alerts/incidents/entities).
Connect Azure Activity
-
In Data connectors, search for Azure Activity.
-
Open the connector and connect the active subscription.
-
Save the connector configuration.
-
Confirm connector status shows connected.
Verify Ingestion
-
Open Logs for sc500-lab4e-sentinel.
-
Run the following query:
AzureActivity | take 10 -
Confirm at least one row is returned.
-
Record values from one result:
Field Value OperationName Caller TimeGenerated
Configure Automation Rule and Playbook Link
-
In Sentinel, open Automation then Automation rules.
-
Select Create and configure:
- Rule name:
sc500-auto-triage - Trigger: Incident created
- Condition: Severity equals High
- Rule name:
-
Add actions:
- Change severity to Critical
- Assign owner to User1
- Run playbook: sc500-incident-playbook
-
Save the automation rule.
-
Open sc500-incident-playbook and review:
- Trigger type
- Key action steps
- Final action output target
-
Record these details in your notes.
Review Content Hub Package Scope
-
Open Content hub in Sentinel.
-
Search for Microsoft Defender XDR.
-
Open the solution details page and review included content types.
-
Record at least two analytics rule names or content artifacts listed in the package.
Summary
In this lab, you established Sentinel collection and orchestration fundamentals:
- Connected core Microsoft security telemetry sources.
- Verified that events are ingesting into the workspace.
- Configured incident automation to standardize triage actions.
- Linked automation to a reusable playbook.
This creates the base operating pattern for SOC data readiness and repeatable incident response automation.