Hi Everyone,
We have a form to allow people to upload a file of up to 10MB and that file is then sent into a SQL server. Then another user will look at the document and we have desktop Antimalware but it would be nice to inspect it beforehand.
Wondering if there is some sort of way to inspect files that are uploaded with a web form when using Azure App Service?
Is there something for Blob storage that might do the trick?
My understanding is that the MS Antimalware for App Service protects the service but does not inspect the customer data.
Thanks