This repo contains the slides and code samples for my talk on Event Sourcing
The infrastructure can be configured to deploy using these instructions
To add secrets to the console app:
dotnet user-secrets set "MyAppSecrets:EventHubConnectionString" "eventHubConnectionString"
dotnet user-secrets set "MyAppSecrets:EventHubName" "eventHubName"