Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 826 Bytes

functions-vs-code-run-remote.md

File metadata and controls

16 lines (12 loc) · 826 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
01/28/2021
glenga

Run the function in Azure

  1. 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":::

  2. In Enter request body you see the request message body value of { "name": "Azure" }. Press Enter to send this request message to your function.

  3. When the function executes in Azure and returns a response, a notification is raised in Visual Studio Code.