Skip to content

Commit 56b8a7c

Browse files
committed
Functions metadata cleanup #4
1 parent 48b14e4 commit 56b8a7c

10 files changed

+4
-56
lines changed

articles/azure-functions/functions-bindings-storage-queue.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Azure Queue storage bindings for Azure Functions
33
description: Understand how to use the Azure Queue storage trigger and output binding in Azure Functions.
4-
services: functions
5-
documentationcenter: na
64
author: craigshoemaker
7-
manager: gwallace
8-
keywords: azure functions, functions, event processing, dynamic compute, serverless architecture
95

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

articles/azure-functions/functions-bindings-storage-table.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Azure Table storage bindings for Azure Functions
33
description: Understand how to use Azure Table storage bindings in Azure Functions.
4-
services: functions
5-
documentationcenter: na
64
author: craigshoemaker
7-
manager: gwallace
8-
keywords: azure functions, functions, event processing, dynamic compute, serverless architecture
95

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

articles/azure-functions/functions-bindings-timer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
22
title: Timer trigger for Azure Functions
33
description: Understand how to use timer triggers in Azure Functions.
4-
services: functions
5-
documentationcenter: na
64
author: craigshoemaker
7-
manager: gwallace
8-
keywords: azure functions, functions, event processing, dynamic compute, serverless architecture
95

106
ms.assetid: d2f013d1-f458-42ae-baf8-1810138118ac
11-
ms.service: azure-functions
127
ms.topic: reference
138
ms.date: 09/08/2018
149
ms.author: cshoe

articles/azure-functions/functions-bindings-twilio.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Azure Functions Twilio binding
33
description: Understand how to use Twilio bindings with Azure Functions.
4-
services: functions
5-
documentationcenter: na
64
author: craigshoemaker
7-
manager: gwallace
8-
keywords: azure functions, functions, event processing, dynamic compute, serverless architecture
95

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

articles/azure-functions/functions-cli-samples.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
---
2-
title: Azure CLI Samples - Azure Functions | Microsoft Docs
2+
title: Azure CLI Samples - Azure Functions
33
description: Azure CLI Samples - Azure Functions
4-
services: functions
5-
documentationcenter: functions
64
author: syntaxc4
7-
manager: jeconnoc
85

96
ms.assetid: 577d2f13-de4d-40d2-9dfc-86ecc79f3ab0
10-
ms.service: azure-functions
117
ms.topic: sample
128
ms.date: 01/09/2018
13-
ms.author: glenga
149
ms.custom: mvc
1510
---
1611

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
---
22
title: What are Microsoft Flow, Logic Apps, Functions, and WebJobs? - Azure
33
description: "Compare Microsoft cloud services that are optimized for integration tasks: Microsoft Flow, Logic Apps, Functions, and WebJobs."
4-
services: functions, logic-apps
5-
documentationcenter: na
6-
author: ggailey777
7-
manager: jeconnoc
8-
keywords: microsoft flow, flow, logic apps, azure functions, functions, azure webjobs, webjobs, event processing, dynamic compute, serverless architecture
9-
ms.service: azure-functions
104
ms.topic: overview
115
ms.date: 04/09/2018
12-
ms.author: glenga
136
ms.custom: mvc
147
#Customer intent: As a developer, I want to understand the choices that Azure offers for hosting and executing my business logic so that I can choose the right set of Azure services.
158
---
169

1710
# What are Microsoft Flow, Logic Apps, Functions, and WebJobs?
1811

19-
This article compares the following Microsoft cloud services:
20-
12+
This article compares the following Microsoft cloud
2113
* [Microsoft Flow](https://flow.microsoft.com/)
2214
* [Azure Logic Apps](https://azure.microsoft.com/services/logic-apps/)
2315
* [Azure Functions](https://azure.microsoft.com/services/functions/)
@@ -52,8 +44,7 @@ Functions and Logic Apps are Azure services that enable serverless workloads. Az
5244

5345
For Azure Functions, you develop orchestrations by writing code and using the [Durable Functions extension](durable/durable-functions-overview.md). For Logic Apps, you create orchestrations by using a GUI or editing configuration files.
5446

55-
You can mix and match services when you build an orchestration, calling functions from logic apps and calling logic apps from functions. Choose how to build each orchestration based on the services' capabilities or your personal preference. The following table lists some of the key differences between these services:
56-
47+
You can mix and match services when you build an orchestration, calling functions from logic apps and calling logic apps from functions. Choose how to build each orchestration based on the services' capabilities or your personal preference. The following table lists some of the key differences between these
5748
| | Durable Functions | Logic Apps |
5849
| --- | --- | --- |
5950
| Development | Code-first (imperative) | Designer-first (declarative) |

articles/azure-functions/functions-consumption-costs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
title: Estimating Consumption plan costs in Azure Functions
33
description: Learn how to better estimate the costs that you may incur when running your function app in a Consumption plan in Azure.
4-
author: ggailey777
5-
ms.author: glenga
64
ms.date: 9/20/2019
75
ms.topic: conceptual
8-
ms.service: azure-functions
9-
manager: gwallace
106
# Customer intent: As a cloud developer, I want to understand the overall costs of running my code in Azure Functions so that I can make better architectural and business decisions.
117
---
128

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Continuous deployment for Azure Functions
33
description: Use the continuous deployment features of Azure App Service to publish your functions.
4-
author: ggailey777
5-
manager: gwallace
64
ms.assetid: 361daf37-598c-4703-8d78-c77dbef91643
7-
ms.service: azure-functions
85
ms.topic: conceptual
96
ms.date: 09/25/2019
10-
ms.author: glenga
117
#Customer intent: As a developer, I want to learn how to set up a continuous integration environment so that function app updates are deployed automatically when I check in my code changes.
128
---
139

articles/azure-functions/functions-create-cosmos-db-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 triggered by Azure Cosmos DB | Microsoft Docs
2+
title: Create a function triggered by Azure Cosmos DB
33
description: Use Azure Functions to create a serverless function that is invoked when data is added to a database in Azure Cosmos DB.
4-
services: azure-functions
5-
documentationcenter: na
6-
author: ggailey777
7-
manager: jeconnoc
84

95
ms.assetid: bc497d71-75e7-47b1-babd-a060a664adca
10-
ms.service: azure-functions
116
ms.topic: quickstart
127
ms.date: 10/02/2018
13-
ms.author: glenga
148
ms.custom: cc996988-fb4f-47
159
---
1610
# Create a function triggered by Azure Cosmos DB

articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Create your first function on Linux in Azure
33
description: Learn how to create your first function hosted on Linux in Azure using the command line tools, Azure Functions Core Tools and the Azure CLI.
4-
author: ggailey777
5-
ms.author: glenga
64
ms.date: 03/12/2019
75
ms.topic: quickstart
8-
ms.service: azure-functions
96
ms.custom: mvc, fasttrack-edit
10-
manager: gwallace
117
---
128

139
# Quickstart: Create your first function hosted on Linux using command line tools

0 commit comments

Comments
 (0)