0

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?

singh_g99
  • 19
  • 6
  • I would assume that this is not a borkered connection. More or less logic app connectors are API – Thomas May 31 '18 at 05:16
  • But there is no clarity about this anywhere on MS websites. I need to be 100% sure because many instance of this (auto-scaling) logic app will be running in parallel, and I may end up consuming too many brokered connections leading to unwanted costs. – singh_g99 May 31 '18 at 10:05
  • if yu look at the connector definition here: https://learn.microsoft.com/en-us/connectors/servicebus/#creating-a-connection it says 6000 API calls per 60s so it is just an API call – Thomas May 31 '18 at 12:15
  • But can't API be any API, HTTP API or AMQP API? AMQP API connections are considered brokered. – singh_g99 Jun 01 '18 at 09:45
  • 1
    I think you should ask question on msdn and pos their answer – Thomas Jun 01 '18 at 12:03

0 Answers0