0

Is there any way to apply value of some filter when we use this type of output binding. I want message to be sent to only one subscription with specific correlation filter, and it looks like it is not supported. Right now i am doing that with SDK instead, but that actually makes my function's performance really slow. Does anyone have some insights if this is going to be supported, or some workaround different than using SDK?

1 Answers1

0

Below is something you can try to achieve your requirement.

  • You can change the output binding of Azure functions to HTTP and then use logic apps to send the message with Correlation ID filter.

Below is the Logic app flow

enter image description here

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18