author | ms.author | ms.date | ms.topic | ms.service |
---|---|---|---|---|
ggailey777 |
glenga |
7/24/2019 |
include |
azure-functions |
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>
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