Search code examples
azureazure-storageazure-storage-files

Is there any trigger for Azure File Share in azure functions or azure logic app?


I created file share in the azure storage account after that I mount the file share with my windows pc. Next I uploaded the files into file share drive for example (Z://), but whenever I uploaded files into OnPremise file share drive, then I want to trigger either logic app or azure function automatically and give the file/image to computer vision api and store the response into azure SQL database.

For that I followed the below documentations as

Extract Text From Images Using Computer Vision API And Azure Function

Computer Vision

But those are related to azure blob storage, but not an azure file share.


Solution

  • Actually, there is no trigger for Azure File Share.

    Here is a similar post, refer to it. This is the feedback, you could vote it.