Skip to content

Commit 06dd7c9

Browse files
authored
Capitalize first letters in list items.
1 parent fb57921 commit 06dd7c9

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

defender-xdr/advanced-hunting-defender-use-custom-rules.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,20 @@ To use a function from Microsoft Sentinel, go to the **Functions** tab and scrol
3636
You can also select the vertical ellipses ( ![kebab icon](/defender/media/ah-kebab.png) ) to the right of the function and select **Insert to query** to insert the function into a query in the query editor.
3737

3838
Other options include:
39-
- **View details**opens the function side pane containing its details
40-
- **Load function code**opens a new tab containing the function code
39+
- **View details**Opens the function side pane containing its details.
40+
- **Load function code**Opens a new tab containing the function code.
4141

4242
For editable functions, more options are available when you select the vertical ellipses:
43-
- **Edit details**opens the function side pane to allow you to edit details about the function (except folder names for Sentinel functions)
44-
- **Delete**deletes the function
43+
- **Edit details**Opens the function side pane to allow you to edit details about the function (except folder names for Sentinel functions).
44+
- **Delete**Deletes the function.
4545

4646
### Use adx() operator for Azure Data Explorer queries (Preview)
4747
Use the `adx()` operator to query tables stored in Azure Data Explorer. Read [What is Azure Data Explorer?](/azure/data-explorer/data-explorer-overview) for more details.
4848

4949
This feature was previously only available in log analytics in Microsoft Sentinel. Users can now use the operator in advanced hunting in the unified Microsoft Defender portal without needing to manually open a Microsoft Sentinel window.
5050

5151
In the query editor, enter the query in the following format:
52+
5253
```Kusto
5354
adx('<Cluster URI>/<Database Name>').<Table Name>
5455
```
@@ -58,13 +59,13 @@ For example, to get the first 10 rows of data from the `StormEvents` table store
5859
:::image type="content" source="/defender-xdr/media/adx-sample.png" alt-text="Screenshot of adx operator in advanced hunting." lightbox="/defender-xdr/media/adx-sample.png":::
5960

6061
> [!NOTE]
61-
> The `adx()` operator is not supported for custom detections.
62+
> The `adx()` operator isn't supported for custom detections.
6263
6364

6465
### Use arg() operator for Azure Resource Graph queries
6566
The `arg()` operator can be used to query across deployed Azure resources like subscriptions, virtual machines, CPU, storage, and the like.
6667

67-
This feature was previously only available in log analytics in Microsoft Sentinel. In the Microsoft Defender portal, the `arg()` operator works over Microsoft Sentinel data (that is, Defender XDR tables are not supported). This allows users to use the operator in advanced hunting without needing to manually open a Microsoft Sentinel window.
68+
This feature was previously only available in log analytics in Microsoft Sentinel. In the Microsoft Defender portal, the `arg()` operator works over Microsoft Sentinel data (that is, Defender XDR tables aren't supported). This allows users to use the operator in advanced hunting without needing to manually open a Microsoft Sentinel window.
6869

6970
Note that queries using the `arg()` operator return the first 1,000 records only. Read [Query data in Azure Resource Graph by using arg()](/azure/azure-monitor/logs/azure-monitor-data-explorer-proxy#query-data-in-azure-resource-graph-by-using-arg-preview) for more details.
7071

@@ -92,18 +93,18 @@ arg("").Resources
9293

9394
To use a saved query from Microsoft Sentinel, go to the **Queries** tab and scroll until you find the query that you want. Double-click the query name to load the query in the query editor. For more options, select the vertical ellipses ( ![kebab icon](/defender/media/ah-kebab.png) ) to the right of the query. From here, you can perform the following actions:
9495

95-
- **Run query**loads the query in the query editor and runs it automatically
96-
- **Open in query editor**loads the query in the query editor
97-
- **View details**opens the query details side pane where you can inspect the query, run the query, or open the query in the editor
96+
- **Run query**Loads the query in the query editor and runs it automatically.
97+
- **Open in query editor**Loads the query in the query editor.
98+
- **View details**Opens the query details side pane where you can inspect the query, run the query, or open the query in the editor.
9899

99-
:::image type="content" source="/defender/media/advanced-hunting-unified-view-details.png" alt-text="Screenshot of the options available in saved queries in the Microsoft Defender portal" lightbox="/defender/media/advanced-hunting-unified-view-details.png":::
100+
:::image type="content" source="/defender/media/advanced-hunting-unified-view-details.png" alt-text="Screenshot of the options available in saved queries in the Microsoft Defender portal." lightbox="/defender/media/advanced-hunting-unified-view-details.png":::
100101

101102

102103
For editable queries, more options are available:
103104

104-
- **Edit details**opens the query details side pane with the option to edit the details like description (if applicable) and the query itself; only the folder names (location) of Microsoft Sentinel queries can't be edited
105-
- **Delete**deletes the query
106-
- **Rename**allows you to modify the query name
105+
- **Edit details**Opens the query details side pane with the option to edit the details like description (if applicable) and the query itself; only the folder names (location) of Microsoft Sentinel queries can't be edited.
106+
- **Delete**Deletes the query.
107+
- **Rename**Allows you to modify the query name.
107108

108109
## Create custom analytics and detection rules
109110

0 commit comments

Comments
 (0)