I'm having trouble finding information or examples for the following:
Using an Azure service, whether it be Durable Functions or EventGrid or whatever... I want to subscribe to my GCP Pub/Sub service and 'hear' incoming data near real-time.
I've seen an example using Azure Function and timer trigger, but there must be a better way, right? ChatGPT suggested I could use EventGrid to hook into GCP Pub/Sub but I can't find anything that POC's that.
Any suggestions on an architectural pattern to do this?