Skip to content

Commit

Permalink
testing H3s
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmc7777 committed Nov 10, 2016
1 parent 3b4748b commit 622e94e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/azure-functions/functions-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ ms.author: wesmc
Content in progress...


## Monitor functions by streaming log files to the command line
## Monitoring log files from a command line


You can stream log files to a command line session on a local workstation using the Azure Command Line Interface (CLI) or PowerShell.

#### Streaming function app log file with the Azure CLI
### Streaming function app log file with the Azure CLI

To get started, [install the Azure CLI](../xplat-cli-install.md) and [connect to your Azure subscription](../xplat-cli-connect.md).

Expand All @@ -47,7 +47,7 @@ The following command will stream the log files of your function app to the comm

azure site log tail -v <function app name>

#### Streaming function app log file with PowerShell
### Streaming function app log file with PowerShell

To get started, [install and configure Azure PowerShell](../powershell-install-configure.md).

Expand Down

0 comments on commit 622e94e

Please sign in to comment.