Microsoft.Extensions.Logging.AzureAppServices 9.0.7

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Logging.AzureAppServices --version 9.0.7
                    
NuGet\Install-Package Microsoft.Extensions.Logging.AzureAppServices -Version 9.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="9.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="9.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Extensions.Logging.AzureAppServices --version 9.0.7
                    
#r "nuget: Microsoft.Extensions.Logging.AzureAppServices, 9.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Extensions.Logging.AzureAppServices@9.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Extensions.Logging.AzureAppServices&version=9.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Logging.AzureAppServices&version=9.0.7
                    
Install as a Cake Tool

Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f6b3a5da75eb405046889a5447ec9b14cc29d285

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (33)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Logging.AzureAppServices:

Package Downloads
Microsoft.AspNetCore.AzureAppServicesIntegration

ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4

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.

Serilog.Sinks.AzureApp

A Serilog sink that supports Azure App Services 'Diagnostics logs' and 'Log stream' features.

Relay.Web

A web framework built for .NET Core

Amelia

Package Description

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on Microsoft.Extensions.Logging.AzureAppServices:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
EdiWang/Moonglade
Blog system of https://edi.wang, runs on Microsoft Azure
ProfessionalCSharp/ProfessionalCSharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
microsoft/BotFramework-BlogSamples
Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities.
ProfessionalCSharp/ProfessionalCSharp2021
Source code for Professional C# and .NET 2021 Edition (with updates for C# 11 and .NET 7)
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
ProfessionalCSharp/MoreSamples
Additional code samples the book series Professional C#, Wrox Press
VirtoCommerce/vc-storefront
Virto Commerce Storefront - ASP.NET Core 8.0
microsoft/app-innovation-workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
DevBetterCom/DevBetterWeb
A simple web application for devBetter
tompaana/intermediator-bot-sample
A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
Version Downloads Last Updated
10.0.0-preview.7.25380.108 468 8/12/2025
10.0.0-preview.6.25358.103 712 7/15/2025
10.0.0-preview.5.25277.114 1,312 6/6/2025
10.0.0-preview.4.25258.110 1,017 5/12/2025
10.0.0-preview.3.25172.1 1,557 4/10/2025
10.0.0-preview.2.25164.1 1,977 3/18/2025
10.0.0-preview.1.25120.3 1,866 2/25/2025
9.0.8 46,598 8/5/2025
9.0.7 43,384 7/8/2025
9.0.6 79,119 6/10/2025
9.0.5 98,676 5/13/2025
9.0.4 151,994 4/8/2025
9.0.3 103,833 3/11/2025
9.0.2 183,654 2/11/2025
9.0.1 331,937 1/14/2025
9.0.0 288,058 11/12/2024
9.0.0-rc.2.24474.3 5,941 10/8/2024
9.0.0-rc.1.24452.1 2,418 9/10/2024
9.0.0-preview.7.24406.2 4,990 8/13/2024
9.0.0-preview.6.24328.4 3,217 7/9/2024
9.0.0-preview.5.24306.11 2,429 6/11/2024
9.0.0-preview.4.24267.6 1,427 5/21/2024
9.0.0-preview.3.24172.13 3,066 4/11/2024
9.0.0-preview.2.24128.4 6,300 3/12/2024
9.0.0-preview.1.24081.5 2,238 2/13/2024
8.0.19 8,554 8/4/2025
8.0.18 7,567 7/8/2025
8.0.17 20,808 6/10/2025
8.0.16 51,656 5/13/2025
8.0.15 66,485 4/8/2025
8.0.14 55,540 3/11/2025
8.0.13 81,268 2/11/2025
8.0.12 122,266 1/14/2025
8.0.11 354,161 11/12/2024
8.0.10 604,530 10/8/2024
8.0.8 673,378 8/13/2024
8.0.7 356,661 7/9/2024
8.0.6 493,172 5/28/2024
8.0.5 146,569 5/14/2024
8.0.4 539,367 4/9/2024
8.0.3 452,847 3/12/2024
8.0.2 440,224 2/13/2024
8.0.1 476,307 1/9/2024
8.0.0 584,220 11/14/2023
8.0.0-rc.2.23480.2 3,472 10/10/2023
8.0.0-rc.1.23421.29 3,688 9/12/2023
8.0.0-preview.7.23375.9 1,752 8/8/2023
8.0.0-preview.6.23329.11 1,334 7/11/2023
8.0.0-preview.5.23302.2 938 6/13/2023
8.0.0-preview.4.23260.4 3,404 5/16/2023
8.0.0-preview.3.23177.8 2,487 4/11/2023
8.0.0-preview.2.23153.2 2,656 3/14/2023
8.0.0-preview.1.23112.2 1,736 2/21/2023
7.0.20 18,410 5/28/2024
7.0.19 2,664 5/14/2024
7.0.18 13,095 4/9/2024
7.0.17 11,797 3/12/2024
7.0.16 16,485 2/13/2024
7.0.15 35,602 1/9/2024
7.0.14 71,038 11/14/2023
7.0.13 136,916 10/24/2023
7.0.12 78,938 10/10/2023
7.0.11 133,371 9/12/2023
7.0.10 383,433 8/8/2023
7.0.9 147,719 7/11/2023
7.0.8 102,082 6/22/2023
7.0.7 72,480 6/13/2023
7.0.5 420,941 4/11/2023
7.0.4 186,721 3/14/2023
7.0.3 254,777 2/14/2023
7.0.2 384,974 1/10/2023
7.0.1 254,195 12/13/2022
7.0.0 436,933 11/7/2022
7.0.0-rc.2.22476.2 1,700 10/11/2022
7.0.0-rc.1.22427.2 7,021 9/14/2022
7.0.0-preview.7.22376.6 904 8/9/2022
7.0.0-preview.6.22330.3 1,155 7/12/2022
7.0.0-preview.5.22303.8 1,063 6/14/2022
7.0.0-preview.4.22251.1 1,338 5/10/2022
7.0.0-preview.3.22178.4 2,606 4/13/2022
7.0.0-preview.2.22153.2 1,305 3/14/2022
7.0.0-preview.1.22109.13 786 2/17/2022
6.0.36 60,651 11/12/2024
6.0.35 14,772 10/8/2024
6.0.33 17,351 8/13/2024
6.0.32 14,388 7/9/2024
6.0.31 27,652 5/28/2024
6.0.30 25,321 5/14/2024
6.0.29 47,509 4/9/2024
6.0.28 21,884 3/12/2024
6.0.27 47,539 2/13/2024
6.0.26 63,840 1/9/2024
6.0.25 236,285 11/14/2023
6.0.24 61,352 10/24/2023
6.0.23 21,401 10/10/2023
6.0.22 47,855 9/12/2023
6.0.21 72,532 8/8/2023
6.0.20 110,659 7/11/2023
6.0.19 35,024 6/22/2023
6.0.18 47,196 6/13/2023
6.0.16 205,527 4/11/2023
6.0.15 160,438 3/14/2023
6.0.14 201,582 2/14/2023
6.0.13 216,941 1/10/2023
6.0.12 120,229 12/13/2022
6.0.11 285,261 11/7/2022
6.0.10 485,573 10/11/2022
6.0.9 375,153 9/13/2022
6.0.8 407,340 8/9/2022
6.0.7 403,227 7/12/2022
6.0.6 482,995 6/14/2022
6.0.5 533,414 5/10/2022
6.0.4 349,596 4/11/2022
6.0.3 433,616 3/8/2022
6.0.2 355,592 2/8/2022
6.0.1 732,187 12/14/2021
6.0.0 781,056 11/8/2021
6.0.0-rc.2.21480.10 3,077 10/12/2021
6.0.0-rc.1.21452.15 2,525 9/14/2021
6.0.0-preview.7.21378.6 1,314 8/10/2021
6.0.0-preview.6.21355.2 1,328 7/14/2021
6.0.0-preview.5.21301.17 2,514 6/15/2021
6.0.0-preview.4.21253.5 989 5/24/2021
6.0.0-preview.3.21201.13 4,906 4/8/2021
6.0.0-preview.2.21154.6 3,481 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 2,612 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 62,217 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 14,506 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 33,604 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 25,956 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 60,827 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 55,920 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 163,083 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 248,642 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 236,175 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 188,906 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 264,028 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 180,111 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 256,899 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 146,158 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 194,279 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 348,837 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 138,657 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 196,905 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 3,186 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 3,617 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 1,861 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 1,457 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 1,631 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,615 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 1,346 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 1,413 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 1,666 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 963 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 41,038 12/13/2022
3.1.31 11,653 11/8/2022
3.1.30 21,044 10/11/2022
3.1.29 8,968 9/13/2022
3.1.28 11,897 8/9/2022
3.1.27 15,936 7/12/2022
3.1.26 17,161 6/14/2022
3.1.25 20,738 5/10/2022
3.1.24 25,729 4/11/2022
3.1.23 34,053 3/8/2022
3.1.22 68,400 12/14/2021
3.1.21 230,092 11/7/2021
3.1.20 42,631 10/11/2021
3.1.19 47,622 9/14/2021
3.1.18 65,181 8/10/2021
3.1.17 49,919 7/13/2021
3.1.16 84,560 6/8/2021
3.1.15 140,579 5/11/2021
3.1.14 119,427 4/6/2021
3.1.13 114,481 3/9/2021
3.1.12 195,638 2/9/2021
3.1.11 1,414,449 1/12/2021
3.1.10 198,241 11/9/2020
3.1.9 352,386 10/13/2020
3.1.8 678,025 9/8/2020
3.1.7 438,673 8/11/2020
3.1.6 373,604 7/14/2020
3.1.5 510,328 6/9/2020
3.1.4 274,506 5/12/2020
3.1.3 842,662 3/24/2020
3.1.2 546,205 2/18/2020
3.1.1 475,115 1/14/2020
3.1.0 532,539 12/3/2019
3.1.0-preview3.19553.2 1,419 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 803 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 1,894 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 18,817 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 643,106 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 75,496 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 346,497 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 6,501 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 1,429 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 39,042 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 2,822 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 1,810 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 1,278 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 918 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,273 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 1,033 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,294 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.5 3,995,232 5/14/2019 2.2.5 is deprecated because it is no longer maintained.
2.2.0 1,631,978 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 21,282 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,941 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 5,712 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 4,279,128 6/18/2018
2.1.0 1,524,704 5/29/2018
2.1.0-rc1-final 14,350 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 13,929 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 33,879 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 3,747,315 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 3,433,578 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 9,666,066 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,737 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 7,112 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 153,405 5/9/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 50,534 3/6/2017 1.0.1 is deprecated because it is no longer maintained.
1.0.0 48,489 11/16/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-preview1-final 13,149 10/24/2016 1.0.0-preview1-final is deprecated because it is no longer maintained.