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/watchlists-create.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Create watchlist in Microsoft Sentinel for allowlists or blocklist
4
4
author: cwatson-cat
5
5
ms.author: cwatson
6
6
ms.topic: how-to
7
-
ms.date: 02/22/2022
7
+
ms.date: 12/06/2023
8
8
---
9
9
10
10
# Create watchlists in Microsoft Sentinel
@@ -134,9 +134,22 @@ Create a shared access signature URL for Microsoft Sentinel to retrieve the watc
134
134
135
135
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).
136
136
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.
137
138
1. Copy the value for **Blob SAS URL**.
138
139
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
140
153
141
154
1. In the Azure portal, go to **Microsoft Sentinel** and select the appropriate workspace.
0 commit comments