Add HTTP Request Header on AppServiceHTTPLogs azure Logs Analitycs Table

Modou Diouf 0 Reputation points
2024-04-09T10:06:21.0233333+00:00

Hi,
After enabled azure diagnostics settings on my azure app service, i noticed that azure doesn’t capture my http request header.
And i don’t found the HTTP Request Header on the Azure AppServiceHTTPLogs table of azure logs analitycs workspace

Can you help me please.
Thanks !

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 13,071 Reputation points Moderator
    2024-04-09T14:59:19.96+00:00

    Hello Modou Diouf - Thanks for reaching out to us.

    It is possible that the HTTP request headers are not being captured by Azure diagnostics settings. Please see below to see if you can troubleshoot the issue.

    1. Check if the HTTP request headers are being sent with the request. You can use a tool like Fiddler or Postman to check if the headers are being sent with the request and if HTTP request headers are being captured by Azure using Azure Diagnostic logs feature.
      1. If the headers are not being captured by Azure, then you can try using Application Insights to capture the headers.

    Hope this helps. and please feel free to reach out if you have any further questions.

    Please don't forget to "Accept as Answer" and click "Yes" if the above response is helpful, so it can be beneficial to the community.


Your answer

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