File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
articles/automation/change-tracking Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ File content tracking allows you to view the contents of a file before and after
99
99
* You can connect the storage account to only one Automation account.
100
100
* Change Tracking and Inventory must be enabled in your Automation account.
101
101
102
+ > [ !NOTE]
103
+ > If the file size appears >1.25MB, then FileContentChecksum is incorrect due to memory constraints in the checksum calculation.
104
+
102
105
### Enable tracking for file content changes
103
106
104
107
Use the following steps to enable tracking for changes to file contents:
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Change Tracking and Inventory doesn't support or has the following limitations:
48
48
- *** .exe** files stored on Windows
49
49
- The ** Max File Size** column and values are unused in the current implementation.
50
50
- If you are tracking file changes, it is limited to a file size of 5 MB or less.
51
+ - If the file size appears >1.25MB, then FileContentChecksum is incorrect due to memory constraints in the checksum calculation.
51
52
- If you try to collect more than 2500 files in a 30-minute collection cycle, Change Tracking and Inventory performance might be degraded.
52
53
- If network traffic is high, change records can take up to six hours to display.
53
54
- If you modify a configuration while a machine or server is shut down, it might post changes belonging to the previous configuration.
You can’t perform that action at this time.
0 commit comments