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. Typical examples include Microsoft Azure functions built with .NET (usually CSharp). Nodinite supports payload Logging and removes the obstacle that Application Insights logging imposes on message size.
Logging Options
Choose one of the following articles based on the solution you want to enable Logging for:
❔'How To Start Logging With Microsoft.Extensions.Logging.ILogger in Azure Functions'
❔'How To Start Logging With Serilog'
Connection Options
Regardless of your choice, include one of the following configurations in your appsettings.json
file:
- Blob (Using the default Managed Identity)
- Blob (Using an explicit Managed Identity)
- Blob (Using a Connection string)
Next Step
❔'How To Start Logging With Microsoft.Extensions.Logging.ILogger in Azure Functions'
❔'How To Start Logging With Serilog'