Does the new release of Azure ATP for Azure Blob Storage work when using the RESTful API when uploading a file to detect viruses?

Tahir Mahmood 21 Reputation points
2020-08-03T14:31:31.307+00:00

We are using the Blob service REST API (https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api) to upload files into Azure Blob Storage and want to apply an anti-virus check so infected files can be quarantined and highlighted.

There are many articles that suggest this can only be done using the Storage Explorer and not when using the API. Is this correct, and if so, then are the only solutions described here:

https://social.msdn.microsoft.com/Forums/en-US/a21409d8-7c10-4ece-a0e9-3023c8540f48/virus-and-malware-protection-azure-storage?forum=windowsazuredata

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,807 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 34,281 Reputation points Microsoft Employee
    2020-08-03T18:53:13.697+00:00

    @Tahir Mahmood

    Please see this page for more information on how ATP works with your Azure Storage account. "The threat protection tools don’t scan the uploaded files, rather they examine the storage logs and compare the hashes of newly uploaded files with those of known viruses, trojans, spyware, and ransomware."

    If this is not adequate for your use case I suggest you move forward with one of the solutions listed in the MSDN thread.

    Hope this helps!

    -----------------

    Please don’t forget to "Accept the answer" and "up-vote" wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more