Skip to content

Commit 499b6e4

Browse files
committedApr 29, 2022
Updated images and portal steps
1 parent ae1248d commit 499b6e4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: cdn
55
author: duongau
66
ms.service: azure-cdn
77
ms.topic: quickstart
8-
ms.date: 04/30/2020
8+
ms.date: 04/29/2022
99
ms.author: duau
1010
ms.custom: mvc, mode-other
1111
---
@@ -27,19 +27,19 @@ A storage account gives access to Azure Storage services. The storage account re
2727

2828
To create a storage account, you must be either the service administrator or a coadministrator for the associated subscription.
2929

30-
1. In the Azure portal, select **Create a resource** on the upper left. The **New** pane appears.
30+
1. In the Azure portal, select **Create a resource** on the upper left. The **Create a resource** pane appears.
3131

32-
1. Search for **Storage account** and select **Storage account - blob, file, table, queue** from the drop-down list. Then select **Create**:
33-
34-
![Select storage resource](./media/cdn-create-a-storage-account-with-cdn/cdn-select-new-storage-account.png)
32+
1. Search for **Storage account** and select **Storage account** from the list. Then select **Create**:
33+
34+
:::image type="content" source="./media/cdn-create-a-storage-account-with-cdn/cdn-select-new-storage-account.png" alt-text="Screenshot of create a storage account.":::
3535

3636
1. In the **Create storage account pane**, enter the following details:
3737

38-
| Setting | Value |
38+
| Setting | Value |
3939
| --- | --- |
40-
| Project details > Resource group | Select **Create new** and use the name *CDNQuickstart-rg*. You can also use an existing resource group if you prefer. |
41-
| Instance details > Storage account name | Enter a name for the account using 3-24 lowercase letters and numbers only. The name must be unique across Azure, and becomes the host name in the URL that's used to address blob, queue, or table resources for the subscription. To address a container resource in Blob storage, use a URI in the following format: http://*<storageaccountname>*.blob.core.windows.net/*<container-name>*.
42-
| Instance details > Location | Select an Azure region near you from the drop-down list. |
40+
| Resource group | Select **Create new** and use the name *CDNQuickstart-rg*. You can also use an existing resource group if you prefer. |
41+
| Storage account name | Enter a name for the account using 3-24 lowercase letters and numbers only. The name must be unique across Azure, and becomes the host name in the URL that's used to address blob, queue, or table resources for the subscription. To address a container resource in Blob storage, use a URI in the following format: http://*<storageaccountname>*.blob.core.windows.net/*<container-name>*.
42+
| Region | Select an Azure region near you from the drop-down list. |
4343

4444
Leave all other details set to the defaults, then select **Review + create**.
4545

@@ -56,7 +56,7 @@ To create a storage account, you must be either the service administrator or a c
5656
| Setting | Value |
5757
| -------- | ----- |
5858
| **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 **Standard Microsoft**. |
59+
| **Pricing tier** | Select one of the **Standard** options, such as **Microsoft CDN (classic)**. |
6060
| **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. |
6161
| **Origin hostname** | By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
6262

@@ -72,7 +72,7 @@ To create a storage account, you must be either the service administrator or a c
7272

7373
From the storage account **Azure CDN** page, select the CDN endpoint from the list to open the CDN endpoint configuration page.
7474

75-
From this page, you can enable additional CDN features for your delivery, such as [compression](cdn-improve-performance.md), [query string caching](cdn-query-string.md), and [geo filtering](cdn-restrict-access-by-country-region.md).
75+
From this page, you can enable additional CDN features for your delivery, such as [compression](cdn-improve-performance.md), [query string caching](cdn-query-string.md), and [geo filtering](cdn-restrict-access-by-country-region.md).
7676

7777
## Enable SAS
7878

@@ -112,4 +112,4 @@ In the preceding steps, you created a CDN profile and an endpoint in a resource
112112
## Next steps
113113

114114
> [!div class="nextstepaction"]
115-
> [Tutorial: Use CDN to serve static content from a web app](cdn-add-to-web-app.md)
115+
> [Tutorial: Use CDN to serve static content from a web app.](cdn-add-to-web-app.md)
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.