You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't have to install the provider package or call the AddAzureWebAppDiagnostics extension method. The provider is automatically available to your app when you deploy the app to Azure App Service.
However, if my ASP.NET Core 2.0 (<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />) project targets the full .NET Framework (<TargetFramework>net47</TargetFramework>), this is no longer true. I need to install the provider package and call AddAzureWebAppDiagnostics() explicitly. Can you reword the paragraph to make a distinction between the behavior on .NET Core and .NET Framework please?
The docs for
Microsoft.Extensions.Logging.AzureAppServices
provider state that:However, if my ASP.NET Core 2.0 (
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
) project targets the full .NET Framework (<TargetFramework>net47</TargetFramework>
), this is no longer true. I need to install the provider package and callAddAzureWebAppDiagnostics()
explicitly. Can you reword the paragraph to make a distinction between the behavior on .NET Core and .NET Framework please?This is by design as per aspnet/Logging#716.
The text was updated successfully, but these errors were encountered: