I'm having serious problems trying to create a blob file in an existing storage account/container.
To even narrow down the problem I forced the content of the blob to a fixed string (I have another sample where it works with a fixed string). I can't see what could be wrong with my connection since the access policy is "Container" (open doors for everyone and everything) and i'm pretty sure I'm using the right key (already tried both keys azure provides).
I even tested using a c# console application and the Microsoft Azure Storage Explorer and both worked.
Simple schematic of my logic app
- *When an HTTP request is received
- *Decode AS2 message
- *Check MDN Expected [if yes go to 4 else 6]
- *Check MDN Type [if yes go to 5 else 6]
- *Response
- Response
- *Create File [end logic app]
- Response [end logic app]
NOTE: the steps with are the ones that get run, others are skipped