Hi,
As continuous export is not available for workspace-based application insights resources and we have to use diagnostic settings for exporting the data to our storage. we are working on migrating application insights resources to workspace-based resources. We were exporting our event data (custom events) to the data lake storage account by continuous export and now have to shift it to diagnostic settings. With diagnostic settings, it is adding all the data for an hour in one JSON file (PT1H.json) which is an append blob, but for my work, I want to have multiple smaller files (As we have multiple smaller blobs from continuous export), so that I can process those files separately.
I am wondering if it is possible to create multiple smaller JSON files within the same hour (Every 5 or 10 minutes)? is there any configuration for that on application insights or data lake storage side?
Regards,
Ali