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
Hey guys, I don't know if it's a bug but we are having some issues and would like some help. What we are trying to achieve is the following:
We have an Azure Function that make use of Serilog and this sink to write into AppInsights, this function does some calls to Azure Blob and when container/blob does not exist we do not want to log the 404/409 dependencies trace (We have so many calls that are part of the business process).
Hey guys, I don't know if it's a bug but we are having some issues and would like some help. What we are trying to achieve is the following:
We have an Azure Function that make use of Serilog and this sink to write into AppInsights, this function does some calls to Azure Blob and when container/blob does not exist we do not want to log the 404/409 dependencies trace (We have so many calls that are part of the business process).
This is the startup code of the function:
The Function have the following NuGet packages installed:
No matter how we register the processor, the 404/409 dependencies are still written in AppInsights. What are we doing wrong?
The text was updated successfully, but these errors were encountered: