I have a "Continuous Export" process in my Application Insights that create new files based in my new Insights.
Beside that I have a process, using Azure Data Factory, to load one SQL Table with the Blob Storage data.
The problem: I cannot read from A.D.F., only new files from Blob Storage and I'm always processing the same data. At this moment I'm ignoring repeated data after the load process in a SQL Stored Procedure but I want to make this process more efficient by reading only new data from blob storage, can I do this from A.D.F.? Can anyone help me? Which are the alternatives to achieve this?
Best Regards, Rui Fernandes