I have a software installer published as an Azure blob and I need to count how many times it has been downloaded.
The problem is that it can be referenced externally (from many download sites), therefore I cannot control it via website.
So... does Windows Azure have a mechanism to detect blob downloads or registers the count of them? Thanks!