Microsoft.Extensions.Logging.AzureAppServices 10.0.0

About

Microsoft.Extensions.Logging.AzureAppServices provides a logger implementation that logs to text files in an Azure App Service app's file system and to blob storage in an Azure Storage account.

Key Features

  • Loging messages with the "Diagnostics Logger" and "Log Streaming" features of Azure App Service
  • Integration with Azure App Service logging infrastructure
  • Seamless integration with other components of Microsoft.Extensions.Logging

How to Use

To use Microsoft.Extensions.Logging.AzureAppServices, follow these steps:

Installation

dotnet add package Microsoft.Extensions.Logging.AzureAppServices

Configuration

To configure provider settings, use AzureFileLoggerOptions and AzureBlobLoggerOptions, as shown in the following example:

using Microsoft.Extensions.Logging.AzureAppServices;

var builder = WebApplication.CreateBuilder();
builder.Logging.AddAzureWebAppDiagnostics();
builder.Services.Configure<AzureFileLoggerOptions>(options =>
{
    options.FileName = "azure-diagnostics-";
    options.FileSizeLimit = 50 * 1024;
    options.RetainedFileCountLimit = 5;
});
builder.Services.Configure<AzureBlobLoggerOptions>(options =>
{
    options.BlobName = "log.txt";
});

Main Types

  • FileLoggerProvider: A BatchingLoggerProvider which writes out to a file
  • BlobLoggerProvider: The ILoggerProvider implementation that stores messages by appending them to Azure Blob in batches
  • AzureFileLoggerOptions: Options for configuring Azure diagnostics file logging
  • AzureBlobLoggerOptions: Options for configuring Azure diagnostics blob logging

Additional Documentation

For additional documentation and examples, refer to the official documentation on logging with ASP.NEt Core and Azure App Service.

Feedback & Contributing

Microsoft.Extensions.Logging.AzureAppServices is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.Logging.AzureAppServices.

Packages Downloads
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/b908e913e3befcfe241f3294509e6d9570acc07b
68
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/0a2e366eaf4d29b24b9a98e5782a04bef573189e
68
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
68
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/55738ff96b832439076e25584cfe0eb3bace9b01
67
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/432e6a061f28dda696ba16bc5442328d23b25d93
67
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3fe12b935c03138f76364dc877a7e069e254b5b2
66
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
65
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
65
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6a6d775f49623bbd742c02f89d373630668547bb
64
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/1f49b6637a0c3a6af34b42332e06966e4d383d54
64
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/50b7e9c661453874aa7a54a3985d5120564bb2e5
64
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/1bf292d47ac2a0ebda07d8a3f00355dd01915ad5
64
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3c37ef8f5358abb303c05d299f029fca7d867d56
64
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
63
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
63
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/4d0b3722384bfec7d4c210674df9b7bf1e59da90
63
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/5502cf46706a25c39ce78a57b9191714c0eb40c2
63
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/0621c1748eac08dd516edc950559ab7e8308f214
63
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cec88a329584349fda070f4c7346b10538210ace
63
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/564969bca155b40432d101ec35f24a0e81e6afa0
63

Version Downloads Last updated
10.0.0 7 11/12/2025
10.0.0-rc.2.25502.107 11 10/15/2025
10.0.0-rc.1.25451.107 13 09/10/2025
10.0.0-preview.7.25380.108 17 08/13/2025
10.0.0-preview.6.25358.103 19 07/16/2025
10.0.0-preview.5.25277.114 18 06/10/2025
10.0.0-preview.4.25258.110 25 05/15/2025
10.0.0-preview.3.25172.1 21 04/11/2025
10.0.0-preview.2.25164.1 27 03/22/2025
10.0.0-preview.1.25120.3 33 02/25/2025
9.0.11 7 11/12/2025
9.0.10 11 10/15/2025
9.0.9 9 09/11/2025
9.0.8 16 08/07/2025
9.0.7 18 07/14/2025
9.0.6 20 06/12/2025
9.0.5 21 05/16/2025
9.0.4 21 04/11/2025
9.0.3 25 03/14/2025
9.0.2 27 02/15/2025
9.0.1 38 01/20/2025
9.0.0 33 11/13/2024
9.0.0-rc.2.24474.3 38 10/08/2024
9.0.0-rc.1.24452.1 44 09/11/2024
9.0.0-preview.7.24406.2 45 08/14/2024
9.0.0-preview.6.24328.4 51 07/21/2024
9.0.0-preview.5.24306.11 49 06/15/2024
9.0.0-preview.4.24267.6 55 05/25/2024
9.0.0-preview.3.24172.13 56 04/13/2024
9.0.0-preview.2.24128.4 55 03/14/2024
9.0.0-preview.1.24081.5 56 03/09/2024
8.0.22 7 11/12/2025
8.0.21 11 10/15/2025
8.0.20 10 09/11/2025
8.0.19 12 08/07/2025
8.0.18 17 07/16/2025
8.0.17 22 06/12/2025
8.0.16 23 05/15/2025
8.0.15 21 04/14/2025
8.0.14 26 03/14/2025
8.0.13 29 02/16/2025
8.0.12 34 01/20/2025
8.0.11 37 11/13/2024
8.0.10 35 10/08/2024
8.0.8 35 08/15/2024
8.0.7 38 07/21/2024
8.0.6 36 05/31/2024
8.0.5 50 05/16/2024
8.0.4 54 04/11/2024
8.0.3 46 03/14/2024
8.0.2 50 03/09/2024
8.0.1 48 01/15/2024
8.0.0 59 11/16/2023
8.0.0-rc.2.23480.2 48 10/20/2023
8.0.0-rc.1.23421.29 43 09/16/2023
8.0.0-preview.7.23375.9 46 08/25/2023
8.0.0-preview.6.23329.11 63 08/03/2023
8.0.0-preview.5.23302.2 54 08/08/2023
8.0.0-preview.4.23260.4 60 07/01/2023
8.0.0-preview.3.23177.8 54 08/24/2023
8.0.0-preview.2.23153.2 54 08/14/2023
8.0.0-preview.1.23112.2 49 08/17/2023
7.0.20 57 05/31/2024
7.0.19 48 05/16/2024
7.0.18 49 04/11/2024
7.0.17 57 03/14/2024
7.0.16 52 03/09/2024
7.0.15 63 01/15/2024
7.0.14 58 11/16/2023
7.0.13 54 10/26/2023
7.0.12 64 10/15/2023
7.0.11 52 09/16/2023
7.0.10 51 08/23/2023
7.0.9 60 08/10/2023
7.0.8 60 08/05/2023
7.0.7 58 08/04/2023
7.0.5 52 08/08/2023
7.0.4 57 07/10/2023
7.0.3 50 07/14/2023
7.0.2 59 08/11/2023
7.0.1 52 07/07/2023
7.0.0 54 06/28/2023
7.0.0-rc.2.22476.2 64 08/24/2023
7.0.0-rc.1.22427.2 44 08/09/2023
7.0.0-preview.7.22376.6 61 08/21/2023
7.0.0-preview.6.22330.3 50 08/12/2023
7.0.0-preview.5.22303.8 54 08/24/2023
7.0.0-preview.4.22251.1 65 06/17/2023
7.0.0-preview.3.22178.4 57 06/18/2023
7.0.0-preview.2.22153.2 53 07/19/2023
7.0.0-preview.1.22109.13 57 08/05/2023
6.0.36 47 11/13/2024
6.0.35 38 10/16/2024
6.0.33 42 08/13/2024
6.0.32 43 07/21/2024
6.0.31 50 05/31/2024
6.0.30 41 05/16/2024
6.0.29 49 04/11/2024
6.0.28 55 03/14/2024
6.0.27 40 03/09/2024
6.0.26 55 01/15/2024
6.0.25 61 11/23/2023
6.0.24 50 10/29/2023
6.0.23 59 10/20/2023
6.0.22 59 09/16/2023
6.0.21 61 08/16/2023
6.0.20 52 08/16/2023
6.0.19 51 09/19/2023
6.0.18 53 08/04/2023
6.0.16 58 08/10/2023
6.0.15 63 06/06/2023
6.0.14 54 08/17/2023
6.0.13 51 06/17/2023
6.0.12 55 06/16/2023
6.0.11 46 08/02/2023
6.0.10 59 06/11/2023
6.0.9 53 06/06/2023
6.0.8 51 06/16/2023
6.0.7 60 06/11/2023
6.0.6 58 08/11/2023
6.0.5 58 08/09/2023
6.0.4 57 07/09/2023
6.0.3 55 07/07/2023
6.0.2 50 09/15/2023
6.0.1 48 08/04/2023
6.0.0 61 07/03/2022
6.0.0-rc.2.21480.10 56 09/25/2023
6.0.0-rc.1.21452.15 60 08/22/2023
6.0.0-preview.7.21378.6 57 08/07/2023
6.0.0-preview.6.21355.2 58 08/21/2023
6.0.0-preview.5.21301.17 62 08/05/2023
6.0.0-preview.4.21253.5 66 07/28/2023
6.0.0-preview.3.21201.13 47 08/23/2023
6.0.0-preview.2.21154.6 57 08/24/2023
6.0.0-preview.1.21103.6 47 08/25/2023
5.0.17 52 08/08/2023
5.0.16 62 08/09/2023
5.0.15 50 08/05/2023
5.0.14 47 08/04/2023
5.0.13 60 06/19/2023
5.0.12 45 06/29/2023
5.0.11 55 08/15/2023
5.0.10 61 08/11/2023
5.0.9 55 08/06/2023
5.0.8 54 08/05/2023
5.0.7 51 07/05/2023
5.0.6 53 09/25/2023
5.0.5 54 08/07/2023
5.0.4 59 06/19/2023
5.0.3 60 08/08/2023
5.0.2 56 07/03/2022
5.0.1 53 08/18/2023
5.0.0 53 08/05/2023
5.0.0-rc.2.20475.17 52 08/04/2023
5.0.0-rc.1.20451.17 57 07/13/2023
5.0.0-preview.8.20414.8 57 08/19/2023
5.0.0-preview.7.20365.19 55 09/24/2023
5.0.0-preview.6.20312.15 53 08/15/2023
5.0.0-preview.5.20279.2 60 08/10/2023
5.0.0-preview.4.20257.10 52 08/16/2023
5.0.0-preview.3.20215.2 67 06/20/2023
5.0.0-preview.2.20160.3 53 08/22/2023
5.0.0-preview.1.20120.4 53 08/17/2023
3.1.32 48 08/09/2023
3.1.31 56 06/16/2023
3.1.30 56 07/06/2023
3.1.29 55 06/10/2023
3.1.28 54 06/15/2023
3.1.27 57 08/21/2023
3.1.26 55 08/16/2023
3.1.25 60 08/09/2023
3.1.24 52 08/08/2023
3.1.23 55 08/04/2023
3.1.22 52 08/08/2023
3.1.21 45 08/11/2023
3.1.20 55 08/08/2023
3.1.19 50 06/13/2023
3.1.18 54 08/20/2023
3.1.17 48 08/11/2023
3.1.16 61 08/02/2023
3.1.15 51 07/20/2023
3.1.14 61 08/08/2023
3.1.13 55 07/24/2023
3.1.12 56 07/02/2023
3.1.11 52 06/12/2023
3.1.10 59 08/08/2023
3.1.9 57 08/04/2023
3.1.8 63 06/04/2023
3.1.7 65 08/08/2023
3.1.6 50 08/16/2023
3.1.5 60 06/28/2023
3.1.4 61 08/04/2023
3.1.3 69 06/29/2023
3.1.2 50 08/15/2023
3.1.1 49 08/04/2023
3.1.0 58 07/06/2023
3.1.0-preview3.19553.2 54 08/21/2023
3.1.0-preview2.19525.4 53 08/12/2023
3.1.0-preview1.19506.1 56 07/16/2023
3.0.3 54 08/04/2023
3.0.2 53 08/22/2023
3.0.1 68 07/13/2023
3.0.0 63 07/03/2023
3.0.0-rc1.19456.10 51 08/03/2023
3.0.0-preview9.19423.4 50 08/27/2023
3.0.0-preview8.19405.4 61 08/08/2023
3.0.0-preview7.19362.4 45 08/26/2023
3.0.0-preview6.19304.6 51 08/09/2023
3.0.0-preview5.19227.9 50 09/23/2023
3.0.0-preview4.19216.2 63 08/23/2023
3.0.0-preview3.19153.1 48 08/06/2023
3.0.0-preview.19074.2 65 08/17/2023
3.0.0-preview.18572.1 49 08/14/2023
2.2.5 51 07/10/2023
2.2.0 55 07/26/2023
2.2.0-preview3-35497 61 08/04/2023
2.2.0-preview2-35157 56 08/22/2023
2.2.0-preview1-35029 60 08/16/2023
2.1.1 52 07/07/2023
2.1.0 57 07/18/2023
2.1.0-rc1-final 57 08/18/2023
2.1.0-preview2-final 60 06/10/2023
2.1.0-preview1-final 63 06/05/2023
2.0.2 53 07/11/2023
2.0.1 56 08/16/2023
2.0.0 66 08/08/2023
2.0.0-preview2-final 64 08/09/2023
2.0.0-preview1-final 57 08/16/2023
1.0.2 53 08/16/2023
1.0.1 59 09/16/2023
1.0.0 66 08/16/2023
1.0.0-preview1-final 56 10/04/2023