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?