Skip to content

Commit 4bab6f6

Browse files
committed
touchup
1 parent 4b04613 commit 4bab6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/monitor-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Azure Functions writes all logs to the **FunctionAppLogs** table under **LogMana
130130
<!-- Add sample Kusto queries for your service here. -->
131131
The following sample queries can help you monitor all your functions app logs:
132132

133-
```
133+
```Kusto
134134
135135
FunctionAppLogs
136136
| order by TimeGenerated desc
@@ -153,7 +153,7 @@ FunctionAppLogs
153153

154154
The following sample query can help you monitor exceptions on all your functions app logs:
155155

156-
```
156+
```Kusto
157157
158158
FunctionAppLogs
159159
| where ExceptionDetails != ""

0 commit comments

Comments
 (0)