Skip to content

Commit 2c641b4

Browse files
authored
Merge pull request #92160 from jessie-jyy/patch-6
update httpstatuscode with a condition
2 parents cbb7765 + 24f5c15 commit 2c641b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/standard-premium/how-to-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Azure Front Door currently provides individual API requests with each entry havi
7676
| SecurityProtocol | The TLS/SSL protocol version used by the request or null if no encryption. Possible values include: SSLv3, TLSv1, TLSv1.1, TLSv1.2 |
7777
| SecurityCipher | When the value for Request Protocol is HTTPS, this field indicates the TLS/SSL cipher negotiated by the client and AFD for encryption. |
7878
| Endpoint | The domain name of AFD endpoint, for example, contoso.z01.azurefd.net |
79-
| HttpStatusCode | The HTTP status code returned from AFD. |
79+
| HttpStatusCode | The HTTP status code returned from AFD. If a request to the the origin times out, value for HttpStatusCode is set to "0".|
8080
| Pop | The edge pop, which responded to the user request. |
8181
| Cache Status | Provides the status code of how the request gets handled by the CDN service when it comes to caching. Possible values are HIT: The HTTP request was served from AFD edge POP cache. <br> **MISS**: The HTTP request was served from origin. <br/> **PARTIAL_HIT**: Some of the bytes from a request got served from AFD edge POP cache while some of the bytes got served from origin for object chunking scenarios. <br> **CACHE_NOCONFIG**: Forwarding requests without caching settings, including bypass scenario. <br/> **PRIVATE_NOSTORE**: No cache configured in caching settings by customers. <br> **REMOTE_HIT**: The request was served by parent node cache. <br/> **N/A**:** Request that was denied by Signed URL and Rules Set. |
8282
| MatchedRulesSetName | The names of the rules that were processed. |

0 commit comments

Comments
 (0)