Skip to content

Commit ab6960c

Browse files
authored
Merge pull request #104047 from kraigb/master
Improve the article title
2 parents f4a43bb + eacdeb6 commit ab6960c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create an HTTP triggered Python function in Azure
2+
title: Create a serverless Python function for HTTP requests in Azure Functions
33
description: Create and deploy serverless Python code to the cloud using Azure Functions.
4-
ms.date: 01/15/2020
4+
ms.date: 02/11/2020
55
ms.topic: quickstart
66
ms.custom: mvc
77
---
88

9-
# Quickstart: Create an HTTP triggered Python function in Azure
9+
# Quickstart: Create a Python function in Azure that responds to HTTP requests
1010

1111
In this article, you use command-line tools to create a Python function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
1212

0 commit comments

Comments
 (0)