Skip to content

Commit eacdeb6

Browse files
committed
Update the H1 as well
1 parent 185e1b9 commit eacdeb6

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,12 +1,12 @@
11
---
2-
title: Create an Python function in Azure that responds to HTTP requests
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.
44
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)