Skip to content

Commit 16451ae

Browse files
Merge pull request #215996 from austinmccollum/patch-1
remove smart quotes
2 parents e8f1e40 + 4b2f065 commit 16451ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/extend-sentinel-across-workspaces-tenants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can use saved [functions](../azure-monitor/logs/functions.md) to simplify cr
8080

8181
A function can also simplify a commonly used union. For example, you can save the following expression as a function called `unionSecurityEvent`:
8282

83-
`union workspace(hard-to-remember-workspace-name-1).SecurityEvent, workspace(hard-to-remember-workspace-name-2).SecurityEvent`
83+
`union workspace("hard-to-remember-workspace-name-1").SecurityEvent, workspace("hard-to-remember-workspace-name-2").SecurityEvent`
8484

8585
You can then write a query across both workspaces by beginning with `unionSecurityEvent | where ...` .
8686

0 commit comments

Comments
 (0)