Skip to content

Commit 63e8593

Browse files
committed
Functions metadata cleanup #6
1 parent e792166 commit 63e8593

10 files changed

+4
-48
lines changed

articles/azure-functions/functions-create-scheduled-function.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
---
2-
title: Create a function that runs on a schedule in Azure | Microsoft Docs
2+
title: Create a function that runs on a schedule in Azure
33
description: Learn how to create a function in Azure that runs based on a schedule that you define.
4-
services: functions
5-
documentationcenter: na
6-
author: ggailey777
7-
manager: jeconnoc
84

95
ms.assetid: ba50ee47-58e0-4972-b67b-828f2dc48701
10-
ms.service: azure-functions
116
ms.topic: quickstart
127
ms.date: 03/28/2018
13-
ms.author: glenga
148
ms.custom: mvc, cc996988-fb4f-47
159
---
1610
# Create a function in Azure that is triggered by a timer

articles/azure-functions/functions-create-serverless-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Customize an HTTP endpoint in Azure Functions
33
description: Learn how to customize an HTTP trigger endpoint in Azure Functions
44
author: mattchenderson
5-
manager: gwallace
6-
ms.service: azure-functions
75
ms.topic: conceptual
86
ms.date: 05/04/2017
97
ms.author: mahender

articles/azure-functions/functions-create-storage-blob-triggered-function.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
---
2-
title: Create a function in Azure triggered by Blob storage | Microsoft Docs
2+
title: Create a function in Azure triggered by Blob storage
33
description: Use Azure Functions to create a serverless function that is invoked by items added to Azure Blob storage.
4-
services: azure-functions
5-
documentationcenter: na
6-
author: ggailey777
7-
manager: jeconnoc
84

95
ms.assetid: d6bff41c-a624-40c1-bbc7-80590df29ded
10-
ms.service: azure-functions
116
ms.topic: quickstart
127
ms.date: 10/01/2018
13-
ms.author: glenga
148
ms.custom: mvc, cc996988-fb4f-47
159
---
1610
# Create a function triggered by Azure Blob storage

articles/azure-functions/functions-create-storage-queue-triggered-function.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
---
2-
title: Create a function in Azure triggered by queue messages | Microsoft Docs
2+
title: Create a function in Azure triggered by queue messages
33
description: Use Azure Functions to create a serverless function that is invoked by a messages submitted to an Azure Storage queue.
4-
services: azure-functions
5-
documentationcenter: na
6-
author: ggailey777
7-
manager: jeconnoc
84

95
ms.assetid: 361da2a4-15d1-4903-bdc4-cc4b27fc3ff4
10-
ms.service: azure-functions
116
ms.topic: quickstart
127
ms.date: 10/01/2018
13-
ms.author: glenga
148
ms.custom: mvc, cc996988-fb4f-47
159
---
1610
# Create a function triggered by Azure Queue storage

articles/azure-functions/functions-create-student-starter.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
2-
title: Create a Function using Azure for Students Starter | Microsoft Docs
2+
title: Create a Function using Azure for Students Starter
33
description: Learn how to create an Azure Function from within an Azure for Student Starter subscription
44
Customer intent: As a student, I want to be able to create a HTTP triggered Function App within the Student Starter plan so that I can easily add APIs to any project.
5-
services: functions
6-
documentationcenter: na
75
author: alexkarcher-msft
8-
manager: ggailey777
96

10-
ms.assetid:
11-
ms.service: azure-functions
127
ms.topic: quickstart
138
ms.date: 02/22/2019
149
ms.author: alkarche

articles/azure-functions/functions-create-vnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Integrate Azure Functions with an Azure virtual network
33
description: A step-by-step tutorial that shows you how to connect a function to an Azure virtual network
44
author: alexkarcher-msft
5-
manager: gwallace
6-
ms.service: azure-functions
75
ms.topic: article
86
ms.date: 5/03/2019
97
ms.author: alkarche

articles/azure-functions/functions-create-your-first-function-visual-studio.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
22
title: Create your first function in Azure using Visual Studio
33
description: Create and publish an HTTP triggered Azure Function using Visual Studio.
4-
author: ggailey777
5-
manager: gwallace
6-
keywords: azure functions, functions, event processing, compute, serverless architecture
74
ms.assetid: 82db1177-2295-4e39-bd42-763f6082e796
8-
ms.service: azure-functions
95
ms.topic: quickstart
106
ms.date: 07/19/2019
11-
ms.author: glenga
127
ms.custom: mvc, devcenter, vs-azure, 23113853-34f2-4f
138
---
149
# Create your first function using Visual Studio

articles/azure-functions/functions-debug-event-grid-trigger-local.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Azure Functions Event Grid local debugging
33
description: Learn to locally debug Azure functions triggered by an Event Grid event
4-
services: functions
5-
documentationcenter: na
64
author: craigshoemaker
7-
manager: gwallace
8-
keywords: azure functions, functions, serverless architecture
95

10-
ms.service: azure-functions
116
ms.topic: reference
127
ms.date: 10/18/2018
138
ms.author: cshoe

articles/azure-functions/functions-debug-powershell-local.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Debug PowerShell Azure Functions locally
33
description: Understand how to develop functions by using PowerShell.
4-
services: functions
5-
documentationcenter: na
64
author: tylerleonhardt
7-
manager: jeconnoc
8-
ms.service: azure-functions
95
ms.devlang: powershell
106
ms.topic: conceptual
117
ms.date: 04/22/2019

articles/azure-functions/functions-deployment-slots.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Azure Functions deployment slots
33
description: Learn to create and use deployment slots with Azure Functions
44
author: craigshoemaker
5-
manager: gwallace
6-
keywords: azure functions, functions
7-
ms.service: azure-functions
85
ms.topic: reference
96
ms.date: 08/12/2019
107
ms.author: cshoe

0 commit comments

Comments
 (0)