Skip to content

Commit 9549471

Browse files
authored
Merge pull request #96493 from candlinpatrick/patch-1
Typo on code block type
2 parents 5cc8874 + 590df52 commit 9549471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/logs-export-logic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This procedure uses the [Azure Monitor Logs connector](/connectors/azuremonitorl
2626

2727
When you export data from a Log Analytics workspace, you should filter and aggregate your log data and optimize query and limit the amount of data processed by your Logic App workflow, to the required data. For example, if you need to archive sign-in events, you should filter for required events and project only the required fields. For example:
2828

29-
```json
29+
```Kusto
3030
SecurityEvent
3131
| where EventID == 4624 or EventID == 4625
3232
| project TimeGenerated , Account , AccountType , Computer

0 commit comments

Comments
 (0)