Skip to content

Commit 64286ca

Browse files
committed
fixed blocking issues
1 parent e9f7b3c commit 64286ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+188
-189
lines changed

articles/cdn/akamai-retirement-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For Azure Traffic Manager users with Multi-CDN:
4949

5050
> [!TIP]
5151
> Items to validate related migration:
52-
> - HTTPS with Managed Certificate. To provision a managed certificate, you must CNAME your custom domain to an `azureedge.net`` endpoint. If you have changed the CNAME of your custom domain, check your HTTPS status and wait for the provisioning to complete.
52+
> - HTTPS with Managed Certificate. To provision a managed certificate, you must CNAME your custom domain to an `azureedge.net` endpoint. If you have changed the CNAME of your custom domain, check your HTTPS status and wait for the provisioning to complete.
5353
> - Azure CDN Standard from Edgio offers enhanced reporting and origin configuration options. You can access them by selecting the **Managed** button.
5454
5555
## Next steps

articles/cdn/cdn-add-to-web-app.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Navigate a browser to the following URL:
9494

9595
`http://<endpointname>.azureedge.net/index.html`
9696

97-
![Sample app home page served from content delivery network](media/cdn-add-to-web-app/sample-app-home-page-cdn.png)
97+
:::image type="content" source="media/cdn-add-to-web-app/sample-app-home-page-cdn.png" alt-text="Screenshot of sample app home page served from content delivery network.":::
98+
9899

99100
You see the same page that you ran earlier in an Azure web app. Azure Content Delivery Network has retrieved the origin web app's assets and is serving them from the content delivery network endpoint
100101

@@ -135,7 +136,7 @@ If you browse to the content delivery network endpoint URL for the home page, yo
135136

136137
`http://<endpointname>.azureedge.net/index.html`
137138

138-
![No V2 in title in content delivery network](media/cdn-add-to-web-app/no-v2-in-cdn-title.png)
139+
:::image type="content" source="media/cdn-add-to-web-app/no-v2-in-cdn-title.png" alt-text="Screenshot of No V2 in title in content delivery network.":::
139140

140141
<a name='purge-the-cdn-in-the-portal'></a>
141142

@@ -173,7 +174,7 @@ When you browse to the content delivery network endpoint URL for *index.html*, y
173174

174175
`http://<endpointname>.azureedge.net/index.html`
175176

176-
![V2 in title in content delivery network](media/cdn-add-to-web-app/v2-in-cdn-title.png)
177+
:::image type="content" source="media/cdn-add-to-web-app/v2-in-cdn-title.png" alt-text="Screenshot of V2 in title V2 in title in content delivery network.":::
177178

178179
For more information, see [Purge an Azure Content Delivery Network endpoint](../cdn/cdn-purge-endpoint.md).
179180

@@ -220,11 +221,11 @@ In a browser, go to the content delivery network endpoint URL with a new query s
220221

221222
`http://<endpointname>.azureedge.net/index.html?q=2`
222223

223-
![V3 in title in content delivery network, query string 2](media/cdn-add-to-web-app/v3-in-cdn-title-qs2.png)
224+
:::image type="content" source="media/cdn-add-to-web-app/v3-in-cdn-title-qs2.png" alt-text="Screenshot of V3 in title in content delivery network, query string 2.":::
224225

225226
`http://<endpointname>.azureedge.net/index.html?q=1`
226227

227-
![V2 in title in content delivery network, query string 1](media/cdn-add-to-web-app/v2-in-cdn-title-qs1.png)
228+
:::image type="content" source="media/cdn-add-to-web-app/v2-in-cdn-title-qs1.png" alt-text="Screenshot of V2 in title in content delivery network, query string 1.":::
228229

229230
This output shows that each query string is treated differently:
230231

articles/cdn/cdn-advanced-http-reports.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The left-hand side of the graph (y-axis) indicates the file name for each of the
182182
Directly below the bar chart, the following information is listed for the top 250 requested assets: relative path (including file name), the number of times that it gets downloaded to completion, the number of times that it gets requested, and the percentage of requests that resulted in a complete download.
183183

184184
> [!TIP]
185-
> Our CDN is not informed by an HTTP client (that is, browser) when an asset has been completely downloaded. As a result, we have to calculate whether an asset has been completely downloaded according to status codes and byte-range requests. The first thing we look for when making this calculation is whether a request results in a 200 OK status code. If so, then we look at byte-range requests to ensure that they cover the entire asset. Finally, we compare the amount of data transferred to the size of the requested asset. If the data transferred is equal to or greater than the file size and the byte-range requests are appropriate for that asset, then the hit will be counted as a complete download.
185+
> Our content delivery network is not informed by an HTTP client (that is, browser) when an asset has been completely downloaded. As a result, we have to calculate whether an asset has been completely downloaded according to status codes and byte-range requests. The first thing we look for when making this calculation is whether a request results in a 200 OK status code. If so, then we look at byte-range requests to ensure that they cover the entire asset. Finally, we compare the amount of data transferred to the size of the requested asset. If the data transferred is equal to or greater than the file size and the byte-range requests are appropriate for that asset, then the hit will be counted as a complete download.
186186
>
187187
> Due to the interpretive nature of this report, you should keep in mind the following points that may alter the consistency and accuracy of this report.
188188
>
@@ -199,7 +199,7 @@ The By 404 Errors report allows you to identify the type of content that generat
199199
> For the purposes of this report, note the following:
200200
>
201201
> - A hit represents any request for an asset regardless of status code.
202-
> - Edge CNAME URLs are converted to their equivalent CDN URLs. This allows an accurate tally for all statistics associated with an asset regardless of the CDN or edge CNAME URL used to request it.
202+
> - Edge CNAME URLs are converted to their equivalent content delivery network URLs. This allows an accurate tally for all statistics associated with an asset regardless of the content delivery network or edge CNAME URL used to request it.
203203
>
204204
>
205205
@@ -209,7 +209,7 @@ Directly below the bar chart, the following information is listed for the top 25
209209

210210
## See also
211211

212-
- [Azure CDN Overview](cdn-overview.md)
213-
- [Real-time stats in Microsoft Azure CDN](cdn-real-time-stats.md)
212+
- [Azure Content Delivery Network Overview](cdn-overview.md)
213+
- [Real-time stats in Microsoft Azure Content Delivery Network](cdn-real-time-stats.md)
214214
- [Overriding default HTTP behavior using the rules engine](./cdn-verizon-premium-rules-engine.md)
215215
- [Analyze Edge Performance](cdn-edge-performance.md)

articles/cdn/cdn-analyze-usage-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The formula is: (TCP_ HIT/(TCP_ HIT+TCP_MISS))*100
131131

132132
This report shows the traffic usage distribution in IPv4 vs IPv6.
133133

134-
![IPv4/IPv6 Data transferred](./media/cdn-reports/cdn-ipv4-ipv6.png)
134+
:::image type="content" source="./media/cdn-reports/cdn-ipv4-ipv6.png" alt-text="Screenshot of IPv4/IPv6 Data transferred.":::
135135

136136
## Considerations
137137

articles/cdn/cdn-app-dev-node.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ npm init
3838

3939
You will then be presented a series of questions to initialize your project. For **entry point**, this tutorial uses *app.js*. You can see my other choices in the following example.
4040

41-
![Npm init output](./media/cdn-app-dev-node/cdn-npm-init.png)
41+
:::image type="content" source="./media/cdn-app-dev-node/cdn-npm-init.png" alt-text="Screenshot of NPM init output.":::
42+
4243

4344
Our project is now initialized with a *packages.json* file. Our project is going to use some Azure libraries contained in npm packages. We'll use the library for Microsoft Entra authentication in Node.js (@Azure/identity) and the Azure CDN Client Library for JavaScript (@Azure/Azure Resource Manager-cdn). Let's add those to the project as dependencies.
4445

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Follow these steps enable logging for your Azure Content Delivery Network endpoi
4040

4141
2. Select the content delivery network endpoint for which you want to enable diagnostics logs:
4242

43-
:::image type="content" source="./media/cdn-diagnostics-log/02_browse-to-diagnostics-logs.png" alt-text="Select content delivery network endpoint." border="true":::
43+
:::image type="content" source="./media/cdn-diagnostics-log/02_browse-to-diagnostics-logs.png" alt-text="Screenshot of select content delivery network endpoint." border="true":::
4444

4545
3. Select **Diagnostics logs** in the **Monitoring** section:
4646

articles/cdn/cdn-billing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ If you're using Azure Blob storage as the origin for your content, you also incu
5959
- Transfers in GB: The amount of data transferred to fill the content delivery network caches.
6060

6161
> [!NOTE]
62-
> Starting October 2019, If you are using Azure Content Delivery Network from Microsoft, the cost of data transfer from Origins hosted in Azure to content delivery network PoPs is free of charge. Azure Content Delivery Network from Edgio is subject to the rates described as followed.
62+
> Starting October 2019, if you are using Azure Content Delivery Network from Microsoft, the cost of data transfer from origins hosted in Azure to content delivery network PoPs is free of charge. Azure Content Delivery Network from Edgio is subject to the rates described as followed.
6363
6464
For more information about Azure Storage billing, see [Plan and manage costs for Azure Storage](../storage/common/storage-plan-manage-costs.md).
6565

6666
If you're using *hosted service delivery*, you incur charges as follows:
6767

6868
- Azure compute time: The compute instances that act as the origin.
6969

70-
- Azure compute transfer: The data transfers from the compute instances to fill the Azure content delivery network caches.
70+
- Azure compute transfer: The data transfers from the compute instances to fill the Azure Content Delivery Network caches.
7171

7272
If your client uses byte-range requests (regardless of origin service), the following considerations apply:
7373

articles/cdn/cdn-caching-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ ms.author: juliako
1313

1414
# Manage Azure CDN caching policy in Azure Media Services
1515

16-
Azure Media Services provides HTTP based Adaptive Streaming and progressive download. HTTP based streaming is highly scalable with benefits of caching in proxy and CDN layers as well as client-side caching. Streaming endpoints provides general streaming capabilities and also configuration for HTTP cache headers. Streaming endpoints sets HTTP Cache-Control: max-age and Expires headers. You can get more information for HTTP cache headers from [W3.org](https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html).
16+
Azure Media Services provides HTTP based Adaptive Streaming and progressive download. HTTP based streaming is highly scalable with benefits of caching in proxy and CDN layers and client-side caching. Streaming endpoints provides general streaming capabilities and also configuration for HTTP cache headers. Streaming endpoints sets HTTP Cache-Control: max-age and Expires headers. You can get more information for HTTP cache headers from [W3.org](https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html).
1717

1818
## Default Caching headers
1919

20-
By default streaming-endpoints apply 3 day cache headers for on-demand streaming data (actual media fragments/chunks) and manifest(playlist). For live streaming, streaming endpoints apply 3 day cache headers for data (actual media fragments/chunks) and 2 seconds cache header for manifest(playlist) requests. When live program turns to on-demand (live archive), then on-demand streaming cache headers apply.
20+
By default streaming-endpoints apply three day cache headers for on-demand streaming data (actual media fragments/chunks) and manifest(playlist). For live streaming, streaming endpoints apply three day cache headers for data (actual media fragments/chunks) and 2-seconds cache header for manifest(playlist) requests. When live program turns to on-demand (live archive), then on-demand streaming cache headers apply.
2121

2222
## Azure CDN integration
2323

24-
Azure Media Services provides [integrated CDN](https://azure.microsoft.com/updates/azure-media-services-now-fully-integrated-with-azure-cdn/) for streaming-endpoints. Cache-control headers applies in the same way as streaming endpoints to CDN enabled streaming endpoints. Azure CDN uses streaming endpoint configured cache values to define the life time of the internally cached objects and also uses this value to set the delivery cache headers. When using CDN enabled streaming endpoints it is not recommended to set small cache values. Setting small values decrease the performance and reduce the benefit of CDN. It is not allowed to set cache headers smaller than 600 seconds for CDN enabled streaming endpoints.
24+
Azure Media Services provides [integrated CDN](https://azure.microsoft.com/updates/azure-media-services-now-fully-integrated-with-azure-cdn/) for streaming-endpoints. Cache-control headers apply in the same way as streaming endpoints to CDN enabled streaming endpoints. Azure CDN uses streaming endpoint configured cache values to define the life time of the internally cached objects and also uses this value to set the delivery cache headers. When using CDN enabled streaming endpoints, it isn't recommended to set small cache values. Setting small values decrease the performance and reduce the benefit of CDN. It isn't allowed to set cache headers smaller than 600 seconds for CDN enabled streaming endpoints.
2525

2626
> [!IMPORTANT]
27-
> Azure Media Services has complete integration with Azure CDN. With a single click, you can integrate all the available Azure CDN providers to your streaming endpoint including standard and premium products. For more information, see this [announcement](https://azure.microsoft.com/blog/standardstreamingendpoint/).
27+
> Azure Media Services has complete integration with Azure Content Delivery Network. With a single click, you can integrate all the available Azure Content Delivery Network providers to your streaming endpoint including standard and premium products. For more information, see this [announcement](https://azure.microsoft.com/blog/standardstreamingendpoint/).
2828
>
2929
> Data charges from streaming endpoint to CDN only gets disabled if the CDN is enabled over streaming endpoint APIs or using Azure portal's streaming endpoint section. Manual integration or directly creating a CDN endpoint using CDN APIs or portal section doesn't disable the data charges.
3030
@@ -39,5 +39,5 @@ You can use Azure portal or Azure Media Services APIs to configure cache header
3939
## Cache configuration precedence order
4040

4141
1. Azure Media Services configured cache value overrides default value.
42-
2. If there is no manual configuration, default values apply.
43-
3. By default 2 seconds cache headers applies to live streaming manifest(playlist) regardless of Azure Media or Azure Storage configuration and overriding of this value is not available.
42+
2. If there's no manual configuration, default values apply.
43+
3. By default 2-seconds cache headers apply to live streaming manifest(playlist) regardless of Azure Media or Azure Storage configuration and overriding of this value isn't available.

articles/cdn/cdn-caching-rules-tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ Before you can complete the steps in this tutorial, you must first create a cont
4242

4343
2. In the left pane under Settings, select **Caching rules**.
4444

45-
![Content delivery network Caching rules button](./media/cdn-caching-rules/cdn-caching-rules-btn.png)
45+
:::image type="content" source="./media/cdn-caching-rules/cdn-caching-rules-btn.png" alt-text="Screenshot of content delivery network caching rules button.":::
46+
4647

4748
The **Caching rules** page appears.
4849

49-
![Content delivery network Caching rules page](./media/cdn-caching-rules/cdn-caching-rules-page.png)
50+
:::image type="content" source="./media/cdn-caching-rules/cdn-caching-rules-page.png" alt-text="Screenshot of content delivery network Caching rules page.":::
5051

5152
## Set global caching rules
5253

articles/cdn/cdn-caching-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ For information about default caching behavior and caching directive headers, se
3737

3838
2. In the left pane under Settings, select **Caching rules**.
3939

40-
![Content delivery network Caching rules button](./media/cdn-caching-rules/cdn-caching-rules-btn.png)
40+
:::image type="content" source="./media/cdn-caching-rules/cdn-caching-rules-btn.png" alt-text="Screenshot of content delivery networking caching rules.":::
4141

4242
The **Caching rules** page appears.
4343

44-
![Content delivery network Caching rules page](./media/cdn-caching-rules/cdn-caching-rules-page.png)
44+
:::image type="content" source="./media/cdn-caching-rules/cdn-caching-rules-page.png" alt-text="Screenshot of content delivery network caching rules page.":::
4545

4646
## Caching behavior settings
4747

0 commit comments

Comments
 (0)