Skip to content

claudehang/TestEhSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# program to send JSON data to Azure Event Hub

Steps:

  1. Clone the project and replace the private members connectionString and eventHubName of Program class in Program.cs file.
  2. Build and run the VS solution.
  3. Go to Azure Portal -> Your Event Hub Namespace -> Your Event Hub -> Process data -> Enable real time insights from events.
  4. You should see the sample data in your Event Hub like the screenshot below.

Eh_Query_Result

Reference:

  1. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send
  2. https://www.c-sharpcorner.com/article/sending-event-data-to-azure-event-hub
  3. https://www.datahai.co.uk/general/visual-studio-code-c-app-for-sending-messages-to-azure-event-hubs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages