You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/quickstart-onboard.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,14 @@ The content hub in Microsoft Sentinel is the centralized location to discover an
76
76
77
77
1. Find and select the **Azure Activity** solution.
78
78
79
-
#### [Azure portal](#tab/azure-portal)
80
-
81
-
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity.png" alt-text="Screenshot of the content hub in the Azure portal with the solution for Azure Activity selected.":::
82
-
83
79
#### [Defender portal](#tab/defender-portal)
84
80
85
81
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity-defender.png" alt-text="Screenshot of the content hub in the Defender portal with the solution for Azure Activity selected.":::
86
82
83
+
#### [Azure portal](#tab/azure-portal)
84
+
85
+
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity.png" alt-text="Screenshot of the content hub in the Azure portal with the solution for Azure Activity selected.":::
86
+
87
87
---
88
88
89
89
1. On the solution details pane on the side, select **Install**.
@@ -132,37 +132,37 @@ Now that you've enabled the Azure Activity data connector and generated some act
132
132
133
133
1. Select a tab to continue, depending on which portal you're using:
134
134
135
-
#### [Azure portal](#tab/azure-portal)
135
+
#### [Defender portal](#tab/defender-portal)
136
136
137
-
1. Select **Go to query** to open the **Logs** page in the Azure portal.
137
+
1. Select **Go to log analytics** to open the **Advanced hunting** page.
138
138
139
-
1. On the top of the pane, next to the **New query 1** tab, select the **+** to add a new query tab.
139
+
1. On the top of the pane, next to the **New query** tab, select the **+** to add a new query tab.
140
140
141
-
1.On the side, switch from **Simple mode** to **KQL mode**, and run the following query to view the activity date ingested into the workspace:
141
+
1.Run the following query to view the activity date ingested into the workspace:
142
142
143
143
```kusto
144
144
AzureActivity
145
145
```
146
146
147
147
For example:
148
148
149
-
:::image type="content" source="media/quickstart-onboard/azure-activity-logs-query.png" alt-text="Screenshot of the AzureActivity query in the Logs page of the Azure portal.":::
149
+
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity-defender.png" alt-text="Screenshot of the AzureActivity query in the Logs page of the Defender portal.":::
150
150
151
-
#### [Defender portal](#tab/defender-portal)
151
+
#### [Azure portal](#tab/azure-portal)
152
152
153
-
1. Select **Go to log analytics** to open the **Advanced hunting** page.
153
+
1. Select **Go to query** to open the **Logs** page in the Azure portal.
154
154
155
-
1. On the top of the pane, next to the **New query** tab, select the **+** to add a new query tab.
155
+
1. On the top of the pane, next to the **New query 1** tab, select the **+** to add a new query tab.
156
156
157
-
1. Run the following query to view the activity date ingested into the workspace:
157
+
1. On the side, switch from **Simple mode** to **KQL mode**, and run the following query to view the activity date ingested into the workspace:
158
158
159
159
```kusto
160
160
AzureActivity
161
161
```
162
162
163
163
For example:
164
164
165
-
:::image type="content" source="media/quickstart-onboard/content-hub-azure-activity-defender.png" alt-text="Screenshot of the AzureActivity query in the Logs page of the Defender portal.":::
165
+
:::image type="content" source="media/quickstart-onboard/azure-activity-logs-query.png" alt-text="Screenshot of the AzureActivity query in the Logs page of the Azure portal.":::
0 commit comments