Skip to content

Commit 8d191bd

Browse files
committed
feedback incorporated
1 parent a389c46 commit 8d191bd

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

articles/automation/change-tracking/change-tracking-data-collection-rule-creation.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -368,39 +368,39 @@ This script helps you to create a data collection rule in Change tracking and in
368368

369369
Save the above script on your machine with a name as *CtDcrCreation.json*. For more information, see [Enable Change Tracking and Inventory using Azure Monitoring Agent (Preview)](enable-vms-monitoring-agent.md#enable-change-tracking-at-scale-using-azure-monitoring-agent).
370370

371-
## Sample script for Windows file settings
372-
373-
```json
374-
"fileSettings": {
375-
"fileCollectionFrequency": 2700,
376-
"fileinfo": [
377-
{
378-
"name": "ChangeTrackingCustomPath_witems1",
379-
"enabled": true,
380-
"description": "",
381-
"path": "D:\\testing\\*",
382-
"recurse": true,
383-
"maxContentsReturnable": 5000000,
384-
"maxOutputSize": 500000,
385-
"checksum": "sha256",
386-
"pathType": "File",
387-
"groupTag": "Custom"
388-
},
389-
{
390-
"name": "ChangeTrackingCustomPath_witems2",
391-
"enabled": true,
392-
"description": "",
393-
"path": "E:\\test1",
394-
"recurse": false,
395-
"maxContentsReturnable": 5000000,
396-
"maxOutputSize": 500000,
397-
"checksum": "sha256",
398-
"pathType": "File",
399-
"groupTag": "Custom"
400-
}
401-
]
402-
}
403-
```
371+
> [!NOTE]
372+
> A reference JSON script to configure windows file settings:
373+
> ```json
374+
> "fileSettings": {
375+
> "fileCollectionFrequency": 2700,
376+
> "fileinfo": [
377+
> {
378+
> "name": "ChangeTrackingCustomPath_witems1",
379+
> "enabled": true,
380+
> "description": "",
381+
> "path": "D:\\testing\\*",
382+
> "recurse": true,
383+
> "maxContentsReturnable": 5000000,
384+
> "maxOutputSize": 500000,
385+
> "checksum": "sha256",
386+
> "pathType": "File",
387+
> "groupTag": "Custom"
388+
> },
389+
> {
390+
> "name": "ChangeTrackingCustomPath_witems2",
391+
> "enabled": true,
392+
> "description": "",
393+
> "path": "E:\\test1",
394+
> "recurse": false,
395+
> "maxContentsReturnable": 5000000,
396+
> "maxOutputSize": 500000,
397+
> "checksum": "sha256",
398+
> "pathType": "File",
399+
> "groupTag": "Custom"
400+
> }
401+
> ]
402+
> }
403+
>```
404404
405405
## Next steps
406406

0 commit comments

Comments
 (0)