Skip to content

Commit 35f496f

Browse files
Merge pull request #7338 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-29 12:30 UTC
2 parents fe7e053 + 54af28f commit 35f496f

2 files changed

Lines changed: 28 additions & 15 deletions

File tree

.github/workflows/MSecD-RequireWriterReview.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ concurrency:
1818

1919
jobs:
2020
require-writer-review:
21-
if: github.repository_owner == 'MicrosoftDocs' || github.repository_owner == 'microsoftgraph'
21+
# Skip noise from unrelated label events. Only react to labeled events when
22+
# the label is one this workflow actually gates on. All other event types
23+
# (opened, synchronize, reopened, issue_comment) always proceed.
24+
if: >-
25+
(github.repository_owner == 'MicrosoftDocs' || github.repository_owner == 'microsoftgraph')
26+
&& (
27+
github.event.action != 'labeled'
28+
|| github.event.label.name == 'qualifies-for-auto-merge'
29+
|| github.event.label.name == 'blocked-qualifies-for-auto-merge'
30+
)
2231
uses: MicrosoftDocs/defender-docs/.github/workflows/MSecD-Shared-RequireWriterReview.yml@workflows-test
23-
secrets: inherit
32+
secrets: inherit

sentinel/watchlists-create.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Create new watchlists
2+
title: Create New Watchlists
33
titleSuffix: Microsoft Sentinel
4-
description: Create watchlist in Microsoft Sentinel for allowlists or blocklists, to enrich event data, and help investigate threats.
4+
description: Learn how to create a watchlist in Microsoft Sentinel to build allowlists or blocklists, enrich event data, and investigate threats.
55
author: guywi-ms
66
ms.author: guywild
77
ms.topic: how-to
8-
ms.date: 12/11/2025
8+
ms.date: 04/29/2026
99
appliesto:
1010
- Microsoft Sentinel in the Microsoft Defender portal
1111
- Microsoft Sentinel in the Azure portal
1212
ms.collection: usx-security
13-
ms.custom: sfi-image-nochange
13+
ms.custom: sfi-image-nochange, msecd-doc-authoring-1012
14+
ai-usage: ai-assisted
1415

1516

1617
#Customer intent: As a security analyst, I want to manage watchlists in my SIEM platform so that I can correlate critical data with security events and enhance threat detection.
@@ -26,7 +27,7 @@ You can create a watchlist by using any of the following methods:
2627
- [Upload a watchlist file from your Azure Storage account](#create-a-large-watchlist-from-file-in-azure-storage-preview)
2728
- [Create a watchlist manually](#create-a-watchlist-manually-preview)
2829

29-
You can currently upload local files up to 3.8 MB in size. A file that's over 3.8 MB and up to 500 MB is considered a large watchlist. To upload a large watchlist, upload the file to an Azure Storage account. Before you create a watchlist, review the [limitations of watchlists](watchlists.md#watchlist-limitations).
30+
You can upload local files up to 3.8 MB. A file that's over 3.8 MB and up to 500 MB is considered a large watchlist. To upload a large watchlist, upload the file to an Azure Storage account. Before you create a watchlist, review the [limitations of watchlists](watchlists.md#watchlist-limitations).
3031

3132
Data in the Log Analytics Watchlist table is retained for 28 days.
3233

@@ -50,7 +51,7 @@ If you didn't use a watchlist template to create your file:
5051

5152
1. Select **+ New** to open the **Watchlist wizard**.
5253

53-
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-new-defender.png" alt-text="Screenshot of add watchlist option on watchlist page." lightbox="./media/watchlists-create/sentinel-watchlist-new-defender.png":::
54+
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-new-defender.png" alt-text="Screenshot of the Microsoft Sentinel Watchlist page with the New button highlighted." lightbox="./media/watchlists-create/sentinel-watchlist-new-defender.png":::
5455

5556
1. On the **General** page, enter the name, description, and alias for the watchlist, and then select **Next: Source**.
5657

@@ -66,7 +67,7 @@ If you didn't use a watchlist template to create your file:
6667
|Upload file | Either drag and drop your data file, or select **Browse for files** and select the file to upload. |
6768
|SearchKey | Enter the name of a column in your watchlist that you expect to use as a join with other data or a frequent object of searches. For example, if your server watchlist contains country/region names and their respective two-letter country codes, and you expect to use the country codes often for search or joins, use the **Code** column as the SearchKey. |
6869

69-
>[!NOTE]
70+
> [!NOTE]
7071
> If your CSV file is larger than 3.8 MB, you need to use the instructions for [Create a large watchlist from file in Azure Storage](#create-a-large-watchlist-from-file-in-azure-storage-preview).
7172
7273
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-source.png" alt-text="Screenshot showing the watchlist source tab." lightbox="./media/watchlists-create/sentinel-watchlist-source.png":::
@@ -103,7 +104,7 @@ It might take several minutes for the watchlist to be created and the new data t
103104

104105
## Create a large watchlist from file in Azure Storage (preview)
105106

106-
If you have a large watchlist up to 500 MB in size, upload your watchlist file to your Azure Storage account. Then create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data. A shared access signature URL is an URI that contains both the resource URI and shared access signature token of a resource like a CSV file in your storage account. Finally, add the watchlist to your workspace in Microsoft Sentinel.
107+
If you have a large watchlist up to 500 MB, upload your watchlist file to your Azure Storage account. Then create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data. A shared access signature URL is a URI that contains both the resource URI and shared access signature token of a resource like a CSV file in your storage account. Finally, add the watchlist to your workspace in Microsoft Sentinel.
107108

108109
For more information about shared access signatures, see [Azure Storage shared access signature token](/azure/storage/common/storage-sas-overview#sas-token).
109110

@@ -142,14 +143,17 @@ If you don't use AzCopy, upload your file by using the Azure portal. Go to your
142143

143144
Create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data.
144145

146+
> [!NOTE]
147+
> Only public Blob SAS URI is supported.
148+
145149
1. Follow the steps in [Create SAS tokens for blobs in the Azure portal](/azure/ai-services/translator/document-translation/how-to-guides/create-sas-tokens?tabs=blobs#create-sas-tokens-in-the-azure-portal).
146150
1. Set the shared access signature token expiry time to at least six hours.
147151
1. Keep the default value for **Allowed IP addresses** as blank.
148152
1. Copy the value for **Blob SAS URL**.
149153

150154
### Step 3: Add Azure to the CORS tab
151155

152-
Before using a SAS URI, add the Azure portal to the Cross Origin Resource Sharing (CORS).
156+
Before you use a SAS URI, add the Azure portal to the Cross-Origin Resource Sharing (CORS) configuration.
153157

154158
1. Go to the storage account settings, **Resource sharing** page.
155159
1. Select the **Blob service** tab.
@@ -203,8 +207,8 @@ To create a watchlist from scratch:
203207

204208
It might take several minutes for the watchlist to be created and the new data to be available in queries.
205209

206-
>[!NOTE]
207-
>Watchlists you create manually automatically contain a single entry that uses default values. You can update this entry as needed. For more information, see [Manage watchlists](watchlists-manage.md).
210+
> [!NOTE]
211+
> Watchlists you create manually automatically contain a single entry that uses default values. You can update this entry as needed. For more information, see [Manage watchlists](watchlists-manage.md).
208212
209213
## View watchlist status
210214

@@ -240,7 +244,7 @@ To download one of the watchlist templates:
240244

241245
1. Select **Download Schema**.
242246

243-
:::image type="content" source="./media/watchlists-create/create-watchlist-download-schema.png" alt-text="Screenshot of templates tab with download schema selected.":::
247+
:::image type="content" source="./media/watchlists-create/create-watchlist-download-schema.png" alt-text="Screenshot of the Watchlist Templates tab with the Download Schema option selected from the context menu.":::
244248

245249
1. Populate your local version of the file and save it locally as a CSV file.
246250

@@ -252,7 +256,7 @@ If you delete and recreate a watchlist, you might see both the deleted and recre
252256

253257
## Related content
254258

255-
To learn more about Microsoft Sentinel, see the following articles:
259+
For more information about watchlists and Microsoft Sentinel, see:
256260

257261
- Learn how to [get visibility into your data and potential threats](get-visibility.md)
258262
- Get started [detecting threats with Microsoft Sentinel](./detect-threats-built-in.md)

0 commit comments

Comments
 (0)