- 1 minutes to read
Release Notes
Nodinite Serilog sink using Blob Storage Container
Use the Nodinite Serilog AzureBlobStorageSink with your full framework and .NET Core applications to enable end-to-end tracking. Microsoft Azure functions built with .NET (usually CSharp) are typical. Nodinite sports payload Logging and removes the obstacle the Application insights logging imposes on message size.
graph LR
A[.NET Application] -->|Log Event| SLS(Serilog)
F[fal:fa-function Azure Function] --> |Log Event| SLS
LA[fal:fa-cloud-download Nodinite Log API]
PS[far:fa-truck-pickup Pickup Service]
PS --> LA
SLS --> SLSB[fa:fa-list Blob Storage Sink]
ASB[fa:fa-container-storage Azure Blob Storage Container]
SLSB --> ASB
ASB -..-> |Async| PS
Versions
The following versions exist. There are notable differences in the code between the different generations of the code.