Skip to content

Commit 3d20dd2

Browse files
authored
Merge pull request #110404 from ggailey777/cleanup
Fix up how-to metadata
2 parents b203ab8 + c53f999 commit 3d20dd2

14 files changed

+15
-15
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7591,7 +7591,7 @@
75917591
},
75927592
{
75937593
"source_path": "articles/azure-functions/functions-add-output-binding-storage-queue-python.md",
7594-
"redirect_url": "/azure/azure-functions/functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-python",
7594+
"redirect_url": "/azure/azure-functions/functions-add-output-binding-storage-queue-cli?pivots=programming-language-python",
75957595
"redirect_document_id": false
75967596
},
75977597
{

articles/azure-functions/create-function-app-linux-app-service-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a function app on Linux from the Azure portal
33
description: Learn how to create your first Azure Function for serverless execution using the Azure portal.
4-
ms.topic: quickstart
4+
ms.topic: how-to
55
ms.date: 02/28/2019
66
#Customer intent: As a developer, learn how to use the Azure portal so that I can create a function app that runs on Linux in App Service plan so that I can have more control over how my functions are scaled.
77

articles/azure-functions/functions-create-cosmos-db-triggered-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.
44

55
ms.assetid: bc497d71-75e7-47b1-babd-a060a664adca
6-
ms.topic: quickstart
6+
ms.topic: how-to
77
ms.date: 10/02/2018
88
ms.custom: cc996988-fb4f-47
99
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Create your first function in the Azure portal
33
description: Learn how to create your first Azure Function for serverless execution using the Azure portal.
44
ms.assetid: 96cf87b9-8db6-41a8-863a-abb828e3d06d
5-
ms.topic: quickstart
6-
ms.date: 03/06/2020
5+
ms.topic: how-to
6+
ms.date: 03/26/2020
77
ms.custom: mvc, devcenter, cc996988-fb4f-47
88
---
99

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Java and Gradle to publish a function to Azure
33
description: Create and publish an HTTP-triggered function to Azure with Java and Gradle.
44
author: KarlErickson
55
ms.author: karler
6-
ms.topic: quickstart
6+
ms.topic: how-to
77
ms.date: 08/10/2018
88
---
99

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a function app from the Azure Portal
33
description: Create a new function app in Azure from the portal.
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
ms.date: 08/29/2019
66
ms.custom: mvc
77

articles/azure-functions/functions-create-maven-eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an Azure function app with Java and Eclipse
33
description: How-to guide to create and publish a simple HTTP triggered serverless app using Java and Eclipse to Azure Functions.
44
author: jeffhollan
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.date: 07/01/2018
77
ms.author: jehollan
88
ms.custom: mvc, devcenter

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an Azure function with Java and IntelliJ
33
description: Learn how to create and publish a simple HTTP-triggered, serverless app on Azure with Java and IntelliJ.
44
author: jeffhollan
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.date: 07/01/2018
77
ms.author: jehollan
88
ms.custom: mvc, devcenter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.
44

55
ms.assetid: ba50ee47-58e0-4972-b67b-828f2dc48701
6-
ms.topic: quickstart
6+
ms.topic: how-to
77
ms.date: 03/28/2018
88
ms.custom: mvc, cc996988-fb4f-47
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.
44

55
ms.assetid: d6bff41c-a624-40c1-bbc7-80590df29ded
6-
ms.topic: quickstart
6+
ms.topic: how-to
77
ms.date: 10/01/2018
88
ms.custom: mvc, cc996988-fb4f-47
99
---

0 commit comments

Comments
 (0)