We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b04613 commit 4bab6f6Copy full SHA for 4bab6f6
articles/azure-functions/monitor-functions.md
@@ -130,7 +130,7 @@ Azure Functions writes all logs to the **FunctionAppLogs** table under **LogMana
130
<!-- Add sample Kusto queries for your service here. -->
131
The following sample queries can help you monitor all your functions app logs:
132
133
-```
+```Kusto
134
135
FunctionAppLogs
136
| order by TimeGenerated desc
@@ -153,7 +153,7 @@ FunctionAppLogs
153
154
The following sample query can help you monitor exceptions on all your functions app logs:
155
156
157
158
159
| where ExceptionDetails != ""
0 commit comments