I am new to Azure and checking if anyone can help me on a solution for the below scenario.
Payload(json message) is sent to a BLOB storage and its reference id is sent to Servicebus Topic. I know how to work Servicebus topic function app trigger but don't know how to search the blob storage using the referenceid(from subscription topic message) and retrieve its associated message from BLOB.