You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Create an Azure Functions project using Visual Studio Code
11
11
12
-
In this article, you use Visual Studio Code to create a 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. To learn more, see the [Azure Functions overview](functions-overview.md).
12
+
In this article, you use Visual Studio Code to create a 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.
13
13
14
14
There is also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
15
15
@@ -24,10 +24,14 @@ There is also a [CLI-based version](functions-create-first-azure-function-azure-
24
24
::: zone-end
25
25
::: zone pivot="programming-language-python"
26
26
+[Python 3.7](https://www.python.org/downloads/release/python-375/) or [Python 3.6](https://www.python.org/downloads/release/python-368/), which as supported by Azure Functions. Python 3.8 isn't yet supported.
27
+
27
28
+ The [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for Visual Studio Code.
0 commit comments