DEV Community

Lord Jake
Lord Jake

Posted on

Service Bus Data not pulling through webhooks

We had an issue reported from App team where the messages was not going to service bus queue - this got fixed by enabling the private endpoint.

Later there was an issue where the webhook listening to the queue is not receiving messaging.
Changed the messaging type to AMQP and then NSG was modified to accept port 443 and 5671.

References:

https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-amqp-protocol-guide

Top comments (0)