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
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.":::
35
35
36
36
1. In the **Create storage account pane**, enter the following details:
37
37
38
-
| Setting | Value |
38
+
| Setting | Value |
39
39
| --- | --- |
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. |
43
43
44
44
Leave all other details set to the defaults, then select **Review + create**.
45
45
@@ -56,7 +56,7 @@ To create a storage account, you must be either the service administrator or a c
56
56
| Setting | Value |
57
57
| -------- | ----- |
58
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 **Standard Microsoft**. |
59
+
|**Pricing tier**| Select one of the **Standard** options, such as **Microsoft CDN (classic)**. |
60
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
61
| **Origin hostname** | By default, a new CDN endpoint uses the hostname of your storage account as the origin server. |
62
62
@@ -72,7 +72,7 @@ To create a storage account, you must be either the service administrator or a c
72
72
73
73
From the storage account **Azure CDN** page, select the CDN endpoint from the list to open the CDN endpoint configuration page.
74
74
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).
76
76
77
77
## Enable SAS
78
78
@@ -112,4 +112,4 @@ In the preceding steps, you created a CDN profile and an endpoint in a resource
112
112
## Next steps
113
113
114
114
> [!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)
0 commit comments