Skip to content

Commit d76af40

Browse files
committedSep 2, 2016
Minor changes
1 parent 659edec commit d76af40

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed
 

‎articles/cdn/cdn-overview.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The benefits of using the CDN to cache web site assets include:
4141

4242
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.
4343

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.
4545

4646
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.
4747

@@ -53,22 +53,25 @@ There are three Azure CDN products: **Azure CDN Standard from Akamai**, **Azure
5353
| | Standard Akamai | Standard Verizon | Premium Verizon |
5454
|-------|-----------------|------------------|-----------------|
5555
| 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). | **✓** | **✓** | **✓** |
5657
| HTTPS support | **✓** | **✓** | **✓** |
5758
| Load balancing | **✓** | **✓** | **✓** |
58-
| DDOS protection | **✓** | **✓** | **✓** |
59+
| [DDOS](https://www.us-cert.gov/ncas/tips/ST04-015) protection | **✓** | **✓** | **✓** |
5960
| IPv4/IPv6 dual-stack | **✓** | **✓** | **✓** |
60-
| [HTTP/2](https://msdn.microsoft.com/library/mt762901.aspx) | **✓** | | |
6161
| [Custom domain name support](cdn-map-content-to-custom-domain.md) | **✓** | **✓** | **✓** |
6262
| [Query string caching](cdn-query-string.md) | **✓** | **✓** | **✓** |
6363
| [Country filtering](cdn-restrict-access-by-country.md) | | **✓** | **✓** |
6464
| [Fast purge](cdn-purge-endpoint.md) | **✓** | **✓** | **✓** |
6565
| [Asset pre-loading](cdn-preload-endpoint.md) | | **✓** | **✓** |
6666
| [Core analytics](cdn-analyze-usage-patterns.md) | | **✓** | **✓** |
67-
| 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). | **✓** | **✓** | **✓** |
68-
| [Customizable, rule-based content delivery engine](cdn-rules-engine.md) | | | **✓** |
67+
| [HTTP/2 support](https://msdn.microsoft.com/library/mt762901.aspx) | **✓** | | |
6968
| [Advanced HTTP reports](cdn-advanced-http-reports.md) | | | **✓** |
7069
| [Real-time stats](cdn-real-time-stats.md) | | | **✓** |
7170
| [Real-time alerts](cdn-real-time-alerts.md) | | | **✓** |
71+
| [Customizable, rule-based content delivery engine](cdn-rules-engine.md) | | | **✓** |
72+
| Cache/header settings (using [rules engine](cdn-rules-engine.md)) | | | **✓** |
73+
| URL redirect/rewrite (using [rules engine](cdn-rules-engine.md)) | | | **✓** |
74+
| Mobile device rules (using [rules engine](cdn-rules-engine.md)) | | | **✓** |
7275

7376
>[AZURE.TIP] Is there a feature you'd like to see in Azure CDN? [Give us feedback](https://feedback.azure.com/forums/169397-cdn)!
7477

‎articles/cdn/cdn-troubleshoot-compression.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ If you need more help at any point in this article, you can contact the Azure ex
2626

2727
Compression for your endpoint is enabled, but files are being returned uncompressed.
2828

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.
30+
>
31+
>![Content-Encoding header](./media/cdn-troubleshoot-compression/cdn-content-header.png)
32+
2933
## Cause
3034

3135
There are several possible causes, including:
26.6 KB
Loading

0 commit comments

Comments
 (0)