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
9999* You can connect the storage account to only one Automation account.
100100* Change Tracking and Inventory must be enabled in your Automation account.
101101
102+ > [ !NOTE]
103+ > If the file size appears >1.25MB, then FileContentChecksum is incorrect due to memory constraints in the checksum calculation.
104+
102105### Enable tracking for file content changes
103106
104107Use 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:
4848- *** .exe** files stored on Windows
4949- The ** Max File Size** column and values are unused in the current implementation.
5050- 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.
5152- If you try to collect more than 2500 files in a 30-minute collection cycle, Change Tracking and Inventory performance might be degraded.
5253- If network traffic is high, change records can take up to six hours to display.
5354- 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