Skip to content

Commit 5bf0ade

Browse files
Merge pull request #260494 from austinmccollum/patch-4
add steps for large watchlist SAS
2 parents 46025cd + 839bd15 commit 5bf0ade

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/sentinel/watchlists-create.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create watchlist in Microsoft Sentinel for allowlists or blocklist
44
author: cwatson-cat
55
ms.author: cwatson
66
ms.topic: how-to
7-
ms.date: 02/22/2022
7+
ms.date: 12/06/2023
88
---
99

1010
# Create watchlists in Microsoft Sentinel
@@ -134,9 +134,22 @@ Create a shared access signature URL for Microsoft Sentinel to retrieve the watc
134134

135135
1. Follow the steps in [Create SAS tokens for blobs in the Azure portal](../ai-services/translator/document-translation/how-to-guides/create-sas-tokens.md?tabs=blobs#create-sas-tokens-in-the-azure-portal).
136136
1. Set the shared access signature token expiry time to be at minimum 6 hours.
137+
1. Keep the default value for **Allowed IP addresses** as blank.
137138
1. Copy the value for **Blob SAS URL**.
138139

139-
### Step 3: Add the watchlist to a workspace
140+
### Step 3: Add Azure to the CORS tab
141+
142+
Before using a SAS URI, add the azure portal to the Cross Origin Resource Sharing (CORS).
143+
144+
1. Go to the storage account settings, **Resource sharing** page.
145+
1. Select the **Blob service** tab.
146+
1. Add `https://*.portal.azure.net` to the allowed origins table.
147+
1. Select the appropriate **Allowed methods** of `GET` and `OPTIONS`.
148+
1. Save the configuration.
149+
150+
For more information, see [CORS support for Azure Storage](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services).
151+
152+
### Step 4: Add the watchlist to a workspace
140153

141154
1. In the Azure portal, go to **Microsoft Sentinel** and select the appropriate workspace.
142155

0 commit comments

Comments
 (0)