Skip to content

Commit cc73ab5

Browse files
committed
change queries to H3
1 parent f94b236 commit cc73ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To query the generated logs, go to the log analytics workspace and click **Logs*
7373

7474
Azure Functions writes all logs to **FunctionAppLogs** table, here are some sample queries.
7575

76-
**All logs**
76+
### All logs
7777

7878
```
7979
@@ -82,7 +82,7 @@ FunctionAppLogs
8282
8383
```
8484

85-
**A specific function logs**
85+
### A specific function logs
8686

8787
```
8888
@@ -91,7 +91,7 @@ FunctionAppLogs
9191
9292
```
9393

94-
**Exceptions**
94+
### Exceptions
9595

9696
```
9797

0 commit comments

Comments
 (0)