Skip to content

Commit a7a76b4

Browse files
committed
remove Edgio
1 parent f1fb648 commit a7a76b4

14 files changed

+10
-167
lines changed

articles/cdn/cdn-azure-diagnostic-logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Here's how you can use the tool:
226226
227227
## Log data delays
228228
229+
Microsoft log data is delayed by up to 1 hour. This delay is due to the time it takes to process and store the data.
229230
230231
<a name='diagnostic-log-types-for-cdn-core-analytics'></a>
231232

articles/cdn/cdn-large-file-optimization.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,6 @@ There are no limits on maximum file size.
4646

4747
Microsoft content delivery network supports transfer encoding responses, but only up to a maximum content size limit of 8 MB. In the case of chunked transfer encoded responses exceeding 8 MB, the Microsoft content delivery network will only cache and serve the initial 8 MB of content.
4848

49-
<a name='optimize-for-delivery-of-large-files-with-azure-cdn-from-verizon'></a>
50-
51-
<a name='optimize-for-delivery-of-large-files-with-azure-cdn-from-edgio'></a>
52-
53-
## Optimize for delivery of large files with Azure Content Delivery Network from Edgio
54-
55-
**Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** endpoints deliver large files without a cap on file size. More features are turned on by default to make delivery of large files faster.
56-
57-
### Complete cache fill
58-
59-
The defaults complete cache fill feature enables the content delivery network to pull a file into the cache when an initial request is abandoned or lost.
60-
61-
Complete cache fill is most useful for large assets. Typically, users don't download them from start to finish. They use progressive download. The default behavior forces the edge server to initiate a background fetch of the asset from the origin server. Afterward, the asset is in the edge server's local cache. After the full object is in the cache, the edge server fulfills byte-range requests to the content delivery network for the cached object.
62-
63-
The default behavior can be disabled through the rules engine in **Azure CDN Premium from Edgio**.
64-
65-
### Peer cache fill hot-filing
66-
67-
The default peer cache fills hot-filing feature uses a sophisticated proprietary algorithm. It uses extra edge caching servers based on bandwidth and aggregate requests metrics to fulfill client requests for large, highly popular objects. This feature prevents a situation in which large numbers of extra requests are sent to a user's origin server.
68-
69-
### Conditions for large file optimization
70-
71-
Large file optimization features for **Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** are turned on by default when you use the general web delivery optimization type. There are no limits on maximum file size.
72-
7349
## Other considerations
7450

7551
Consider the following aspects for this optimization type:

articles/cdn/cdn-log-analysis.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,6 @@ For more information, see [Azure CDN HTTP raw logs](monitoring-and-access-log.md
3232

3333
Core analytics is available for content delivery network endpoints for all pricing tiers. Azure Diagnostics logs allow core analytics to be exported to Azure Storage, Event Hubs, or Azure Monitor logs. Azure Monitor logs offers a solution with graphs that are user-configurable and customizable. For more information about Azure diagnostic logs, see [Azure diagnostic logs](cdn-azure-diagnostic-logs.md).
3434

35-
<a name='verizon-core-reports'></a>
36-
37-
## Edgio core reports
38-
39-
**Azure CDN Standard from Edgio** or **Azure CDN Premium from Edgio** profiles provide core reports. You can view core reports in the Edgio supplemental portal. Edgio core reports are accessible via the **Manage** option from the Azure portal and offers different kinds of graphs and views. For more information, see [Core Reports from Edgio](cdn-analyze-usage-patterns.md).
40-
41-
<a name='verizon-custom-reports'></a>
42-
43-
## Edgio custom reports
44-
45-
**Azure CDN Standard from Edgio** or **Azure CDN Premium from Edgio** profiles provide custom reports. You can view custom reports in the Edgio supplemental portal. Edgio custom reports are accessible via the **Manage** option from the Azure portal.
46-
47-
The custom reports display the number of hits or data transferred for each edge CNAME. Data gets grouped by HTTP response code or cache status over period of time. For more information, see [Custom Reports from Edgio](cdn-verizon-custom-reports.md).
48-
49-
<a name='azure-cdn-premium-from-verizon-reports'></a>
50-
51-
## Azure CDN Premium from Edgio reports
52-
53-
With **Azure CDN Premium from Edgio**, you can also access the following reports:
54-
- [Advanced HTTP reports](cdn-advanced-http-reports.md)
55-
- [Real-time stats](cdn-real-time-stats.md)
56-
- [Azure CDN edge node performance](cdn-edge-performance.md)
57-
5835
## Next steps
5936

6037
In this article, you learned about the different options for analysis reports for Azure CDN.

articles/cdn/cdn-manage-expiration-of-blob-content.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ You can also control cache settings from the Azure portal by setting content del
3939

4040
The preferred method for setting a blob's `Cache-Control` header is to use caching rules in the Azure portal. For more information about content delivery network caching rules, see [Control Azure Content Delivery Network caching behavior with caching rules](cdn-caching-rules.md).
4141

42-
> [!NOTE]
43-
> Caching rules are available only for **Azure CDN Standard from Edgio** profiles. For **Azure CDN Premium from Edgio** profiles, you must use the [Azure Content Delivery Network rules engine](./cdn-verizon-premium-rules-engine.md) in the **Manage** portal for similar functionality.
44-
4542
**To navigate to the CDN caching rules page**:
4643

4744
1. In the Azure portal, select a content delivery network profile, then select the endpoint for the blob.

articles/cdn/cdn-manage-expiration-of-cloud-service-content.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ You can also control cache settings from the Azure portal by setting [content de
3737

3838
The preferred method for setting a web server's `Cache-Control` header is to use caching rules in the Azure portal. For more information about content delivery network caching rules, see [Control Azure Content Delivery Network caching behavior with caching rules](cdn-caching-rules.md).
3939

40-
> [!NOTE]
41-
> Caching rules are available only for **Azure CDN Standard from Edgio** profiles. For **Azure CDN Premium from Edgio** profiles, you must use the [Azure Content Delivery Network rules engine](./cdn-verizon-premium-rules-engine.md) in the **Manage** portal for similar functionality.
4240

4341
**To navigate to the CDN caching rules page**:
4442

articles/cdn/cdn-manage-powershell.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,6 @@ Update-AzCdnEndpoint -Name cdnposhdoc -ProfileName CdnPoshDemo -ResourceGroupNam
195195
Clear-AzCdnEndpointContent -ProfileName CdnPoshDemo -ResourceGroupName CdnDemoRG -EndpointName cdnposhdoc -ContentFilePath @("/images/kitten.png","/video/rickroll.mp4")
196196
```
197197

198-
## Pre-load some assets
199-
200-
> [!NOTE]
201-
> Pre-loading is only available on Azure Content Delivery Network from Edgio profiles.
202-
203-
`Import-AzCdnEndpointContent` pre-loads assets into the content delivery network cache.
204-
205-
```powershell
206-
Import-AzCdnEndpointContent -ProfileName CdnPoshDemo -ResourceGroupName CdnDemoRG -EndpointName cdnposhdoc -ContentFilePath @("/images/kitten.png","/video/rickroll.mp4")`
207-
```
208-
209-
<a name='startingstopping-cdn-endpoints'></a>
210-
211198
## Starting/Stopping content delivery network endpoints
212199

213200
`Start-AzCdnEndpoint` and `Stop-AzCdnEndpoint` can be used to start and stop individual endpoints or groups of endpoints.

articles/cdn/cdn-map-content-to-custom-domain.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,14 @@ After you've registered your custom domain, you can then add it to your content
188188

189189
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain gets validated.
190190

191-
It can take some time for the new custom domain settings to propagate to all content delivery network edge nodes:
192-
- For **Azure CDN Standard from Microsoft** profiles, propagation usually completes in 10 minutes.
193-
- For **Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** profiles, propagation usually completes in 10 minutes.
191+
It can take up to 10 minutes for the new custom domain settings to propagate to all content delivery network edge nodes.
194192

195193
# [**PowerShell**](#tab/azure-powershell)
196194

197195
1. Sign in to Azure PowerShell:
198196

199197
```azurepowershell-interactive
200198
Connect-AzAccount
201-
202199
```
203200

204201
2. Use [New-AzCdnCustomDomain](/powershell/module/az.cdn/new-azcdncustomdomain) to map the custom domain to your content delivery network endpoint.
@@ -222,10 +219,7 @@ After you've registered your custom domain, you can then add it to your content
222219

223220
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain gets validated.
224221

225-
It can take some time for the new custom domain settings to propagate to all content delivery network edge nodes:
226-
227-
- For **Azure CDN Standard from Microsoft** profiles, propagation usually completes in 10 minutes.
228-
- For **Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** profiles, propagation usually completes in 10 minutes.
222+
It can take up to 10 minutes for the new custom domain settings to propagate to all content delivery network edge nodes.
229223

230224
---
231225

articles/cdn/cdn-media-streaming-optimization.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,3 @@ The general media delivery or video-on-demand media delivery optimization types
3232

3333
Partial cache sharing allows the content delivery network to serve partially cached content to new requests. For example, if the first request to the content delivery network results in a cache miss, the request is sent to the origin. Although this incomplete content is loaded into the content delivery network cache, other requests to the content delivery network can start getting this data.
3434

35-
<a name='media-streaming-optimizations-for-azure-cdn-from-verizon'></a>
36-
37-
<a name='media-streaming-optimizations-for-azure-cdn-from-edgio'></a>
38-
39-
## Media streaming optimizations for Azure Content Delivery Network from Edgio
40-
41-
**Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** endpoints deliver streaming media assets directly by using the general web delivery optimization type. A few features on the content delivery network directly help delivering media assets by default.
42-
43-
### Partial cache sharing
44-
45-
Partial cache sharing allows the content delivery network to serve partially cached content to new requests. For example, if the first request to the content delivery network results in a cache miss, the request is sent to the origin. Although this incomplete content is loaded into the content delivery network cache, other requests to the content delivery network can start getting this data.
46-
47-
### Cache fill wait time
48-
49-
The cache fill wait time feature forces the edge server to hold any subsequent requests for the same resource until HTTP response headers arrive from the origin server. If HTTP response headers from the origin arrive before the timer expires, all requests that were put on hold are served out of the growing cache. At the same time, the cache is filled by data from the origin. By default, the cache fill wait time is set to 3,000 milliseconds.

articles/cdn/cdn-optimization-overview.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ This article provides an overview of various optimization features and when you
3131
> [!NOTE]
3232
> Dynamic site acceleration from Microsoft is offered via [Azure Front Door](../frontdoor/front-door-overview.md).
3333
34-
**Azure CDN Standard from Edgio** and **Azure CDN Premium from Edgio** profiles support the following optimizations:
35-
36-
- [General web delivery](#general-web-delivery). This optimization is also used for media streaming and large file download.
37-
38-
- [Dynamic site acceleration](#dynamic-site-acceleration)
39-
4034
## Optimization for specific scenarios
4135

4236
You can optimize the content delivery network endpoint for one of these scenarios.
@@ -55,16 +49,12 @@ Media streaming is time-sensitive, because packets that arrive late on the clien
5549

5650
This scenario is common for Azure media service customers. When you use Azure Media Services, you get a single streaming endpoint that can be used for both live and on-demand streaming. With this scenario, customers don't need to switch to another endpoint when they change from live to on-demand streaming. General media streaming optimization supports this type of scenario.
5751

58-
For **Azure CDN Standard from Microsoft**, **Azure CDN Standard from Edgio**, and **Azure CDN Premium from Edgio**, use the general web delivery optimization type to deliver general streaming media content.
59-
6052
For more information about media streaming optimization, see [Media streaming optimization](cdn-media-streaming-optimization.md).
6153

6254
### Video-on-demand media streaming
6355

6456
Video-on-demand media streaming optimization improves video-on-demand streaming content. If you use an endpoint for video-on-demand streaming, use this option.
6557

66-
For **Azure CDN Standard from Microsoft**, **Azure CDN Standard from Edgio**, and **Azure CDN Premium from Edgio** profiles, use the general web delivery optimization type to deliver video-on-demand streaming media content.
67-
6858
For more information about media streaming optimization, see [Media streaming optimization](cdn-media-streaming-optimization.md).
6959

7060
> [!NOTE]
@@ -73,16 +63,16 @@ For more information about media streaming optimization, see [Media streaming op
7363
7464
### Large file download
7565

76-
For **Azure CDN Standard from Microsoft**, **Azure CDN Standard from Edgio**, and **Azure CDN Premium from Edgio** profiles, use the general web delivery optimization type to deliver large file download content. There's no limitation on file download size.
66+
For **Azure CDN Standard from Microsoft** use the general web delivery optimization type to deliver large file download content. There's no limitation on file download size.
7767

7868
For more information about large file optimization, see [Large file optimization](cdn-large-file-optimization.md).
7969

8070
### Dynamic site acceleration
8171

82-
Dynamic site acceleration (DSA) is available for **Azure CDN Standard from Edgio**, and **Azure CDN Premium from Edgio** profiles. This optimization involves an extra fee to use; for more information, see [Content Delivery Network pricing](https://azure.microsoft.com/pricing/details/cdn/).
72+
Dynamic site acceleration (DSA) isn't available for **Azure CDN from Microsoft (classic)**.
8373

8474
> [!NOTE]
85-
> Dynamic site acceleration from Microsoft is offered via [Azure Front Door](../frontdoor/front-door-overview.md) which is a global [anycast](https://en.wikipedia.org/wiki/Anycast) service using Microsoft's private global network to deliver your app workloads.
75+
> Dynamic site acceleration from Microsoft is offered through [Azure Front Door](../frontdoor/front-door-overview.md) which is a global [anycast](https://en.wikipedia.org/wiki/Anycast) service using Microsoft's private global network to deliver your app workloads.
8676
8777
DSA includes various techniques that benefit the latency and performance of dynamic content. Techniques include route and network optimization, TCP optimization, and more.
8878

articles/cdn/cdn-pop-list-api.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ ms.author: duau
1414

1515
[!INCLUDE [Azure CDN from Microsoft (classic) retirement notice](../../includes/cdn-classic-retirement.md)]
1616

17-
<a name='retrieve-the-current-verizon-pop-ip-list-for-azure-cdn'></a>
18-
19-
<a name='retrieve-the-current-edgio-pop-ip-list-for-azure-cdn'></a>
20-
21-
## Retrieve the current Edgio POP IP list for Azure Content Delivery Network
22-
23-
You can use the REST API to retrieve the set of IPs for Edgio's point of presence (POP) servers. These POP servers make requests to origin servers that are associated with Azure Content Delivery Network endpoints on an Edgio profile (**Azure Content Delivery Network Standard from Edgio** or **Azure CDN Premium from Edgio**). This set of IPs is different from the IPs that a client would see when making requests to the POPs.
24-
25-
For the syntax of the REST API operation for retrieving the POP list, see [Edge Nodes - List](/rest/api/cdn/edge-nodes/list).
26-
2717
<a name='retrieve-the-current-microsoft-pop-ip-list-for-azure-cdn'></a>
2818

2919
## Retrieve the current Microsoft POP IP list for Azure Content Delivery Network
@@ -36,7 +26,7 @@ To configure Microsoft's backend IP ranges with Azure Content Delivery Network f
3626

3727
## Typical use case
3828

39-
For security purposes, you can use this IP list to enforce that requests to your origin server are made only from a valid Edgio POP. For example, if someone discovered the hostname or IP address for a content delivery network endpoint's origin server, one could make requests directly to the origin server, therefore bypassing the scaling and security capabilities provided by Azure Content Delivery Network. By setting the IPs in the returned list as the only allowed IPs on an origin server, this scenario can be prevented. To ensure that you have the latest POP list, retrieve it at least once a day.
29+
For security purposes, you can use this IP list to enforce that requests to your origin server are made only from a valid Azure CDN POP. For example, if someone discovered the hostname or IP address for a content delivery network endpoint's origin server, one could make requests directly to the origin server, therefore bypassing the scaling and security capabilities provided by Azure Content Delivery Network. By setting the IPs in the returned list as the only allowed IPs on an origin server, this scenario can be prevented. To ensure that you have the latest POP list, retrieve it at least once a day.
4030

4131
## Next steps
4232

0 commit comments

Comments
 (0)