Skip to content

Commit f904cd1

Browse files
committed
update
1 parent 4d35977 commit f904cd1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ A CCF Push connector solution consists of four main components:
109109
- Table name must end with `_CL` (custom log suffix).
110110
- Must include a `TimeGenerated` column (datetime type).
111111
- Column types: string, int, long, real, bool, datetime, dynamic, guid.
112-
- Use API version 2021-03-01-privatepreview or later.
112+
- Use API version `2025-07-01` or later.
113113
- For more information, see [Create a custom table in Azure Monitor Logs](/azure/azure-monitor/logs/create-custom-table).
114114

115115
**Example:**
@@ -118,7 +118,7 @@ A CCF Push connector solution consists of four main components:
118118
{
119119
"name": "ContosoSecurityAlerts_CL",
120120
"type": "Microsoft.OperationalInsights/workspaces/tables",
121-
"apiVersion": "2021-03-01-privatepreview",
121+
"apiVersion": "2025-07-01",
122122
"properties": {
123123
"schema": {
124124
"name": "ContosoSecurityAlerts_CL",
@@ -563,7 +563,7 @@ Your application sends the event structure:
563563
mkdir "Data Connectors"
564564
mkdir "Data Connectors/ContosoSecurityAlerts_ccf"
565565
```
566-
Your folder structure should look like:
566+
Your folder structure looks like the following:
567567

568568
Azure-Sentinel/
569569
 └── Solutions/
@@ -581,7 +581,7 @@ Your application sends the event structure:
581581
{
582582
"name": "ContosoSecurityAlerts_CL",
583583
"type": "Microsoft.OperationalInsights/workspaces/tables",
584-
"apiVersion": "2021-03-01-privatepreview",
584+
"apiVersion": "2025-07-01",
585585
"properties": {
586586
"schema": {
587587
"name": "ContosoSecurityAlerts_CL",
@@ -1131,7 +1131,7 @@ Your application sends the event structure:
11311131
11321132
1. Query your data
11331133
1134-
After sending alerts (allow 5-10 minutes for first ingestion), query in Sentinel:
1134+
After sending alerts, query in Sentinel. Allow 5-10 minutes for first ingestion.
11351135
11361136
```kusto
11371137
// View all recent alerts

0 commit comments

Comments
 (0)