Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 660 Bytes

functions-enable-log-stream-vs-code.md

File metadata and controls

16 lines (12 loc) · 660 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
06/25/2019
glenga

To turn on the streaming logs for your function app in Azure:

  1. Select F1 to open the command palette, and then search for and run the command Azure Functions: Start Streaming Logs.

  2. Select your function app in Azure, and then select Yes to enable application logging for the function app.

  3. Trigger your functions in Azure. Notice that log data is displayed in the Output window in Visual Studio Code.

  4. When you're done, remember to run the command Azure Functions: Stop Streaming Logs to disable logging for the function app.