Hi Azure Community!
I have a Storage Account and a CDN to make my images and videos faster to download/view.
I would like to count the views/downloads of my files periodically to an azure database, let's say every 2 hours.
I was thinking of Azure Stream Analytics to do so, but I have a concern as my files are cached with the CDN, does the storage account still logs every read/write operations?
Is there any best practice to achieve this?
