Send test messages to Azure EventHub and read the actual content of the message ?

MS Techie 2,751 Reputation points
2023-02-06T14:23:51.82+00:00

From the Azure portal, is there a simple way to send test messages to Azure EventHub and Read the actual content of those messages actually (not just check in metrics that message was sent)

(i dont want to use any dotnet application to send messages , but is there an option to test sending messages easily via Azure Portal )

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
720 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-02-07T17:11:19.7533333+00:00

    Hi MS Techie,

    Thank you for posting query in Microsoft Q&A Platform.

    Since you are not interested to write dot not code to send messages. You can consider creating a logic app for this purpose. Logic app has event hubs connector, in which we can send event action. Using this you can send messages to Event hub.

    Below screenshot for sample logic app.

    User's image

    To read the messages which received by event hub you can consider using Enable real time insights from events template under process data menu.

    User's image

    Or you can even stream events to ADX cluster database tables and read from there. Please check below link with detailed steps to implement same.

    Ingest data from event hub into Azure Data Explorer

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.

    2 people found this answer helpful.

  2. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2023-02-06T17:45:34.9333333+00:00

    Hello @MS Techie ,

    You can see incoming messages in the portal using the 'real time insights' option:

    User's image

    I'm sure how you can push message in a simple way.

    Next to the portal, I encourage you to check out other tooling.

    Have you checked out this VS Code extension:

    User's image

    Here is the Link to the extension.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.