Skip to content

Commit e82249d

Browse files
committed
fixing tab order
1 parent 26b1ad7 commit e82249d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/sentinel/quickstart-onboard.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ The content hub in Microsoft Sentinel is the centralized location to discover an
7676

7777
1. Find and select the **Azure Activity** solution.
7878

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-
8379
#### [Defender portal](#tab/defender-portal)
8480

8581
:::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.":::
8682

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+
8787
---
8888

8989
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
132132

133133
1. Select a tab to continue, depending on which portal you're using:
134134

135-
#### [Azure portal](#tab/azure-portal)
135+
#### [Defender portal](#tab/defender-portal)
136136

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.
138138

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.
140140

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:
142142

143143
```kusto
144144
AzureActivity
145145
```
146146
147147
For example:
148148
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.":::
150150
151-
#### [Defender portal](#tab/defender-portal)
151+
#### [Azure portal](#tab/azure-portal)
152152
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.
154154
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.
156156
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:
158158
159159
```kusto
160160
AzureActivity
161161
```
162162
163163
For example:
164164
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.":::
166166
167167
---
168168

0 commit comments

Comments
 (0)