Has anyone had success implementing a mechanism that can scan uploaded files for malware when using Azure? In this instance, I would be using their Sites and storage options, rather than controlling an entire OS.
In some cases, I know companies have had appliances that sit inline and scan everything. However, those usually require a physical appliance, which cannot be done in the cloud.
Has anyone seen an efficient alternative in Azure? I am trying to avoid the following recommendation: "Spin up a VM with an Anti Malware/Anti Virus endpoint agent on it, send the file to that system, and then if the file is still there, believe it is safe"