You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/logs-data-export.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Log Analytics workspace data export continuously exports data that's sent to you
34
34
35
35
## Limitations
36
36
37
-
- Custom logs created via [HTTP Data Collector API](./data-collector-api.md), or 'dataSources' API won't be supported in export. Custom log created using [data collection rule](./logs-ingestion-api-overview.md) can be exported.
37
+
- Custom logs created via [HTTP Data Collector API](./data-collector-api.md), or 'dataSources' API won't be supported in export. This includes text logs consumed by MMA. Custom log created using [data collection rule](./logs-ingestion-api-overview.md) can be exported, including text based logs.
38
38
- We are support more tables in data export gradually, but currently limited to those specified in the [supported tables](#supported-tables) section.
39
39
- You can define up to 10 enabled rules in your workspace, each can include multiple tables. You can create more rules in workspace in disabled state.
40
40
- Destinations must be in the same region as the Log Analytics workspace.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azacsnap-troubleshoot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: troubleshooting
15
-
ms.date: 08/05/2022
15
+
ms.date: 01/16/2023
16
16
ms.author: phjensen
17
17
ms.custom: kr2b-contr-experiment
18
18
---
@@ -37,7 +37,7 @@ This naming convention allows for multiple configuration files, one per database
37
37
38
38
### Result files and syslog
39
39
40
-
For the `-c backup` command, AzAcSnap writes to a *\*.result* file and to the system log, `/var/log/messages`, by using the `logger` command. The *\*.result* filename has the same base name as the log file, and goes into the same location. The *\*.result* file is a simple one line output file, such as the following example:
40
+
For the `-c backup` command, AzAcSnap writes to a *\*.result* file. The purpose of the *\*.result* file is to provide high-level confirmation of success/failure. If the *\*.result* file is empty, then assume failure. Any output written to the *\*.result* file is also output to the system log (for example, `/var/log/messages`) by using the `logger` command. The *\*.result* filename has the same base name as the log file to allow for matching the result file with the configuration file and the backup log file. The *\*.result* file goes into the same location as the other log files and is a simple one line output file, such as the following example:
Copy file name to clipboardExpand all lines: articles/frontdoor/front-door-http-headers-protocol.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ ms.service: frontdoor
7
7
ms.topic: article
8
8
ms.tgt_pltfrm: na
9
9
ms.workload: infrastructure-services
10
-
ms.date: 10/31/2022
10
+
ms.date: 01/16/2023
11
11
ms.author: duau
12
12
---
13
13
14
14
# Protocol support for HTTP headers in Azure Front Door
15
15
16
16
This article outlines the protocol that Front Door supports with parts of the call path (see image). In the following sections, you'll find information about HTTP headers supported by Front Door.
17
17
18
-
:::image type="content" source="./media/front-door-http-headers-protocol/front-door-protocol-summary.png" alt-text="Azure Front Door HTTP headers protocol":::
18
+
:::image type="content" source="./media/front-door-http-headers-protocol/front-door-protocol-summary.png" alt-text="Diagram showing client making request to Front Door, which is forwarded to the backend. The response is sent from Front Door to the client." border="false":::
19
19
20
20
> [!IMPORTANT]
21
21
> Front Door doesn't certify any HTTP headers that aren't documented here.
@@ -45,12 +45,12 @@ Azure Front Door includes headers for an incoming request unless they're removed
45
45
46
46
## From the Front Door to the client
47
47
48
-
Any headers sent to Azure Front Door from the backend are also passed through to the client. The following are headers sent from the Front Door to clients.
48
+
Any headers sent to Azure Front Door from the backend are also passed through to the client. Front Door also attaches the following headers to all responses to the client:
49
49
50
50
| Header | Example and description |
51
51
| ------------- | ------------- |
52
52
| X-Azure-Ref |*X-Azure-Ref: 0zxV+XAAAAABKMMOjBv2NT4TY6SQVjC0zV1NURURHRTA2MTkANDM3YzgyY2QtMzYwYS00YTU0LTk0YzMtNWZmNzA3NjQ3Nzgz* </br> This is a unique reference string that identifies a request served by Front Door, which is critical for troubleshooting as it's used to search access logs.|
53
-
| X-Cache |*X-Cache:* This header describes the caching status of the request <br/> - *X-Cache: TCP_HIT*: The first byte of the request is a cache hit in the Front Door edge. <br/> - *X-Cache: TCP_REMOTE_HIT*: The first byte of the request is a cache hit in the regional cache (origin shield layer) but a miss in the edge cache. <br/> - *X-Cache: TCP_MISS*: The first byte of the request is a cache miss, and the content is served from the origin. <br/> - *X-Cache: PRIVATE_NOSTORE*: Request can't be cached as Cache-Control response header is set to either private or no-store. <br/> - *X-Cache: CONFIG_NOCACHE*: Request is configured to not cache in the Front Door profile. |
53
+
| X-Cache |*X-Cache:* This header describes the caching status of the request. For more information, see [Caching with Azure Front Door](front-door-caching.md#response-headers). |
description: This article shows you how to configure caching on Azure Front Door.
4
+
services: frontdoor
5
+
author: johndowns
6
+
ms.service: frontdoor
7
+
ms.topic: how-to
8
+
ms.date: 01/16/2023
9
+
ms.author: jodowns
10
+
---
11
+
12
+
# Configure caching on Azure Front Door
13
+
14
+
This article shows you how to configure caching on Azure Front Door. To learn more about caching, see [Caching with Azure Front Door](front-door-caching.md).
15
+
16
+
## Prerequisites
17
+
18
+
Before you can create an Azure Front Door endpoint with Front Door manager, you must have an Azure Front Door profile created. The profile must have at least one or more endpoints. To organize your Azure Front Door endpoints by internet domains, web applications, or other criteria, you can use multiple profiles.
19
+
20
+
To create an Azure Front Door profile and endpoint, see [Create an Azure Front Door profile](create-front-door-portal.md).
21
+
22
+
## Configure caching by using the Azure portal
23
+
24
+
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true) and navigate to your Azure Front Door profile.
25
+
26
+
1. Select **Front Door manager** and then select your route.
27
+
28
+
:::image type="content" source="./media/how-to-configure-caching/select-route.png" alt-text="Screenshot of endpoint landing page.":::
29
+
30
+
1. Select **Enable caching**.
31
+
32
+
1. Specify the query string caching behavior. For more information, see [Caching with Azure Front Door](front-door-caching.md#query-string-behavior).
33
+
34
+
1. Optionally, select **Enable compression** for Front Door to compress responses to the client.
35
+
36
+
1. Select **Update**.
37
+
38
+
:::image type="content" source="./media/how-to-configure-caching/update-route.png" alt-text="Screenshot of route with caching configured.":::
39
+
40
+
## Next steps
41
+
42
+
* Learn about the use of [origins and origin groups](origin.md) in an Azure Front Door configuration.
43
+
* Learn about [rules match conditions](rules-match-conditions.md) in an Azure Front Door rule set.
44
+
* Learn more about [policy settings](../web-application-firewall/afds/waf-front-door-policy-settings.md) for WAF with Azure Front Door.
45
+
* Learn how to create [custom rules](../web-application-firewall/afds/waf-front-door-custom-rules.md) to protect your Azure Front Door profile.
Copy file name to clipboardExpand all lines: articles/frontdoor/standard-premium/how-to-compression.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: front-door
5
5
author: duongau
6
6
ms.service: frontdoor
7
7
ms.topic: article
8
-
ms.date: 03/20/2022
8
+
ms.date: 01/16/2023
9
9
ms.author: yuajia
10
10
---
11
11
@@ -19,7 +19,7 @@ There are two ways to enable file compression:
19
19
- Enabling compression directly on the Azure Front Door POP servers (*compression on the fly*). In this case, Azure Front Door compresses the files and sends them to the end users.
20
20
21
21
> [!NOTE]
22
-
> Range requests may be compressed into different sizes. Azure Front Door requires the content-length values to be the same for any GET HTTP request. If clients send byte range requests with the `accept-encoding` header that leads to the Origin responding with different content lengths, then Azure Front Door will return a 503 error. You can either disable compression on Origin/Azure Front Door or create a Rules Set rule to remove `accept-encoding` from the request for byte range requests.
22
+
> Range requests may be compressed into different sizes. Azure Front Door requires the `Content-Length` response header values to be the same for any GET HTTP request. If clients send byte range requests with the `Accept-Encoding` header that leads to the origin responding with different content lengths, then Azure Front Door returns a 503 error. You can either disable compression on the origin/Azure Front Door, or create a Rules Engine rule to remove the `Accept-Encoding` header from byte range requests.
23
23
24
24
> [!IMPORTANT]
25
25
> Azure Front Door configuration changes takes up to 10 mins to propagate throughout the network. If you're setting up compression for the first time for your CDN endpoint, consider waiting 1-2 hours before you troubleshoot to ensure the compression settings have propagated to all the POPs.
@@ -32,34 +32,34 @@ There are two ways to enable file compression:
32
32
You can enable compression in the following ways:
33
33
* During quick create - When you enable caching, you can enable compression.
34
34
* During custom create - Enable caching and compression when you're adding a route.
35
-
* In Endpoint Manager route.
35
+
* In Front Door manager.
36
36
* On the Optimization page.
37
37
38
-
### Enable compression in Endpoint manager
38
+
### Enable compression in Front Door manager
39
39
40
-
1. From the Azure Front Door Standard/Premium profile page, go to **Endpoint Manager** and select the endpoint you want to enable compression.
40
+
1. From the Azure Front Door Standard/Premium profile page, go to **Front Door manager** and select the endpoint you want to enable compression.
41
41
42
-
1.Select **Edit Endpoint**, then select the **route** you want to enable compression.
42
+
1.Within the endpoint, select the **route** you want to enable compression on.
43
43
44
-
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-1.png" alt-text="Screenshot of Endpoint Manager landing page." lightbox="../media/how-to-compression/front-door-compression-endpoint-manager-1-expanded.png":::
44
+
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-1.png" alt-text="Screenshot of the Front Door manager landing page." lightbox="../media/how-to-compression/front-door-compression-endpoint-manager-1-expanded.png":::
45
45
46
-
1. Ensure **Enable Caching** is checked, then select the checkbox for **Enable compression**.
46
+
1. Ensure **Enable caching** is checked, then select the checkbox for **Enable compression**.
47
47
48
-
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-2.png" alt-text="Enable compression in endpoint manager.":::
48
+
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-2.png" alt-text="Screenshot of Front Door Manager showing the 'Enable compression' radio button.":::
49
49
50
50
1. Select **Update** to save the configuration.
51
51
52
-
### Enable compression in Optimization
52
+
### Enable compression in Optimizations
53
53
54
54
1. From the Azure Front Door Standard/Premium profile page, go to **Optimizations** under Settings. Expand the endpoint to see the list of routes.
55
55
56
56
1. Select the three dots next to the **route** that has compression *Disabled*. Then select **Configure route**.
57
57
58
-
:::image type="content" source="../media/how-to-compression/front-door-compression-optimization-1.png" alt-text="Screen of enable compression on the optimization page." lightbox="../media/how-to-compression/front-door-compression-optimization-1-expanded.png":::
58
+
:::image type="content" source="../media/how-to-compression/front-door-compression-optimization-1.png" alt-text="Screenshot of the Optimizations page." lightbox="../media/how-to-compression/front-door-compression-optimization-1-expanded.png":::
59
59
60
-
1. Ensure **Enable Caching** is checked, then select the checkbox for **Enable compression**.
60
+
1. Ensure **Enable caching** is checked, then select the checkbox for **Enable compression**.
61
61
62
-
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-2.png" alt-text="Screen shot of enabling compression in endpoint manager.":::
62
+
:::image type="content" source="../media/how-to-compression/front-door-compression-endpoint-manager-2.png" alt-text="Screenshot of the Optimizations page showing the 'Enable compression' radio button.":::
63
63
64
64
1. Click **Update**.
65
65
@@ -77,19 +77,19 @@ You can modify the default list of MIME types on Optimizations page.
77
77
78
78
:::image type="content" source="../media/how-to-compression/front-door-compression-edit-content-type-2.png" alt-text="Screenshot of customize file compression page.":::
79
79
80
-
1. Select **Save**, to update compression configure .
80
+
1. Select **Save** to update the compression configuration.
81
81
82
82
## Disabling compression
83
83
84
84
You can disable compression in the following ways:
85
-
* Disable compression in Endpoint manager route.
86
-
* Disable compression in Optimization page.
85
+
* Disable compression in Front Door manager route.
86
+
* Disable compression in Optimizations page.
87
87
88
-
### Disable compression in Endpoint manager
88
+
### Disable compression in Front Door manager
89
89
90
-
1. From the Azure Front Door Standard/Premium profile page, go to **Endpoint manager** under Settings. Select the endpoint you want to disable compression.
90
+
1. From the Azure Front Door Standard/Premium profile page, go to **Front Door manager** under Settings.
91
91
92
-
1. Select **Edit Endpoint** and then select the **route** you want to disable compression. Uncheck the **Enable compression** box.
92
+
1. Select the **route** you want to disable compression on. Uncheck the **Enable compression** box.
0 commit comments