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 cansend event
action. Using this you can send messages to Event hub.
Below screenshot for sample logic app.
To read the messages which received by event hub you can consider using Enable real time insights from events
template under process data
menu.
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.