Skip to content

Commit f60562c

Browse files
authored
Fix tab bug
1 parent 7c696b4 commit f60562c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/functions-monitor-log-analytics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In the setting page, choose **Send to Log Analytics**, and under **LOG** choose
2929

3030
![Add a diagnostic setting](media/functions-monitor-log-analytics/choose-table.png)
3131

32-
## User generated logs
32+
## User-generated logs
3333

3434
To generate custom logs, you can use the specific logging statement depending on your language, here are sample code snippets:
3535

@@ -63,6 +63,8 @@ To generate custom logs, you can use the specific logging statement depending on
6363
Write-Host "My app logs here."
6464
```
6565

66+
---
67+
6668
## Querying the logs
6769

6870
To query the generated logs, go to the log analytics workspace and click **Logs**.

0 commit comments

Comments
 (0)