Skip to content

Commit a77de25

Browse files
Adding upstreamSourcePort
Adding upstreamSourcePort
1 parent 7db3559 commit a77de25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)