author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
ggailey777 |
azure-functions |
include |
01/12/2020 |
glenga |
Visual Studio Code integrates with Azure Functions Core Tools to let you run this project on your local development computer before you publish to Azure.
-
To call your function, press F5 to start the function app project. Output from Core Tools is displayed in the Terminal panel.
-
If you haven't already installed Azure Functions Core Tools, select Install at the prompt. When the Core Tools are installed, your app starts in the Terminal panel. You can see the URL endpoint of your HTTP-triggered function running locally.
-
With Core Tools running, navigate to the following URL to execute a GET request, which includes
?name=Functions
query string. -
A response is returned, which looks like the following in a browser:
-
Information about the request is shown in Terminal panel.
-
Press Ctrl + C to stop Core Tools and disconnect the debugger.