Skip to content

Commit f352c9e

Browse files
authored
Merge pull request #194259 from AbdullahBell/qsAzureStorageCDN
Qs azure storage CDN profile and endpoint
2 parents d04745f + 3ff1b9b commit f352c9e

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

articles/cdn/cdn-create-new-endpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: duongau
55
ms.assetid: 4ca51224-5423-419b-98cf-89860ef516d2
66
ms.service: azure-cdn
77
ms.topic: quickstart
8-
ms.date: 04/30/2020
8+
ms.date: 04/06/2022
99
ms.author: duau
1010
ms.custom: mvc, mode-other
1111
---
1212
# Quickstart: Create an Azure CDN profile and endpoint
1313

14-
In this quickstart, you enable Azure Content Delivery Network (CDN) by creating a new CDN profile, which is a collection of one or more CDN endpoints. After you have created a profile and an endpoint, you can start delivering content to your customers.
14+
In this quickstart, you enable Azure Content Delivery Network (CDN) by creating a new CDN profile, which is a collection of one or more CDN endpoints. After you've created a profile and an endpoint, you can start delivering content to your customers.
1515

1616
## Prerequisites
1717

@@ -58,15 +58,15 @@ After you've created a CDN profile, you use it to create an endpoint.
5858
The time it takes for the endpoint to propagate depends on the pricing tier selected when you created the profile. **Standard Akamai** usually completes within one minute, **Standard Microsoft** in 10 minutes, and **Standard Verizon** and **Premium Verizon** in up to 30 minutes.
5959

6060
> [!NOTE]
61-
> For *Verizon CDN endpoints*, when an endpoint is **disabled** or **stopped** for any reason, all resources configured through the Verizon supplemental portal will be cleaned up. These configurations can't be restored automatically by restarting the endpoint. You will need to make those configuration changes again.
61+
> For *Verizon CDN endpoints*, when an endpoint is **disabled** or **stopped** for any reason, all resources configured through the Verizon supplemental portal will be cleaned up. These configurations can't be restored automatically by restarting the endpoint. You will need to make the configuration change again.
6262
6363
## Clean up resources
6464

6565
In the preceding steps, you created a CDN profile and an endpoint in a resource group. Save these resources if you want to go to [Next steps](#next-steps) and learn how to add a custom domain to your endpoint. However, if you don't expect to use these resources in the future, you can delete them by deleting the resource group, thus avoiding additional charges:
6666

6767
1. From the left-hand menu in the Azure portal, select **Resource groups** and then select **CDNQuickstart-rg**.
6868

69-
2. On the **Resource group** page, select **Delete resource group**, enter *CDNQuickstart-rg* in the text box, then select **Delete**. This action delete the resource group, profile, and endpoint that you created in this quickstart.
69+
2. On the **Resource group** page, select **Delete resource group**, enter *CDNQuickstart-rg* in the text box, then select **Delete**. This action deletes the resource group, profile, and endpoint that you created in this quickstart.
7070

7171
## Next steps
7272

313 Bytes
Loading
2.62 KB
Loading
2.44 KB
Loading

includes/cdn-create-profile.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: cdn
55
author: SyntaxC4
66
ms.service: azure-cdn
77
ms.topic: include
8-
ms.date: 04/30/2020
8+
ms.date: 04/06/2022
99
ms.author: cfowler
1010
ms.custom: include file
1111
---
@@ -14,26 +14,31 @@ ms.custom: include file
1414

1515
A CDN profile is a container for CDN endpoints and specifies a pricing tier.
1616

17-
1. In the Azure portal, select **Create a resource** (on the upper left). The **New** pane appears.
17+
1. In the Azure portal, select **Create a resource** (on the upper left). The **Create a resource** portal appears.
1818

19-
1. Search for and select **CDN**, then select **Create**:
19+
1. Search for and select **Front Door and CDN profiles**, then select **Create**:
2020

21-
![Select CDN resource](./media/cdn-create-profile/cdn-new-resource.png)
21+
![Create CDN resource](./media/cdn-create-profile/cdn-new-resource.png)
2222

23-
The **CDN profile** pane appears.
23+
The **Compare offerings** pane appears.
2424

25-
1. Enter the following values:
25+
1. Select **Explore other offerings** then select **Azure CDN Standard from Microsoft (classic)**. Select **Continue**.
26+
27+
![Select CDN resource](./media/cdn-create-profile/compare-offerings.png)
28+
29+
1. In the **Basics** tab, enter the following values:
2630

2731
| Setting | Value |
2832
| -------- | ----- |
29-
| **Name** | Enter *cdn-profile-123* for your profile name. |
3033
| **Subscription** | Select an Azure subscription from the drop-down list. |
3134
| **Resource group** | Select **Create new** and enter *CDNQuickstart-rg* for your resource group name, or select **Use existing** and choose *CDNQuickstart-rg* if you have the group already. |
32-
| **Resource group location** | Select a location near you from the drop-down list. |
35+
| **Resource group region** | If a new resource group is created, select a location near you from the drop-down list.|
36+
| **Name** | Enter your profile name, for example, *cdn-profile-123*. |
37+
| **Region** | Leave as default. |
3338
| **Pricing tier** | Select a **Standard Akamai** option from the drop-down list. (Deployment time for the Akamai tier is about one minute. The Microsoft tier takes about 10 minutes and the Verizon tiers take about 30 minutes.) |
3439
| **Create a new CDN endpoint now** | Leave unselected. |
3540

3641
![New CDN profile](./media/cdn-create-profile/cdn-new-profile.png)
3742

38-
1. Select **Create** to create the profile.
43+
1. Select **Review + Create** then **Create** to create the profile.
3944

11.8 KB
Loading
9.16 KB
Loading
32.3 KB
Loading

0 commit comments

Comments
 (0)