Skip to content

Commit bec5e04

Browse files
authored
Merge pull request #105352 from asudbring/cdnhubpage
New CDN Landing page
2 parents b160615 + 41a07d9 commit bec5e04

File tree

1 file changed

+73
-74
lines changed

1 file changed

+73
-74
lines changed

articles/cdn/index.yml

Lines changed: 73 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,77 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
1+
### YamlMime:Landing
2+
33
title: Azure CDN Documentation
4+
summary: Azure Content Delivery Network (CDN) is a global CDN solution for delivering high-bandwidth content. It can be hosted in Azure or any other location. With Azure CDN, you can cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network and routing optimizations. # < 160 chars
5+
46
metadata:
5-
title: Azure CDN Documentation - Tutorials, API Reference | Microsoft Docs
7+
title: Azure CDN Documentation - Tutorials, API Reference
68
description: Azure Content Delivery Network (CDN) is a global CDN solution for delivering high-bandwidth content. It can be hosted in Azure or any other location. With Azure CDN, you can cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network and routing optimizations.
7-
services: cdn
8-
author: twooley
9-
manager: twooley
109
ms.service: azure-cdn
11-
ms.topic: landing-page
12-
ms.date: 06/08/2018
13-
ms.author: twooley
14-
abstract:
15-
description: Azure Content Delivery Network (CDN) is a global CDN solution for delivering high-bandwidth content. It can be hosted in Azure or any other location. With Azure CDN, you can cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network and routing optimizations.
16-
sections:
17-
- title:
18-
items:
19-
- type: list
20-
style: icon48
21-
items:
22-
- image:
23-
src: media/index/cdn.svg
24-
text: Learn about Azure CDN
25-
href: /azure/cdn/cdn-overview
26-
- title: 5-Minute Quickstarts
27-
items:
28-
- type: paragraph
29-
text: Learn how to enable Azure CDN by creating a CDN profile and a CDN endpoint.
30-
- type: list
31-
style: icon48
32-
items:
33-
- image:
34-
src: media/index/get-started.svg
35-
text: Get started with Azure CDN
36-
href: /azure/cdn/cdn-create-new-endpoint
37-
- title: Step-by-Step Tutorials
38-
items:
39-
- type: paragraph
40-
text: Learn how to configure Azure CDN for your needs.
41-
- type: list
42-
style: ordered
43-
items:
44-
- html: <a href="/azure/cdn/cdn-map-content-to-custom-domain">Add a custom domain to your CDN endpoint</a>
45-
- html: <a href="/azure/cdn/cdn-custom-ssl">Configure HTTPS on a custom domain</a>
46-
- html: <a href="/azure/cdn/cdn-caching-rules-tutorial">Set caching rules</a>
47-
- title: Videos
48-
items:
49-
- type: paragraph
50-
text: Watch videos that show how Azure CDN works.
51-
- type: list
52-
style: icon48
53-
items:
54-
- image:
55-
src: media/index/video-library.svg
56-
text: Azure CDN video library
57-
href: https://azure.microsoft.com/documentation/videos/index/?services=cdn
58-
- title: Samples
59-
items:
60-
- type: paragraph
61-
text: Find scripts to manage common tasks.
62-
- type: list
63-
style: unordered
64-
className: spaced noBullet
65-
items:
66-
- html: <a href="https://azure.microsoft.com/resources/samples/?service=cdn">Code samples</a>
67-
- title: Reference
68-
items:
69-
- type: list
70-
style: cards
71-
className: cardsD
72-
items:
73-
- title: Command-Line
74-
html: <p><a href="/powershell/module/az.cdn">PowerShell</a></p>
75-
- title: Languages
76-
html: <p><a href="/dotnet/api/microsoft.azure.management.cdn">.NET</a></p><p><a href="/java/api/com.microsoft.azure.management.cdn">Java</a></p>
77-
- title: REST
78-
html: <p><a href="/rest/api/cdn/">REST API reference</a></p>
10+
ms.topic: landing-page # Required
11+
author: asudbring #Required; your GitHub user alias, with correct capitalization.
12+
ms.author: allensu #Required; microsoft alias of author; optional team alias.
13+
ms.date: 02/24/2020 #Required; mm/dd/yyyy format.
14+
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
16+
17+
landingContent:
18+
# Cards and links should be based on top customer tasks or top subjects
19+
# Start card title with a verb
20+
# Card (optional)
21+
- title: About Azure CDN
22+
linkLists:
23+
- linkListType: overview
24+
links:
25+
- text: What is a content delivery network on Azure?
26+
url: cdn-overview.md
27+
- linkListType: video
28+
links:
29+
- text: Azure CDN video library
30+
url: https://azure.microsoft.com/documentation/videos/index/?services=cdn
31+
32+
# Card (optional)
33+
- title: Get started
34+
linkLists:
35+
- linkListType: quickstart
36+
links:
37+
- text: Create an Azure CDN profile and endpoint
38+
url: cdn-create-new-endpoint.md
39+
- text: Integrate an Azure storage account with Azure CDN
40+
url: cdn-create-a-storage-account-with-cdn.md
41+
- linkListType: tutorial
42+
links:
43+
- text: Add a custom domain to your Azure CDN endpoint
44+
url: cdn-map-content-to-custom-domain.md
45+
- text: Configure HTTPS on an Azure CDN custom domain
46+
url: cdn-custom-ssl.md
47+
- text: Add Azure CDN to an Azure App Service web app
48+
url: cdn-add-to-web-app.md
49+
- linkListType: learn
50+
links:
51+
- text: Create a Content Delivery Network for your Website with Azure CDN and Blob Services
52+
url: https://docs.microsoft.com/learn/modules/create-cdn-static-resources-blob-storage/
53+
54+
# Card
55+
- title: Monitoring
56+
linkLists:
57+
- linkListType: how-to-guide
58+
links:
59+
- text: Monitor the health of Azure CDN resources
60+
url: cdn-resource-health.md
61+
- text: Azure diagnostic logs - Azure CDN
62+
url: cdn-azure-diagnostic-logs.md
63+
64+
# Card
65+
- title: Reporting
66+
linkLists:
67+
- linkListType: how-to-guide
68+
links:
69+
- text: Analyze Azure CDN usage patterns
70+
url: cdn-log-analysis.md
71+
- text: Core Reports from Verizon
72+
url: cdn-analyze-usage-patterns.md
73+
- text: Custom Reports from Verizon
74+
url: cdn-verizon-custom-reports.md
75+
- text: Analyze usage statistics with Azure CDN advanced HTTP reports
76+
url: cdn-advanced-http-reports.md
77+

0 commit comments

Comments
 (0)