Skip to content

Commit bebbd4d

Browse files
authored
Merge pull request #194639 from AbdullahBell/qsAzureStorageCDN
Updated image syntax
2 parents 534bcda + 15b9dfb commit bebbd4d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ After you've created a CDN profile, you use it to create an endpoint.
3131
1. In the Azure portal, select in your dashboard the CDN profile that you created. If you can't find it, you can either open the resource group in which you created it, or use the search bar at the top of the portal, enter the profile name, and select the profile from the results.
3232

3333
1. On the CDN profile page, select **+ Endpoint**.
34-
35-
![CDN profile](./media/cdn-create-new-endpoint/cdn-select-endpoint.png)
34+
35+
:::image type="content" source="./media/cdn-create-new-endpoint/cdn-select-endpoint.png" alt-text="Create CDN endpoint.":::
3636

3737
The **Add an endpoint** pane appears.
3838

@@ -49,11 +49,12 @@ After you've created a CDN profile, you use it to create an endpoint.
4949
| **Origin port** | Leave the default port values. |
5050
| **Optimized for** | Leave the default selection, **General web delivery**. |
5151

52-
![Add endpoint pane](./media/cdn-create-new-endpoint/cdn-add-endpoint.png)
52+
:::image type="content" source="./media/cdn-create-new-endpoint/cdn-add-endpoint.png" alt-text="Add endpoint pane.":::
53+
5354

5455
3. Select **Add** to create the new endpoint. After the endpoint is created, it appears in the list of endpoints for the profile.
55-
56-
![CDN endpoint](./media/cdn-create-new-endpoint/cdn-endpoint-success.png)
56+
57+
:::image type="content" source="./media/cdn-create-new-endpoint/cdn-endpoint-success.png" alt-text="View added endpoint.":::
5758

5859
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.
5960

0 Bytes
Loading

includes/cdn-create-profile.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ A CDN profile is a container for CDN endpoints and specifies a pricing tier.
1717
1. In the Azure portal, select **Create a resource** (on the upper left). The **Create a resource** portal appears.
1818

1919
1. Search for and select **Front Door and CDN profiles**, then select **Create**:
20-
21-
![Create CDN resource](./media/cdn-create-profile/cdn-new-resource.png)
20+
21+
:::image type="content" source="./media/cdn-create-profile/cdn-new-resource.png" alt-text="Create CDN resource.":::
2222

2323
The **Compare offerings** pane appears.
2424

2525
1. Select **Explore other offerings** then select **Azure CDN Standard from Microsoft (classic)**. Select **Continue**.
2626

27-
![Select CDN resource](./media/cdn-create-profile/compare-offerings.png)
27+
:::image type="content" source="./media/cdn-create-profile/compare-offerings.png" alt-text="Select CDN Resource. Select Explore Other Options and Azure CDN Standard from Microsoft(Classic.).":::
2828

2929
1. In the **Basics** tab, enter the following values:
3030

@@ -38,7 +38,9 @@ A CDN profile is a container for CDN endpoints and specifies a pricing tier.
3838
| **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.) |
3939
| **Create a new CDN endpoint now** | Leave unselected. |
4040

41-
![New CDN profile](./media/cdn-create-profile/cdn-new-profile.png)
41+
:::image type="content" source="./media/cdn-create-profile/cdn-new-profile.png" alt-text="Input variables in Basics tab.":::
42+
43+
4244

4345
1. Select **Review + Create** then **Create** to create the profile.
4446

0 commit comments

Comments
 (0)