Skip to content

Commit 2d75034

Browse files
authored
Removing spaces
1 parent d6bdf6f commit 2d75034

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-monitor/logs/cross-workspace-query.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ Use the `app` expression to retrieve data from a specific classic Application In
132132

133133
`app(`*Identifier*`)`
134134

135-
136135
### Arguments
137136

138137
`*Identifier*`: Identifies the app using one of the formats in the table below.
@@ -166,7 +165,6 @@ union
166165

167166
The `resource` expression is used in a Azure Monitor query [scoped to a resource](scope.md#query-scope) to retrieve data from other resources.
168167

169-
170168
### Syntax
171169

172170
`resource(`*Identifier*`)`
@@ -180,7 +178,6 @@ The `resource` expression is used in a Azure Monitor query [scoped to a resource
180178
| Resource | Includes data for the resource. | resource("/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcesgroups/myresourcegroup/providers/microsoft.compute/virtualmachines/myvm") |
181179
| Resource Group or Subscription | Includes data for the resource and all resources that it contains. | resource("/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcesgroups/myresourcegroup) |
182180

183-
184181
### Examples
185182

186183
```Kusto

0 commit comments

Comments
 (0)