I have to build a logic app to access the blobs generated by another vertical in the same organization.
The Blobs were hosted in one Azure subscription and we have beem provided with the SAS token with read access on the blob container.
We have logic app in different subscription , from logic app we need to access the file using the blob trigger (whenever a new blob created in the container) I need to run the logic app work flow
i don't see an option to connect to blob using the SAS token.
as work around i can have timer trigger and Http with SAS Token URL but i will not be able to identify the which files were newly added and which one were already processed.
can anyone suggest the bets possible way to do this.