You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-create-a-storage-account-with-cdn.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Quickstart - Integrate an Azure storage account with Azure CDN
2
+
title: Quickstart - Integrate an Azure Storage account with Azure CDN
3
3
description: Learn how to use the Azure Content Delivery Network (CDN) to deliver high-bandwidth content by caching blobs from Azure Storage.
4
4
services: cdn
5
5
documentationcenter: ''
@@ -18,9 +18,9 @@ ms.author: allensu
18
18
ms.custom: mvc
19
19
20
20
---
21
-
# Quickstart: Integrate an Azure storage account with Azure CDN
21
+
# Quickstart: Integrate an Azure Storage account with Azure CDN
22
22
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.
24
24
25
25
## Prerequisites
26
26
@@ -66,7 +66,7 @@ To create a storage account, you must be either the service administrator or a c
66
66
| -------- | ----- |
67
67
|**CDN profile**| Select **Create new** and enter your profile name, for example, *cdn-profile-123*. A profile is a collection of endpoints. |
68
68
|**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. |
70
70
| **Origin hostname** | By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
71
71
72
72
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
85
85
86
86
## Enable SAS
87
87
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).
Copy file name to clipboardExpand all lines: articles/cdn/cdn-create-new-endpoint.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In this quickstart, you enable Azure Content Delivery Network (CDN) by creating
25
25
## Prerequisites
26
26
27
27
- 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).
29
29
30
30
## Sign in to the Azure portal
31
31
@@ -66,17 +66,15 @@ After you've created a CDN profile, you use it to create an endpoint.
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.
70
70
71
71
## Clean up resources
72
72
73
73
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:
74
74
75
75
1. From the left-hand menu in the Azure portal, select **Resource groups** and then select **CDNQuickstart-rg**.
76
76
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.
0 commit comments