@bwill I believe using a polling-based trigger as an action will not work here since there would be no state (timestamp of the last blob processed) available to it. Instead, you could just use the built-in recurrence properties of the trigger directly.
The above will run the logic app at 3PM UTC every day.