Is there any approach in azure that i can call different azure function based on the key present in azure service bus?
I have service bus queue configured in azure which will trigger a azure function when a message has been sent.I want to leverage it , based on the key present in the Queue message , it should automatically trigger the…