Skip to content

Commit ecdf661

Browse files
committed
formatted2
1 parent adb0df2 commit ecdf661

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/sentinel/ccf-push.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Key properties:
479479
- `kind`: Must be "Push" for push connectors
480480

481481
Example:
482-
482+
```json
483483
{
484484
"name": "ContosoSecurityAlertsPushDCR",
485485
"apiVersion": "2021-09-01-preview",
@@ -539,6 +539,7 @@ Example:
539539
"dataCollectionEndpointId": "[concat('/subscriptions/',parameters('subscription'),'/resourceGroups/',parameters('resourceGroupName'),'/providers/Microsoft.Insights/dataCollectionEndpoints/',parameters('workspace'))]"
540540
}
541541
}
542+
```
542543

543544
[!IMPORTANT]
544545
- The `connectorDefinitionName` must exactly match the connector definition's `id`
@@ -1054,7 +1055,7 @@ Event structure will be sent by your application:
10541055
File Solutions\ContosoSecurityAlerts\Package\mainTemplate.json is a valid Json file!
10551056
File Solutions\ContosoSecurityAlerts\Package\testParameters.json is a valid Json file!
10561057
```
1057-
1058+
10581059
The packaging succeeded if you see the three JSON validation messages confirming valid files. The `arm-ttk` failure can be ignored for CCF Push connectors.
10591060
10601061
For more information, see the [Azure-Sentinel Solutions Tools documentation](https://github.com/Azure/Azure-Sentinel/tree/master/Tools/Create-Azure-Sentinel-Solution).

0 commit comments

Comments
 (0)