My project needs to perform virus scan on uploaded files via Azure AppService web app. Files will be stored in Azure Block Storage if they are cleaned. Otherwise, they are rejected to users.
My question: How should I implement this, does Azure provide built-in anti-virus scan?