Skip to content

Azure-Samples/event-hubs-dotnet-ingest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_type languages products description urlFragment
sample
csharp
azure
This sample shows you how to send basic messages to an event hub.
event-hubs-dotnet-ingest

Event hub message sample

This sample shows you how to send basic messages to an event hub, which allows you to test consumption of those messages by other applications that connect to the event hub.

How to run this sample

If you don't have an Azure subscription, create a free account before you begin.

  1. Go to the Azure Portal and log in using your Azure account.

  2. Clone the Repo.

    git clone https://github.com/Azure-Samples/event-hubs-dotnet-ingest.git
  3. Get to SendSampleData.csproj in EventHubSampleSendData.

    cd event-hubs-dotnet-ingest\EventHubSampleData\EventHubSampleSendData
  4. Open the solution in Visual Studio, filled in the eventHub's connection string. You can get help with how to get eventHub's connection string.

  5. Press F5 to run the project.