Skip to content

Commit 7d6fb57

Browse files
Merge pull request #268205 from austinmccollum/austinmc-ccpIPs
add step for network isolation
2 parents 362a898 + 6d1722d commit 7d6fb57

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create a codeless connector in Microsoft Sentinel usin
44
author: austinmccollum
55
ms.author: austinmc
66
ms.topic: how-to
7-
ms.date: 10/19/2023
7+
ms.date: 03/06/2024
88
---
99
# Create a codeless connector for Microsoft Sentinel (Public preview)
1010

@@ -222,13 +222,22 @@ Deploy your codeless connector as a custom template.
222222
1. Copy the contents of the ARM [deployment template](#create-the-deployment-template).
223223
1. Follow the **Edit and deploy the template** instructions from the article, [Quickstart: Create and deploy ARM templates by using the Azure portal](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md#edit-and-deploy-the-template).
224224

225+
### Maintain network isolation for logging source
226+
227+
If your logging source requires network isolation, configure an allowlist of public IP addresses used by the CCP.
228+
229+
Azure virtual networks use service tags to define network access controls. For the CCP, that service tag is [**Scuba**](/azure/virtual-network/service-tags-overview#available-service-tags).
230+
231+
To find the current IP range associated with the **Scuba** service tag, see [Use the Service Tag Discovery API](/azure/virtual-network/service-tags-overview#use-the-service-tag-discovery-api).
232+
225233
## Verify the codeless connector
226234

227235
View your codeless connector in the data connector gallery. Open the data connector and complete any authentication parameters required to connect. Once successfully connected, the DCR and custom tables are created. View the DCR resource in your resource group and any custom tables from the logs analytics workspace.
228236

229237
>[!NOTE]
230238
>It may take up to 30 minutes to see data begin ingesting.
231239

240+
232241
## Example
233242

234243
Each step in building the codeless connector is represented in the following example sections.

0 commit comments

Comments
 (0)