Skip to content

Commit d1471e1

Browse files
authored
Merge pull request #103502 from ggailey777/patch-5
Remove comments from landing page YAML
2 parents 3319225 + a77a426 commit d1471e1

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

articles/azure-functions/index.yml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
### YamlMime:Landing
22

3-
title: Azure Functions documentation # <60 chars
4-
summary: Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure. # < 160 chars
3+
title: Azure Functions documentation
4+
summary: Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.
55

66
metadata:
7-
title: Azure Functions documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8-
description: Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure. # Required; article description that is displayed in search results. < 160 chars.
7+
title: Azure Functions documentation
8+
description: Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.
99
ms.service: azure-functions
1010
ms.topic: landing-page # Required
1111
author: ggailey777
1212
ms.author: azfundocs
1313
ms.date: 09/17/2019
1414

15-
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
16-
1715
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)
2116
- title: About Azure Functions
2217
linkLists:
2318
- linkListType: overview
@@ -38,8 +33,6 @@ landingContent:
3833
links:
3934
- text: Where should I host my code?
4035
url: https://azure.microsoft.com/resources/videos/build-2019-where-should-i-host-my-code-choosing-between-kubernetes-containers-and-serverless/
41-
42-
# Card (optional)
4336
- title: Get started
4437
linkLists:
4538
- linkListType: quickstart
@@ -62,8 +55,6 @@ landingContent:
6255
links:
6356
- text: Watch how to get started
6457
url: https://azure.microsoft.com/resources/videos/get-started-with-azure-functions/
65-
66-
# Card
6758
- title: Develop functions
6859
linkLists:
6960
- linkListType: concept
@@ -86,13 +77,10 @@ landingContent:
8677
url: /learn/modules/develop-test-deploy-azure-functions-with-visual-studio/index
8778
- text: Develop functions from the command line
8879
url: /learn/modules/develop-test-deploy-azure-functions-with-core-tools/index
89-
9080
- linkListType: video
9181
links:
9282
- text: Develop with Visual Studio Code
9383
url: https://azure.microsoft.com/resources/videos/build-nodejs-apis-using-serverless/
94-
95-
# Card
9684
- title: Connect to services
9785
linkLists:
9886
- linkListType: concept
@@ -113,8 +101,6 @@ landingContent:
113101
url: /learn/modules/chain-azure-functions-data-using-bindings/index
114102
- text: Connect to GitHub webhook
115103
url: /learn/modules/monitor-github-events-with-a-function-triggered-by-a-webhook/index
116-
117-
# Card
118104
- title: Deploy functions
119105
linkLists:
120106
- linkListType: deploy
@@ -133,7 +119,6 @@ landingContent:
133119
url: functions-how-to-azure-devops.md
134120
- text: Deploy using the Jenkins plugin
135121
url: /azure/jenkins/jenkins-azure-functions-deploy
136-
# Card
137122
- title: Performance and monitoring
138123
linkLists:
139124
- linkListType: concept
@@ -148,8 +133,6 @@ landingContent:
148133
links:
149134
- text: Troubleshooting
150135
url: functions-recover-storage-account.md
151-
152-
# Card
153136
- title: Long-running functions
154137
linkLists:
155138
- linkListType: overview
@@ -162,8 +145,6 @@ landingContent:
162145
links:
163146
- text: Create a long-running serverless workflow
164147
url: /learn/modules/create-long-running-serverless-workflow-with-durable-functions/index
165-
166-
# Card
167148
- title: Samples
168149
linkLists:
169150
- linkListType: download

0 commit comments

Comments
 (0)