About local Azure Function logs

Jona 925 Reputation points
2024-06-08T18:36:36.6566667+00:00

Hi,

I'm developing locally an Azure Function and realized that are not ordered.

logs

Does anybody know why this happens? would it happen on Azure when deployed?

Regards

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 30,450 Reputation points Volunteer Moderator
    2024-06-08T21:31:44.5633333+00:00

    Hello Jona,

    Thanks for your question.

    This may be as a result of the asynchronous nature of the function execution and logging system

    See: https://serilog.net/

    Azure would be able to handle more concurrent logs, however, you will need to deploy in a test env to confirm behavior

    Regards,

    You can mark it 'Accept Answer' if this helped.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.