Skip to content

Update to Azure Asp.Net Core Logging Extension/Integration Breaks Net Core Blob Logging #16604

@DanielStout5

Description

@DanielStout5

Describe the bug

We have a .Net Core app running on Azure App services and it's configured to log to the Azure Blob.

It's running .Net Core 2.2 and previously the logs were written to the Blob storage correctly. At some point the site extension got updated and now the logs aren't working - only the "applicationLog.csv" file is created in the Blob, not the .txt file that actually contains the application logs.

The app service for which logging has stopped working is using ASP.NET Core Logging Integration version "3.1.0-preview1-19508-20".

Some of our other app services (also running on .Net Core 2.2, and some on 2.1) are using these site extensions:

ASP.NET Core Logging Extensions version "2.2.0"

ASP.NET Core Extensions version "2.1.0-preview2-final"

Is it possible the 3.x versions of the extension are not compatible with 2.x app services?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: DuplicateResolved as a duplicate of another issuearea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-azureIssues related to integration with Azure components (Azure App Service Logging, App Insights, etc.)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions