In azure service bus queue (standard tier), any brokered connections above 1,000 are billed extra. Now, I'm using logic apps to send messages to service bus queue using service bus (standard) connector available out of the box in logic apps. Will this connector open a brokered connection with service bus (while sending messages) or a non-brokered connection?

If it opens a brokered connection by default, how can I ensure that my logic app opens a non-brokered connection with service bus while sending a message to service bus queue?

0

There are 0 best solutions below