Skip to content

Commit a649bc7

Browse files
authored
Add Python to the titles
------- cc: @ggailey777
1 parent 443fcc7 commit a649bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create an HTTP triggered function in Azure
2+
title: Create an HTTP triggered Python function in Azure
33
description: Learn how to create your first Python function in Azure using the Azure Functions Core Tools and the Azure CLI.
44
author: ggailey777
55
ms.author: glenga
@@ -11,7 +11,7 @@ ms.devlang: python
1111
manager: gwallace
1212
---
1313

14-
# Create an HTTP triggered function in Azure
14+
# Create an HTTP triggered Python function in Azure
1515

1616
This article shows you how to use command-line tools to create a Python project that runs in Azure Functions. You also create a function that is triggered by an HTTP request. Finally, you publish your project to run as a [serverless function](functions-scale.md#consumption-plan) in Azure.
1717

0 commit comments

Comments
 (0)