What I am looking to achieve is:
Upload a file to a blob storage container, and trigger an email to be sent.
I have spent the last few hours trying to get it to work.
I have mainly been focusing on a consumer logic app to trigger when a blob is created, I use outlook to send an email with a specific subject, body, etc.
The logic app works and runs if I manually trigger it, but anytime I upload a blob I can't seem to get it to work properly.
I am aware this is likely a very easy fix, but I've spent a few hours trying to troubleshoot on my own and at this point, anything in the right direction would be greatly appreciated.