I'm looking into using Microsoft Defender for Cloud to use with Blob Storage.
Ideally I'd like to:
- Upload to Storage
- Have Defender for cloud scan for viruses
- If there's an issue, remove it
- If there's NOT an issue, process it further.
Step 3 is easy. Workflow automation and can easily trigger such events.
The bit I can't work out is: what if the scan goes through fine?
I've looked in Logic Apps and can't find a 'successfully scanned' trigger.
When will the scan occur? As soon as uploaded, or just on a schedule?
Is there anything I can go on (metadata?) to know a blob has been scanned and is good to go?