Storage Explorer Version: 1.14.2 Build Number: 20200715.2 Platform/OS: Windows 10 Architecture: ia32 Regression From: Not sure
Hello All,
I have created a event based trigger for triggering some pipelines. So the issue is when i try to add csv files manually through storage explorer to designated blob location my trigger is working perfectly, but when an external source like I have a backend python code which is pushing the files into the blob location, when this is happening the event based trigger is not triggering. I just checked the content type for manual upload the content type is vnd.ms-excel and for python code based upload is octet-stream. Is the issue something related to this or any other. My Storage explorer version is 1.14.2.
Please check the version of the Python SDK.
I'm using Python v12 SDK to upload blob to Azure blob storge and it works well.
Here is my python code:
When I use python to upload the csv file to the Azure blob storage, the event trigger triggered the pipeline running and it works well: