The scan is not done in real-time, so you need to process the security events when they occur. You may want to automate
https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
I have an web api 6 c# code running for uploading files on azure blob and it is deployed on Azure App service and it is working as expected.
Now, i have added azure defender on blob storage and it has detected some file as security threat containing virus. Now i would like to change my existing uploadfile api to blob so that at the time of uploading, it checks and throws some exception as this file has virus etc. so i can notify to my application in real time.
I dont want to use any third party like Cloudserserver, ClamCV or virus total api. I want to achieve it through Azure defender only? is it possible?
The scan is not done in real-time, so you need to process the security events when they occur. You may want to automate
https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation