Skip to content

Commit bec86b7

Browse files
committed
freshness review 3/24
1 parent 1f4cd75 commit bec86b7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
8-
ms.date: 02/23/2023
8+
ms.date: 03/31/2024
99
ms.author: duau
1010
---
1111

@@ -90,8 +90,8 @@ Reports support any selected date range from the previous 90 days. With data poi
9090

9191
- **Domains** - Select one or more endpoints or custom domains. By default, all endpoints and custom domains are selected.
9292

93-
* If you delete an endpoint or a custom domain in one profile and then recreate the same endpoint or domain in another profile, the report counts the new endpoint as a second endpoint.
94-
* If you delete a custom domain and bind it to a different endpoint, the behavior depends on how you view the report. If you view the report by custom domain then they'll be treated as one custom domain. If you view the report by endpoint, they'll be treated as separate items.
93+
* If you delete an endpoint or a custom domain in one profile and then recreate the same endpoint or domain in another profile, the report counts the new endpoint as a different endpoint.
94+
* If you delete a custom domain and bind it to a different endpoint, the behavior depends on how you view the report. If you view the report by custom domains, then they're treated as one custom domain. If you view the report by endpoint, they're treated as separate items.
9595

9696
:::image type="content" source="../media/how-to-reports/front-door-reports-dimension-domain.png" alt-text="Screenshot of Reports for domain dimension.":::
9797

@@ -236,11 +236,11 @@ The **traffic by domain** report provides a grid view of all the domains under t
236236

237237
:::image type="content" source="../media/how-to-reports/front-door-reports-landing-page.png" alt-text="Screenshot of the landing page for reports.":::
238238

239-
In this report you can view:
239+
In this report, you can view:
240240

241241
* Request counts
242242
* Data transferred out from Azure Front Door to client
243-
* Requests with status code (3XX, 4XX and 5XX) of each domain
243+
* Requests with status code (3XX, 4XX, and 5XX) of each domain
244244

245245
Domains include endpoint domains and custom domains.
246246

@@ -277,7 +277,7 @@ The following items are included in the reports:
277277

278278
* A world map view of the top 50 countries/regions by data transferred out or requests of your choice.
279279
* Two line charts showing a trend view of the top five countries/regions by data transferred out and requests of your choice.
280-
* A grid of the top countries/regions with corresponding data transferred out from Azure Front Door to clients, the percentage of data transferred out, the number of requests, the percentage of requests by the country/region, cache hit ratio, 4XX response code counts, and 5XX response code counts.
280+
* A grid of the top countries or regions with corresponding data transferred out from Azure Front Door to clients, the percentage of data transferred out, the number of requests, the percentage of requests by the country or region, cache hit ratio, 4XX response code counts, and 5XX response code counts.
281281

282282
## Caching report
283283

@@ -292,8 +292,8 @@ The caching report includes:
292292

293293
Cache hits/misses describe the request number cache hits and cache misses for client requests.
294294

295-
* Hits: the client requests that are served directly from Azure Front Door edge PoPs. Refers to those requests whose values for CacheStatus in the raw access logs are *HIT*, *PARTIAL_HIT*, or *REMOTE_HIT*.
296-
* Miss: the client requests that are served by Azure Front Door edge POPs fetching contents from origin. Refers to those requests whose values for the field CacheStatus in the raw access raw logs are *MISS*.
295+
* Hits: client requests that get served directly from Azure Front Door edge PoPs. Refers to those requests whose values for CacheStatus in the raw access logs are *HIT*, *PARTIAL_HIT*, or *REMOTE_HIT*.
296+
* Miss: client requests that get served by Azure Front Door edge POPs fetching contents from origin. Refers to those requests whose values for the field CacheStatus in the raw access raw logs are *MISS*.
297297

298298
**Cache hit ratio** describes the percentage of cached requests that are served from edge directly. The formula of the cache hit ratio is: `(PARTIAL_HIT +REMOTE_HIT+HIT/ (HIT + MISS + PARTIAL_HIT + REMOTE_HIT)*100%`.
299299

@@ -305,17 +305,17 @@ Requests that meet the following requirements are included in the calculation:
305305
It excludes all of the following cases:
306306

307307
* Requests that are denied because of a Rule Set.
308-
* Requests that contain matching Rules Set, which has been set to disable the cache.
309-
* Requests that are blocked by the Azure Front Door WAF.
308+
* Requests that contain matching Rules Set, which is set to disable the cache.
309+
* Requests that get blocked by the Azure Front Door WAF.
310310
* Requests when the origin response headers indicate that they shouldn't be cached. For example, requests with `Cache-Control: private`, `Cache-Control: no-cache`, or `Pragma: no-cache` headers prevent the response from being cached.
311311

312312
## Top URL report
313313

314-
The **top URL report** allow you to view the amount of traffic incurred through a particular endpoint or custom domain. You'll see data for the most requested 50 assets during any period in the past 90 days.
314+
The **top URL report** allow you to view the amount of traffic incurred through a particular endpoint or custom domain. You see data for the most requested 50 assets during any period in the past 90 days.
315315

316316
:::image type="content" source="../media/how-to-reports/front-door-reports-top-url.png" alt-text="Screenshot of the 'top URL' report.":::
317317

318-
Popular URLs will be displayed with the following values:
318+
Popular URLs are displayed with the following values:
319319

320320
* URL, which refers to the full path of the requested asset in the format of `http(s)://contoso.com/index.html/images/example.jpg`. URL refers to the value of the RequestUri field in the raw access log.
321321
* Request counts.
@@ -326,7 +326,7 @@ Popular URLs will be displayed with the following values:
326326
* Requests with response codes of 4XX.
327327
* Requests with response codes of 5XX.
328328

329-
User can sort URLs by request count, request count percentage, data transferred, and data transferred percentage. All the metrics are aggregated by hour and might vary based on the timeframe selected.
329+
User can sort URLs by request count, request count percentage, data transferred, and data transferred percentage. The system aggregates all metrics by hour, and they might vary based on the selected time frame.
330330

331331
> [!NOTE]
332332
> Top URLs might change over time. To get an accurate list of the top 50 URLs, Azure Front Door counts all your URL requests by hour and keep the running total over the course of a day. The URLs at the bottom of the 50 URLs may rise onto or drop off the list over the day, so the total number of these URLs are approximations.
@@ -335,7 +335,7 @@ User can sort URLs by request count, request count percentage, data transferred,
335335
336336
## Top referrer report
337337

338-
The **top referrer** report shows you the top 50 referrers to a particular Azure Front Door endpoint or custom domain. You can view data for any period in the past 90 days. A referrer indicates the URL from which a request was generated. Referrer may come from a search engine or other websites. If a user types a URL (for example, `https://contoso.com/index.html`) directly into the address bar of a browser, the referrer for the requested is *Empty*.
338+
The **top referrer** report shows you the top 50 referrers to a particular Azure Front Door endpoint or custom domain. You can view data for any period in the past 90 days. A referrer indicates the URL from which a request was generated. Referrer might come from a search engine or other websites. If a user types a URL (for example, `https://contoso.com/index.html`) directly into the address bar of a browser, the referrer for the requested is *Empty*.
339339

340340
:::image type="content" source="../media/how-to-reports/front-door-reports-top-referrer.png" alt-text="Screenshot of the 'top referrer' report.":::
341341

@@ -350,7 +350,7 @@ The top referrer report includes the following values.
350350
* Requests with response code as 4XX.
351351
* Requests with response code as 5XX.
352352

353-
You can sort by request count, request %, data transferred and data transferred %. All the metrics are aggregated by hour and may vary per the time frame selected.
353+
You can sort by request count, request %, data transferred and data transferred %. The system aggregates all metrics by hour, and they might vary based on the selected time frame.
354354

355355
## Top user agent report
356356

@@ -374,7 +374,7 @@ The **security report** provides graphical and statistics views of WAF activity.
374374
| Dimensions | Description |
375375
|---------|---------|
376376
| Overview metrics - Matched WAF rules | Requests that match custom WAF rules, managed WAF rules and bot protection rules. |
377-
| Overview metrics - Blocked Requests | The percentage of requests that are blocked by WAF rules among all the requests that matched WAF rules. |
377+
| Overview metrics - Blocked Requests | The percentage of requests that gets blocked by WAF rules among all the requests that matched WAF rules. |
378378
| Overview metrics - Matched Managed Rules | Requests that match managed WAF rules. |
379379
| Overview metrics - Matched Custom Rule | Requests that match custom WAF rules. |
380380
| Overview metrics - Matched Bot Rule | Requests that match bot protection rules. |

0 commit comments

Comments
 (0)