2.0.x Event Hub Examples
This document applies to all Nodinite Serillog sink versions >= 2.0.0. and assumes you are using the isolated model working with Azure functions using .NET 8 or later.
Required NuGet packages
- Microsoft.Extensions.Configuration.Json
- Nodinite.Serilog.EventHubSink | Nodinite.Serilog.ServiceBusSink | Nodinite.Serilog.FileSink | Nodinite.Serilog.ApiSink
- Serilog.Settings.Configuration
There are two different settings examples available, the rest of the code examples below are the same regardless of the way of working you opt for.
- Logging with Managed Identity
- Logging with a Connection string
Note
If you renew the connection string, you must update either your code or your run-time configuration.
Dependencies in Project (.csproj)
The version should be properly updated when you update the NuGet packages. All versions below are only an example. Make sure to timely update to the latest.
Startup file (Program.cs)
Log (Function.cs)
Inject the Logger inside the constructor instead on the method level.
appsettings.json (Using Managed Identity)
appsettings.json (Using a Connection string)
Use a dedicated Shared access policy to create a connectionstring including the EntityPath=%name%
.