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
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: duongau
6
6
ms.service: azure-cdn
7
7
ms.topic: quickstart
8
8
ms.date: 04/29/2022
9
-
ms.author: duau
9
+
ms.author: duau, hmb
10
10
ms.custom: mvc, mode-other
11
11
---
12
12
# Quickstart: Integrate an Azure Storage account with Azure CDN
@@ -47,22 +47,24 @@ To create a storage account, you must be either the service administrator or a c
47
47
48
48
## Enable Azure CDN for the storage account
49
49
50
-
1. On the page for your storage account, select **Blob service** > **Azure CDN** from the left menu. The **Azure CDN** page appears.
50
+
1. On the page for your storage account, select **Security + Networking** > **Front Door and CDN** from the left menu. The **Front Door and CDN** page appears.
51
51
52
-
:::image type="content" source="./media/cdn-create-a-storage-account-with-cdn/cdn-storage-endpoint-configuration.png" alt-text="Screenshot of create a CDN endpoint.":::
52
+
:::image type="content" source="./media/cdn-create-a-storage-account-with-cdn/azure-cdn-storage-endpoint-configuration.png" alt-text="Screenshot of create a CDN endpoint." lightbox="./media/cdn-create-a-storage-account-with-cdn/azure-cdn-storage-endpoint-configuration.png":::
53
53
54
54
1. In the **New endpoint** section, enter the following information:
55
55
56
56
| Setting | Value |
57
57
| -------- | ----- |
58
-
|**CDN profile**| Select **Create new** and enter your profile name, for example, *cdn-profile-123*. A profile is a collection of endpoints. |
59
-
|**Pricing tier**| Select one of the **Standard** options, such as **Microsoft CDN (classic)**. |
60
-
| **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. |
61
-
| **Origin hostname** | By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
|**Profile name**| Enter your profile name, for example, *cdn-profile-123*. A profile is a collection of endpoints. |
61
+
|**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. |
62
+
|**Origin hostname**| By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
63
+
|**Pricing tier**| Select one of the options, such as **Microsoft CDN (classic)**. |
64
+
63
65
1. Select **Create**. After the endpoint is created, it appears in the endpoint list.
64
66
65
-

67
+
[  ](./media/cdn-create-a-storage-account-with-cdn/azure-cdn-storage-new-endpoint-list.png#lightbox)
66
68
67
69
> [!TIP]
68
70
> If you want to specify advanced configuration settings for your CDN endpoint, such as [large file download optimization](cdn-optimization-overview.md#large-file-download), you can instead use the [Azure CDN extension](cdn-create-new-endpoint.md) to create a CDN profile and endpoint.
0 commit comments