I am working with multiple Azure accounts, for example account A is my account, and B is another separate account.
In the other account (B), logs are being sent into Azure Event Hub, and i have access the primary/secondary keys etc. to access.
What I want to do is have that Event Hub (B) trigger a Azure function in my account (A) to do some processing on those logs. Is it possible to have an Event Hub from another account trigger a function from another account? Right now when i look at the connections possible, i can only see my personal namespace(s), IOT Hub, and Custom. Is there a key/value pair i should be generating from the other account (B) so i can access via the "custom" connection?
Thanks