You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/cross-workspace-query.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,6 @@ Use the `app` expression to retrieve data from a specific classic Application In
132
132
133
133
`app(`*Identifier*`)`
134
134
135
-
136
135
### Arguments
137
136
138
137
`*Identifier*`: Identifies the app using one of the formats in the table below.
@@ -166,7 +165,6 @@ union
166
165
167
166
The `resource` expression is used in a Azure Monitor query [scoped to a resource](scope.md#query-scope) to retrieve data from other resources.
168
167
169
-
170
168
### Syntax
171
169
172
170
`resource(`*Identifier*`)`
@@ -180,7 +178,6 @@ The `resource` expression is used in a Azure Monitor query [scoped to a resource
180
178
| Resource | Includes data for the resource. | resource("/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcesgroups/myresourcegroup/providers/microsoft.compute/virtualmachines/myvm") |
181
179
| Resource Group or Subscription | Includes data for the resource and all resources that it contains. | resource("/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcesgroups/myresourcegroup) |
0 commit comments