author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
ggailey777 |
azure-functions |
include |
01/28/2021 |
glenga |
-
Back in the Azure: Functions area in the side bar, expand your subscription, your new function app, and Functions. Right-click (Windows) or Ctrl - click (macOS) the
HttpExample
function and choose Execute Function Now....:::image type="content" source="media/functions-vs-code-run-remote/execute-function-now.png" alt-text="Execute function now in Azure from Visual Studio Code":::
-
In Enter request body you see the request message body value of
{ "name": "Azure" }
. Press Enter to send this request message to your function. -
When the function executes in Azure and returns a response, a notification is raised in Visual Studio Code.