Skip to content

Commit 3bfc3b0

Browse files
committed
Add screenshots
1 parent 11389fa commit 3bfc3b0

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed
64.2 KB
Loading
99.4 KB
Loading
103 KB
Loading
295 Bytes
Loading

articles/sentinel/quickstart-onboard.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,52 +63,79 @@ The content hub in Microsoft Sentinel is the centralized location to discover an
6363

6464
1. Find and select the **Azure Activity** solution.
6565

66-
1. On the toolbar at the top of the page, select **Install/Update**.
66+
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity.png" alt-text="Screenshot of the content hub with the solution for Azure Activity selected.":::
67+
68+
1. On the toolbar at the top of the page, select :::image type="icon" source="media/quickstart-onboard/install-update-button.png"::: **Install/Update**.
6769

6870
## Set up the data connector
6971

7072
Microsoft Sentinel ingests data from services and apps by connecting to the service and forwarding the events and logs to Microsoft Sentinel. For this quickstart, install the data connector to forward data for Azure Activity to Microsoft Sentinel.
7173

7274
1. In Microsoft Sentinel, select **Data connectors**.
75+
7376
1. Search for and select the **Azure Activity** data connector.
77+
7478
1. In the details pane for the connector, select **Open connector page**.
79+
7580
1. Review the instructions to configure the connector.
81+
7682
1. Select **Launch Azure Policy Assignment Wizard**.
83+
7784
1. On the **Basics** tab, set the **Scope** to the subscription and resource group that has activity to send to Microsoft Sentinel. For example, select the subscription that contains your Microsoft Sentinel instance.
85+
7886
1. Select the **Parameters** tab.
87+
7988
1. Set the **Primary Log Analytics workspace**. This should be the workspace where Microsoft Sentinel is installed.
89+
8090
1. Select **Review + create** and **Create**.
8191

8292
## Generate activity data
8393

8494
Let's generate some activity data by enabling a rule that was included in the Azure Activity solution for Microsoft Sentinel. This step also shows you how to manage content in the content hub.
8595

8696
1. In Microsoft Sentinel, select **Content hub**.
97+
8798
1. Find and select the **Azure Activity** solution.
99+
88100
1. From the right-hand side pane, select **Manage**.
101+
89102
1. Find and select the rule template **Suspicious Resource deployment**.
103+
90104
1. Select **Configuration**.
105+
91106
1. Select the rule and **Create rule**.
107+
92108
1. On the **General** tab, change the **Status** to enabled. Leave the rest of the default values.
109+
93110
1. Accept the defaults on the other tabs.
111+
94112
1. On the **Review and create** tab, select **Create**.
95113

96114
## View data ingested into Microsoft Sentinel
97115

98116
Now that you've enabled the Azure Activity data connector and generated some activity data let's view the activity data added to the workspace.
99117

100118
1. In Microsoft Sentinel, select **Data connectors**.
119+
101120
1. Search for and select the **Azure Activity** data connector.
121+
102122
1. In the details pane for the connector, select **Open connector page**.
123+
103124
1. Review the **Status** of the data connector. It should be **Connected**.
125+
126+
:::image type="content" source="media/quickstart-onboard/azure-activity-connected-status.png" alt-text="Screenshot of data connector for Azure Activity with the status showing as connected.":::
127+
104128
1. In the left-hand side pane above the chart, select **Go to log analytics**.
129+
105130
1. On the top of the pane, next to the **New query 1** tab, select the **+** to add a new query tab.
131+
106132
1. In the query pane, run the following query to view the activity date ingested into the workspace.
107133

108134
```kusto
109135
AzureActivity
110136
```
111137

138+
:::image type="content" source="media/quickstart-onboard/azure-activity-logs-query.png" alt-text="Screenshot of the log query window with results returned for the Azure Activity query.":::
112139

113140
## Next steps
114141

0 commit comments

Comments
 (0)