lesnosci.blogg.se

Scan file before
Scan file before









scan file before

I have tried using AttachmentScanner, but I couldn't get that working within an Azure Function (more specifically, I couldn't get the function to send a POST request). Also, I am not sure how to install npm packages (in an Azure Function), so I had to upload the actual js file from the package to the function and then import it.

scan file before

I am not sure how to install ClamAV (the daemon) so it is usable by an Azure Function, so that likely contributed to why it didn't work. I tried using ClamAV.js, but I couldn't get it working. when a file is uploaded), but I cannot figure out how to integrate virus scanning into the mix. I have created an Azure Function that is triggered when a blob is created (i.e. That function will scan the file for viruses, and if clean, will move the file to another blob storage container.

scan file before

What I am trying to do: When a file is uploaded to a specified blob storage container, an Azure Function is triggered. I am currently working on creating a sort of virus scanning function.











Scan file before