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/cdn/cdn-overview.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The benefits of using the CDN to cache web site assets include:
41
41
42
42
4. The edge server caches the file and returns the file to the original requestor (Alice). The file remains cached on the edge server until the TTL expires. If the origin didn't specify a TTL, the default TTL is seven days.
43
43
44
-
5. Additional users (like Bob) may then request the same file using that same URL, and may also be directed to that same POP.
44
+
5. Additional users may then request the same file using that same URL, and may also be directed to that same POP.
45
45
46
46
6. If the TTL for the file hasn't expired, the edge server returns the file from the cache. This results in a faster, more responsive user experience.
47
47
@@ -53,22 +53,25 @@ There are three Azure CDN products: **Azure CDN Standard from Akamai**, **Azure
53
53
|| Standard Akamai | Standard Verizon | Premium Verizon |
| Easy integration with Azure services such as [Storage](cdn-create-a-storage-account-with-cdn.md), [Cloud Services](cdn-cloud-service-with-cdn.md), [Web Apps](../app-service-web/cdn-websites-with-cdn.md), and [Media Services](../media-services/media-services-manage-origins.md#enable_cdn)|**✓**|**✓**|**✓**|
56
+
| Management via [REST API](https://msdn.microsoft.com/library/mt634456.aspx), [.NET](./cdn-app-dev-net.md), [Node.js](./cdn-app-dev-node.md), or [PowerShell](./cdn-manage-powershell.md). |**✓**|**✓**|**✓**|
56
57
| HTTPS support |**✓**|**✓**|**✓**|
| Management via [REST API](https://msdn.microsoft.com/library/mt634456.aspx), [.NET](./cdn-app-dev-net.md), [Node.js](./cdn-app-dev-node.md), or [PowerShell](./cdn-manage-powershell.md). |**✓**|**✓**|**✓**|
Copy file name to clipboardExpand all lines: articles/cdn/cdn-troubleshoot-compression.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ If you need more help at any point in this article, you can contact the Azure ex
26
26
27
27
Compression for your endpoint is enabled, but files are being returned uncompressed.
28
28
29
+
>[AZURE.TIP] To check whether your files are being returned compressed, you'll need to use a tool like [Fiddler](http://www.telerik.com/fiddler) or your browser's [developer tools](https://developer.microsoft.com/microsoft-edge/platform/documentation/f12-devtools-guide/). Check the HTTP response headers returned with your cached CDN content. If there is a header named `Content-Encoding` with a value of **gzip**, **bzip2**, or **deflate**, your content is compressed.
0 commit comments