Skip to content

Commit f1e0319

Browse files
authored
Merge pull request #248722 from Harikrishnan-M-B/cdnstorage
Cdnstorage
2 parents 7999cef + 239fa52 commit f1e0319

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: duongau
66
ms.service: azure-cdn
77
ms.topic: quickstart
88
ms.date: 04/29/2022
9-
ms.author: duau
9+
ms.author: duau, hmb
1010
ms.custom: mvc, mode-other
1111
---
1212
# 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
4747

4848
## Enable Azure CDN for the storage account
4949

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.
5151

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":::
5353

5454
1. In the **New endpoint** section, enter the following information:
5555

5656
| Setting | Value |
5757
| -------- | ----- |
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. |
62-
58+
| **Service type** | **Azure CDN** |
59+
| **Create new/use existing profile** | **Create new** |
60+
| **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+
6365
1. Select **Create**. After the endpoint is created, it appears in the endpoint list.
6466

65-
![Storage new CDN endpoint](./media/cdn-create-a-storage-account-with-cdn/cdn-storage-new-endpoint-list.png)
67+
[ ![Screenshot of a storage new CDN endpoint.](./media/cdn-create-a-storage-account-with-cdn/azure-cdn-storage-new-endpoint-list.png) ](./media/cdn-create-a-storage-account-with-cdn/azure-cdn-storage-new-endpoint-list.png#lightbox)
6668

6769
> [!TIP]
6870
> 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.
773 KB
Loading
174 KB
Loading

0 commit comments

Comments
 (0)