I am designing a Multi-part Message Type Web API/Logic APP to post different types of file like Zip, jpg, pdf etc.
The size of the file could very from 1 MB to 500 MB.
One of the attachment is of type *.ZIP.. I am not sure how to ensure that they should not post malicious file like virus or malware etc as an zipped content.
As a part of PaaS offering - do we have anything to validate the Web API attached files or its automatically going to be handled by Azure or firewall.
Regards,
Ashwani