Azure Event Hub sender application with Application Gateway support.
- Copy
appsettings.jsontoappsettings.local.json - Update the
ConnectionStringinappsettings.local.jsonwith your actual Azure Event Hub connection string - The application will use the local configuration file when available
- Direct Event Hub connection
- App Gateway routing using CustomEndpointAddress
- Configurable through appsettings.json
dotnet runThe application will automatically use App Gateway routing if UseAppGateway is set to true in the configuration.