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:
-
Select F1 to open the command palette, and then search for and run the command Azure Functions: Start Streaming Logs.
-
Select your function app in Azure, and then select Yes to enable application logging for the function app.
-
Trigger your functions in Azure. Notice that log data is displayed in the Output window in Visual Studio Code.
-
When you're done, remember to run the command Azure Functions: Stop Streaming Logs to disable logging for the function app.