Skip to content

Commit cf85f3d

Browse files
authored
Merge pull request #110576 from kraigb/kraigb-sc1036
Update CDN endpoint creation images and add some text
2 parents 8f22dd3 + 035f702 commit cf85f3d

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed
-2.53 KB
Loading
6.55 KB
Loading

articles/storage/blobs/static-website-content-delivery-network.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: storage
66
ms.subservice: blobs
77
ms.topic: conceptual
88
ms.author: normesta
9-
ms.date: 01/22/2020
9+
ms.date: 04/07/2020
1010
---
1111

1212
# Integrate a static website with Azure CDN
@@ -21,19 +21,17 @@ You can enable Azure CDN for your static website directly from your storage acco
2121

2222
1. Locate your storage account in the Azure portal and display the account overview.
2323

24-
2. Select **Azure CDN** under the **Blob Service** menu to configure Azure CDN.
24+
1. Under the **Blob Service** menu, select **Azure CDN** to open the **Azure CDN** page:
2525

26-
The **Azure CDN** page appears.
26+
![Create CDN endpoint](media/storage-blob-static-website-custom-domain/cdn-storage-new.png)
2727

28-
![Create CDN endpoint](../../cdn/media/cdn-create-a-storage-account-with-cdn/cdn-storage-new-endpoint-creation.png)
28+
1. In the **CDN profile** section, specify whether to create a new CDN profile or use an existing one. A CDN profile is a collection of CDN endpoints that share a pricing tier and provider. Then enter a name for the CDN that's unique within your subscription.
2929

30-
3. In the **CDN profile** section, specify a new or existing CDN profile.
30+
1. Specify a pricing tier for the CDN endpoint. To learn more about pricing, see [Content Delivery Network pricing](https://azure.microsoft.com/pricing/details/cdn/). For more information about the features available with each tier, see [Compare Azure CDN product features](../../cdn/cdn-features.md).
3131

32-
4. Specify a pricing tier for the CDN endpoint. To learn more about pricing, see [Content Delivery Network pricing](https://azure.microsoft.com/pricing/details/cdn/). For more information about the features available with each tier, see [Compare Azure CDN product features](../../cdn/cdn-features.md).
32+
1. In the **CDN endpoint name** field, specify a name for your CDN endpoint. The CDN endpoint must be unique across Azure and provides the first part of the endpoint URL. The form validates that the endpoint name is unique.
3333

34-
5. In the **CDN endpoint name** field, specify a name for your CDN endpoint. The CDN endpoint must be unique across Azure.
35-
36-
6. Specify your the static website endpoint in the **Origin hostname** field.
34+
1. Specify your static website endpoint in the **Origin hostname** field.
3735

3836
To find your static website endpoint, navigate to the **Static website** settings for your storage account. Copy the primary endpoint and paste it into the CDN configuration.
3937

@@ -45,15 +43,15 @@ You can enable Azure CDN for your static website directly from your storage acco
4543

4644
![Screenshot showing sample CDN endpoint configuration](media/storage-blob-static-website-custom-domain/add-cdn-endpoint.png)
4745

48-
7. Select **Create**, and then wait for it to propagate. After the endpoint is created, it appears in the endpoint list.
46+
1. Select **Create**, and then wait for the CDN to provision. After the endpoint is created, it appears in the endpoint list. (If you have any errors in the form, an exclamation mark appears next to that field.)
4947

50-
8. To verify that the CDN endpoint is configured correctly, click on the endpoint to navigate to its settings. From the CDN overview for your storage account, locate the endpoint hostname, and navigate to the endpoint, as shown in the following image. The format of your CDN endpoint will be similar to `https://staticwebsitesamples.azureedge.net`.
48+
1. To verify that the CDN endpoint is configured correctly, click on the endpoint to navigate to its settings. From the CDN overview for your storage account, locate the endpoint hostname, and navigate to the endpoint, as shown in the following image. The format of your CDN endpoint will be similar to `https://staticwebsitesamples.azureedge.net`.
5149

5250
![Screenshot showing overview of CDN endpoint](media/storage-blob-static-website-custom-domain/verify-cdn-endpoint.png)
5351

54-
9. Once the CDN endpoint propagation is complete, navigating to the CDN endpoint displays the contents of the index.html file that you previously uploaded to your static website.
52+
1. Once the CDN endpoint is provisioned, navigating to the CDN endpoint displays the contents of the index.html file that you previously uploaded to your static website.
5553

56-
10. To review the origin settings for your CDN endpoint, navigate to **Origin** under the **Settings** section for your CDN endpoint. You will see that the **Origin type** field is set to *Custom Origin* and that the **Origin hostname** field displays your static website endpoint.
54+
1. To review the origin settings for your CDN endpoint, navigate to **Origin** under the **Settings** section for your CDN endpoint. You will see that the **Origin type** field is set to *Custom Origin* and that the **Origin hostname** field displays your static website endpoint.
5755

5856
![Screenshot showing Origin settings for CDN endpoint](media/storage-blob-static-website-custom-domain/verify-cdn-origin.png)
5957

0 commit comments

Comments
 (0)