Skip to content

Commit 2a8a9b6

Browse files
modify legacy wording
1 parent 59c7c50 commit 2a8a9b6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/sentinel/create-codeless-connector-legacy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ ms.date: 11/22/2023
99
---
1010
# Create a legacy codeless connector for Microsoft Sentinel
1111

12-
The Codeless Connector Platform (CCP) provides partners, advanced users, and developers with the ability to create custom connectors, connect them, and ingest data to Microsoft Sentinel. Connectors created via the CCP can be deployed via API, an ARM template, or as a solution in the Microsoft Sentinel [content hub](sentinel-solutions.md).
12+
> [!IMPORTANT]
13+
>There's a newer version of the Codeless Connector Platform (CCP). For more information on the **new CCP**, see [Create a codeless connector (Preview)](create-codeless-connector.md). Reference this document if you need to maintain or update a data connector based on this older version of the CCP.
14+
>
15+
16+
The CCP provides partners, advanced users, and developers with the ability to create custom connectors, connect them, and ingest data to Microsoft Sentinel. Connectors created via the CCP can be deployed via API, an ARM template, or as a solution in the Microsoft Sentinel [content hub](sentinel-solutions.md).
1317

1418
Connectors created using CCP are fully SaaS, without any requirements for service installations, and also include [health monitoring](monitor-data-connector-health.md) and full support from Microsoft Sentinel.
1519

1620
Create your data connector by defining JSON configurations, with settings for how the data connector page in Microsoft Sentinel looks along with polling settings that define how the connection functions.
1721

1822
> [!IMPORTANT]
19-
> This version of Codeless Connector Platform (CCP) was in PREVIEW, but is now considered LEGACY. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
23+
> This version of Codeless Connector Platform (CCP) is in PREVIEW, but is also considered **Legacy**. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2024
>
2125
22-
For more information on the **new CCP**, see [Create a codeless connector](create-codeless-connector.md).
23-
2426
**Use the following steps to create your CCP connector and connect to your data source from Microsoft Sentinel**:
2527

2628
> [!div class="checklist"]

articles/sentinel/create-codeless-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ There are 5 ARM deployment resources in this template guide which house the 4 CC
525525
"kind": null,
526526
"properties":
527527
{
528-
// Enter your log analytics table schema here.
528+
// Enter your log analytics table schema here.
529529
// Consider using this variable for the name property:
530530
// "name": "[variables('_logAnalyticsTableId1')]",
531531
}

0 commit comments

Comments
 (0)