Skip to content

Commit cdbe84c

Browse files
author
Glenn Gailey
committed
Julia review feedback
1 parent ce15e63 commit cdbe84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.custom: mvc, devcenter
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

10-
# Create your first function using Visual Studio Code
10+
# Quickstart: Create an Azure Functions project using Visual Studio Code
1111

12-
In this quickstart, you use Microsoft Visual Studio Code to create and test a "hello world" function on your local computer. You then use Visual Studio Code to create Azure resources and publish your function code to those Azure resources. You can also [create and publish functions from the Terminal or command prompt](functions-create-first-azure-function-azure-cli.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. To learn more, see the [Azure Functions overview](functions-overview.md).
1313

14-
Azure Functions lets you execute your code in a [serverless](https://azure.microsoft.com/solutions/serverless/) environment without having to first create a VM or publish a web application. To learn more, see the [Azure Functions overview](functions-overview.md).
14+
There is also a [CLI-based version](functions-create-first-azure-function-azure-cli.md) of this article.
1515

1616
## Prerequisites
1717

0 commit comments

Comments
 (0)