Skip to content

Commit 22e859c

Browse files
authored
Merge pull request #94826 from ggailey777/patch-10
Add Python to the titles
2 parents cfed432 + cbd82c7 commit 22e859c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you learn how to use the [Azure Functions extension for Visual
2222

2323
![Azure Functions code in a Visual Studio project](./media/functions-create-first-function-vs-code/functions-vscode-intro.png)
2424

25-
The extension currently supports C#, JavaScript, Java, and Python functions. The steps in this article and the article that follows support only JavaScript and C# functions. To learn how to use Visual Studio Code to create and publish Python functions, see [Deploy Python to Azure Functions](https://code.visualstudio.com/docs/python/tutorial-azure-functions). To learn how to use Visual Studio Code to create and publish PowerShell functions, see [Create your first PowerShell function in Azure](functions-create-first-function-powershell.md).
25+
The extension currently supports C#, JavaScript, Java, and Python functions. The steps in this article and the article that follows support only JavaScript and C# functions. To learn how to use Visual Studio Code to create and publish Python functions, see [Create and deploy serverless Azure Functions in Python with Visual Studio Code](/azure/python/tutorial-vs-code-serverless-python-01). To learn how to use Visual Studio Code to create and publish PowerShell functions, see [Create your first PowerShell function in Azure](functions-create-first-function-powershell.md).
2626

2727
The extension is currently in preview. To learn more, see the [Azure Functions extension for Visual Studio Code] extension page.
2828

0 commit comments

Comments
 (0)