Skip to content

Commit 0c5b2e5

Browse files
authored
Merge pull request #231535 from JackStromberg/patch-105
Adding upstreamSourcePort
2 parents 7bcb288 + dcb07a3 commit 0c5b2e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: article
9-
ms.date: 02/25/2022
9+
ms.date: 03/21/2022
1010
ms.author: greglin
1111
---
1212

@@ -181,6 +181,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
181181
|host| Address listed in the host header of the request. If rewritten using header rewrite, this field contains the updated host name|
182182
|originalRequestUriWithArgs| This field contains the original request URL |
183183
|requestUri| This field contains the URL after the rewrite operation on Application Gateway |
184+
|upstreamSourcePort| The source port used by Application Gateway when initiating a connection to the backend target|
184185
|originalHost| This field contains the original request host name
185186
```json
186187
{
@@ -219,6 +220,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
219220
"serverRouted": "52.239.221.65:443",
220221
"serverStatus": "200",
221222
"serverResponseLatency": "0.028",
223+
"upstreamSourcePort": "21564",
222224
"originalHost": "20.110.30.194",
223225
"host": "20.110.30.194"
224226
}

0 commit comments

Comments
 (0)