Skip to content

Commit 3913325

Browse files
Incorporate feedback.
1 parent ad41ff3 commit 3913325

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

articles/frontdoor/TOC.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@
232232
items:
233233
- name: HTTP/2
234234
href: front-door-http2.md
235-
- name: Monitor Front Door
236-
href: monitor-front-door.md
237235
- name: FAQ
238236
href: front-door-faq.yml
239237
- name: CDN
@@ -380,6 +378,12 @@
380378
href: ../web-application-firewall/afds/waf-front-door-rate-limit-configure.md?toc=%2fazure%2ffrontdoor%2ftoc.json
381379
- name: Configure IP restriction
382380
href: ../web-application-firewall/afds/waf-front-door-configure-ip-restriction.md?toc=/azure/frontdoor/toc.json
381+
- name: Monitor
382+
items:
383+
- name: Monitor Front Door
384+
href: monitor-front-door.md
385+
- name: Front Door monitoring data reference
386+
href: monitor-front-door-reference.md
383387
- name: Troubleshoot
384388
items:
385389
- name: Troubleshooting with RefString
@@ -612,8 +616,6 @@
612616
items:
613617
- name: HTTP headers protocol support
614618
href: front-door-http-headers-protocol.md
615-
- name: Front Door monitoring data reference
616-
href: monitor-front-door-reference.md
617619
- name: Azure Front Door POP locations
618620
items:
619621
- name: POP locations by region

articles/frontdoor/monitor-front-door.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Access logs and WAF logs include a *tracking reference*, which is also propagate
5252

5353
Access logs, health probe logs, and WAF logs aren't enabled by default. To enable and store your diagnostic logs, see [Configure Azure Front Door logs](./standard-premium/how-to-logs.md). Activity log entries are collected by default, and you can view them in the Azure portal.
5454

55-
## <a name="access-log"></a>Access log
55+
### <a name="access-log"></a>Access log
5656

5757
Information about every request is logged into the access log. Each access log entry contains the information listed in the following table.
5858

@@ -89,7 +89,7 @@ Information about every request is logged into the access log. Each access log e
8989
| Result | `SSLMismatchedSNI` is a status code that signifies a successful request with a mismatch warning between the SNI and the host header. This status code implies domain fronting, a technique that violates Azure Front Door’s terms of service. Requests with `SSLMismatchedSNI` will be rejected after January 22, 2024.|
9090
| Sni | This field specifies the Server Name Indication (SNI) that is sent during the TLS/SSL handshake. It can be used to identify the exact SNI value if there was a `SSLMismatchedSNI` status code. Additionally, it can be compared with the host value in the `requestUri` field to detect and resolve the mismatch issue. |
9191

92-
## Health probe log
92+
### Health probe log
9393

9494
Azure Front Door logs every failed health probe request. These logs can help you to diagnose problems with an origin. The logs provide you with information that you can use to investigate the failure reason and then bring the origin back to a healthy status.
9595

@@ -143,7 +143,7 @@ The following example JSON snippet shows a health probe log entry for a failed h
143143
}
144144
```
145145

146-
## Web application firewall log
146+
### Web application firewall log
147147

148148
For more information on the Front Door web application firewall (WAF) logs, see [Azure Web Application Firewall monitoring and logging](../web-application-firewall/afds/waf-front-door-monitor.md).
149149

@@ -153,7 +153,7 @@ For more information on the Front Door web application firewall (WAF) logs, see
153153

154154
For classic Azure Front Door, built-in monitoring includes diagnostic logs.
155155

156-
## <a name="diagnostic-logging"></a>Diagnostic logs
156+
### <a name="diagnostic-logging"></a>Diagnostic logs
157157

158158
Diagnostic logs provide rich information about operations and errors that are important for auditing and troubleshooting. Diagnostic logs differ from activity logs.
159159

@@ -197,7 +197,7 @@ Front Door currently provides diagnostic logs. Diagnostic logs provide individua
197197
| Result | `SSLMismatchedSNI` is a status code that signifies a successful request with a mismatch warning between the SNI and the host header. This status code implies domain fronting, a technique that violates Azure Front Door’s terms of service. Requests with `SSLMismatchedSNI` will be rejected after January 22, 2024.|
198198
| Sni | This field specifies the Server Name Indication (SNI) that is sent during the TLS/SSL handshake. It can be used to identify the exact SNI value if there was a `SSLMismatchedSNI` status code. Additionally, it can be compared with the host value in the `requestUri` field to detect and resolve the mismatch issue. |
199199

200-
### Sent to origin shield deprecation
200+
#### Sent to origin shield deprecation
201201

202202
The raw log property **isSentToOriginShield** is deprecated and replaced by a new field **isReceivedFromClient**. Use the new field if you're already using the deprecated field.
203203

0 commit comments

Comments
 (0)