Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 642 Bytes

functions-streaming-logs-core-tools.md

File metadata and controls

23 lines (17 loc) · 642 Bytes
author ms.author ms.date ms.topic ms.service
ggailey777
glenga
7/24/2019
include
azure-functions

Built-in log streaming

Use the logstream option to start receiving streaming logs of a specific function app running in Azure, as in the following example:

func azure functionapp logstream <FunctionAppName>

Live Metrics Stream

You can also view the Live Metrics Stream for your function app in a new browser window by including the --browser option, as in the following example:

func azure functionapp logstream <FunctionAppName> --browser