question

laubachm-4270 avatar image
0 Votes"
laubachm-4270 asked JaliyaUdagedara answered

Create Email Triggers when Files Dropped to Blob Container

I have a work storage account accessed through azure storage explorer which contains two blob containers. What would easiest way in setting up an email trigger to go to colleagues when files are dropped?

azure-blob-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ManuPhilip avatar image
0 Votes"
ManuPhilip answered ManuPhilip edited

You may opt Azure Logic App in this purpose
You could add When a blob is added or modified as the trigger to check the Container which you are interested. Add Send email as action to send email

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JaliyaUdagedara avatar image
0 Votes"
JaliyaUdagedara answered

The easiest and the ideal solution would be using an Azure Function: Azure Blob storage bindings for Azure Functions overview. Then to your function add an output binding to send an email through SendGrid: Azure Functions SendGrid bindings. Should be able to get all this done in like 30 minutes.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.