You also have the entity name limits to check https://learn.microsoft.com/en-us/azure/sentinel/watchlists#limitations-of-watchlists
What is the size limit of rawContent of watchlist when bundled in solution package?
We are using watchlists to upload data via csv files and using it in worksbook. As per the document, there is a size limit of 3.8MB while creating watchlist using local csv files. So, we have created csv files of size 2.5MB, using which we are able to created watchlist through azure portal.
But, when we are creating watchlists json template by adding those data in rawContent and creating mainTemplate for solution package, we are getting error at time of deployment as seen in attached screeshots. Earlier we have used this approach but we had only 20-30 records at that time there was no issue kind of this.
So is there any other size limitations while deploying watchlists through mainTemplate which contains watchlist json file with rawContent?