Respond to Azure Service Bus events received via Azure Event Grid by using Azure Logic Apps

Anshul_7275 31 Reputation points
2021-07-07T08:09:11.137+00:00

The connector is not working to deliver the messages of the Service Bus topic through the Event grid trigger in Logic App. I have followed the steps mentioned here - https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-to-event-grid-integration-example#receive-messages-by-using-logic-apps

But the messages are sitting as Active. I have tried every troubleshooting step mentioned in the same doc. Need urgent help.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
354 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roman Kiss 2,246 Reputation points
    2021-07-08T10:09:53.15+00:00

    Hi @Anshul_7275 ,

    In the case, when the messages are sitting as Active, I do recommend to check the following:

    1. Logic App: Run Trigger
    2. Azure Portal: check the subscription (in the Events) created by your Logic App in your Premium Service Bus Namespace. For the test purpose, disable the subject filtering.
    3. Logic App: You should see (after Refresh) in your Runs history status of the app every minute, when an AEG published an event from the service bus namespace, to indicate, that the message is in the entity, no listener active, etc. You can exanimate in more details those events when you click on the AEG Trigger component.

    The above steps must be passed successfully before the Get messages from the ASB entity.

    Thanks
    Roman

    1 person found this answer helpful.