Azure CDN file download statistics

791 views Asked by At

How do I see file download statistics with Azure CDN and/or get statistics using a .NET program? I want to put a file in Azure CDN and see how many times the file was downloaded, more details like country of downloaders etc would be nice too.

2

There are 2 answers

0
astaykov On BEST ANSWER

I don't think there is currently such statistics available. All you can see is the number CDN transactions and CDN bandwidth consumed. You can see this in the monthly bill (in billing history).

1
Kuangwei Zhang On

Try to use "manage cdn" button on the portal and it leads you to another portal where you can see analytics. Programmatical access is not supported yet.

enter image description here

enter image description here