Skip to content

Commit d99ed37

Browse files
committed
updated for acrolinx.
1 parent 9141c6f commit d99ed37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cdn/cdn-dynamic-site-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ To access the rules engine:
9797

9898
![Rules engine for DSA](./media/cdn-dynamic-site-acceleration/cdn-dsa-rules-engine.png)
9999

100-
Alternatively, you can use two content delivery network endpoints: one endpoint optimized with DSA to deliver dynamic assets and another endpoint optimized with a static optimization type, such as general web delivery, to delivery cacheable assets. Modify your webpage URLs to link directly to the asset on the content delivery network endpoint you plan to use.
100+
Alternatively, you can use two content delivery network endpoints: one endpoint optimized with DSA to deliver dynamic assets and another endpoint optimized with a static optimization type, such as general web delivery, to deliver cacheable assets. Modify your webpage URLs to link directly to the asset on the content delivery network endpoint you plan to use.
101101

102102
For example, `mydynamic.azureedge.net/index.html` is a dynamic page and is loaded from the DSA endpoint. The HTML page references multiple static assets such as JavaScript libraries or images that are loaded from the static content delivery network endpoint, such as `mystatic.azureedge.net/banner.jpg` and `mystatic.azureedge.net/scripts.js`.

articles/cdn/cdn-purge-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This guide walks you through purging assets from all edge nodes of an endpoint.
4646
3. **Root domain purge**: Purge the root of the endpoint with "/" in the path.
4747

4848
> [!TIP]
49-
> 1. Paths must be specified for purge and must be a relative URL that fit the following [RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
49+
> 1. Paths must be specified for purge and must be a relative URL that fits the following [RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
5050
>
5151
> 1. In Azure CDN from Microsoft, query strings in the purge URL path are not considered. If the path to purge is provided as `/TestCDN?myname=max`, only `/TestCDN` is considered. The query string `myname=max` is omitted. Both `TestCDN?myname=max` and `TestCDN?myname=clark` will be purged.
5252

articles/cdn/cdn-real-time-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following graphs are available:
2727

2828
## Accessing real-time status
2929

30-
1. In the [Azure Portal](https://portal.azure.com), browse to your CDN profile.
30+
1. In the [Azure portal](https://portal.azure.com), browse to your CDN profile.
3131

3232
2. From the CDN profile blade, click the **Manage** button.
3333

articles/cdn/monitoring-and-access-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Azure CDN from Microsoft Service currently provides Raw logs. Raw logs provide i
156156
| ClientIp | The IP address of the client that made the request. If there was an X-Forwarded-For header in the request, then the Client IP is picked from the same. |
157157
| ClientPort | The IP port of the client that made the request. |
158158
| HttpMethod | HTTP method used by the request. |
159-
| HttpStatusCode | The HTTP status code returned from the proxy. If a request to the origin timeouts the value for HttpStatusCode is set to **0**.|
159+
| HttpStatusCode | The HTTP status code returned from the proxy. If a request to the origin timeouts, the value for HttpStatusCode is set to **0**.|
160160
| HttpStatusDetails | Resulting status on the request. Meaning of this string value can be found at a Status reference table. |
161161
| HttpVersion | Type of the request or connection. |
162162
| POP | Short name of the edge where the request landed. |

0 commit comments

Comments
 (0)