monitor requests and response for application gateway

Copper Contributor

Hi,

we are using azure application gateway,  we also turned on session affinity for the backend pool.

but we run into some production issues, it seems to us the session affinity is not working as expected, user loses their session data when they access their pages. after we route the requests to only one backend server the issue is gone.

 

in order to troubleshoot the issue, we have enabled all of the application gateway logs, it seems to me the logs doesn't contain any data for the cookie or request headers. 

 

Is there anyway for us to log the full requests including headers and which backend members the request is routed to?

 

thanks in advance

1 Reply
anyone can help?