Hi @Jona Greetings! Thank you for posting this question here.
As you stated in the question, we cannot explicitly send a message/event to a System Topic in Event grid. There are a couple of options you can try here.
- Create a custom topic in the event grid and route the events from the Storage account to this queue. You would need to subscribe to this topic and create a same flow to process the Blob
- Alternatively, if the time of the blob creation event is not a priority, you can leverage the Blob Storage SDK to delete the blob and reupload it. This would trigger a Blob created event which would then be processed by your Event Grid System Topic.
You can choose either approach that suits your needs.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.