Skip to content

Commit 19eb96e

Browse files
committed
Tweaks from staging review
1 parent f876d9b commit 19eb96e

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

articles/cdn/cdn-create-a-storage-account-with-cdn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Integrate an Azure storage account with Azure CDN
2+
title: Quickstart - Integrate an Azure Storage account with Azure CDN
33
description: Learn how to use the Azure Content Delivery Network (CDN) to deliver high-bandwidth content by caching blobs from Azure Storage.
44
services: cdn
55
documentationcenter: ''
@@ -18,9 +18,9 @@ ms.author: allensu
1818
ms.custom: mvc
1919

2020
---
21-
# Quickstart: Integrate an Azure storage account with Azure CDN
21+
# Quickstart: Integrate an Azure Storage account with Azure CDN
2222

23-
In this quickstart, you enable [Azure Content Delivery Network (CDN)](cdn-overview.md) to cache content from Azure storage. Azure CDN offers developers a global solution for delivering high-bandwidth content. It can cache blobs and static content of compute instances at physical nodes in the United States, Europe, Asia, Australia, and South America.
23+
In this quickstart, you enable [Azure Content Delivery Network (CDN)](cdn-overview.md) to cache content from Azure Storage. Azure CDN offers developers a global solution for delivering high-bandwidth content. It can cache blobs and static content of compute instances at physical nodes in the United States, Europe, Asia, Australia, and South America.
2424

2525
## Prerequisites
2626

@@ -66,7 +66,7 @@ To create a storage account, you must be either the service administrator or a c
6666
| -------- | ----- |
6767
| **CDN profile** | Select **Create new** and enter your profile name, for example, *cdn-profile-123*. A profile is a collection of endpoints. |
6868
| **Pricing tier** | Select one of the **Standard** options, such as **Standard Microsoft**. |
69-
| **CDN endpoint name** | Enter your endpoint hostname, i.e. *cdn-endpoint-123*. This name must be globally unique across Azure because it's to access your cached resources at the URL _<endpoint-name>_.azureedge.net. |
69+
| **CDN endpoint name** | Enter your endpoint hostname, such as *cdn-endpoint-123*. This name must be globally unique across Azure because it's to access your cached resources at the URL _<endpoint-name>_.azureedge.net. |
7070
| **Origin hostname** | By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
7171

7272
1. Select **Create**. After the endpoint is created, it appears in the endpoint list.
@@ -85,7 +85,7 @@ From this page, you can enable additional CDN features for your delivery, such a
8585

8686
## Enable SAS
8787

88-
If you want to grant limited access to private storage containers, you can use the Shared Access Signature (SAS) feature of your Azure storage account. A SAS is a URI that grants restricted access rights to your Azure Storage resources without exposing your account key. For more information, see [Using Azure CDN with SAS](cdn-sas-storage-support.md).
88+
If you want to grant limited access to private storage containers, you can use the Shared Access Signature (SAS) feature of your Azure Storage account. A SAS is a URI that grants restricted access rights to your Azure Storage resources without exposing your account key. For more information, see [Using Azure CDN with SAS](cdn-sas-storage-support.md).
8989

9090
## Access CDN content
9191

articles/cdn/cdn-create-new-endpoint.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you enable Azure Content Delivery Network (CDN) by creating
2525
## Prerequisites
2626

2727
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
28-
- An Azure Storage account named *cdnstorageacct123*, which you use for the origin hostname. To complete this requirement, see [Integrate an Azure storage account with Azure CDN](cdn-create-a-storage-account-with-cdn.md).
28+
- An Azure Storage account named *cdnstorageacct123*, which you use for the origin hostname. To complete this requirement, see [Integrate an Azure Storage account with Azure CDN](cdn-create-a-storage-account-with-cdn.md).
2929

3030
## Sign in to the Azure portal
3131

@@ -66,17 +66,15 @@ After you've created a CDN profile, you use it to create an endpoint.
6666

6767
![CDN endpoint](./media/cdn-create-new-endpoint/cdn-endpoint-success.png)
6868

69-
The time it takes for the endpoint to propagate depends on the pricing tier selected when you created the profile. **Standard Akamai** usually completes within one minute, **Standard Microsoft** in ten minutes, and **Standard Verizon** and **Premium Verizon** in up to 90 minutes.
69+
The time it takes for the endpoint to propagate depends on the pricing tier selected when you created the profile. **Standard Akamai** usually completes within one minute, **Standard Microsoft** in 10 minutes, and **Standard Verizon** and **Premium Verizon** in up to 90 minutes.
7070

7171
## Clean up resources
7272

7373
In the preceding steps, you created a CDN profile and an endpoint in a resource group. Save these resources if you want to go to [Next steps](#next-steps) and learn how to add a custom domain to your endpoint. However, if you don't expect to use these resources in the future, you can delete them by deleting the resource group, thus avoiding additional charges:
7474

7575
1. From the left-hand menu in the Azure portal, select **Resource groups** and then select **CDNQuickstart-rg**.
7676

77-
2. On the **Resource group** page, select **Delete resource group**, enter *CDNQuickstart-rg* in the text box, then select **Delete**.
78-
79-
This action will delete the resource group, profile, and endpoint that you created in this quickstart.
77+
2. On the **Resource group** page, select **Delete resource group**, enter *CDNQuickstart-rg* in the text box, then select **Delete**. This action delete the resource group, profile, and endpoint that you created in this quickstart.
8078

8179
## Next steps
8280

-37 Bytes
Loading
-1.16 KB
Loading
-1.12 KB
Loading

includes/cdn-create-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.custom: include file
1414

1515
A CDN profile is a container for CDN endpoints and specifies a pricing tier.
1616

17-
1. In the Azure portal select **Create a resource** (on the upper left). The **New** pane appears.
17+
1. In the Azure portal, select **Create a resource** (on the upper left). The **New** pane appears.
1818

19-
1. Search for and select **CDN** , then select **Create**:
19+
1. Search for and select **CDN**, then select **Create**:
2020

2121
![Select CDN resource](./media/cdn-create-profile/cdn-new-resource.png)
2222

0 commit comments

Comments
 (0)