Skip to content

Commit c6949ea

Browse files
Merge pull request #278863 from kainawroth/patch-2
Changing bullet point list for required permissions to table
2 parents b9518dc + 2d75034 commit c6949ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ If you manage subscriptions in other Microsoft Entra tenants through [Azure Ligh
2525
2626
## Permissions required
2727

28-
- You must have `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader), for example.
29-
- To save a query, you must have `microsoft.operationalinsights/querypacks/queries/action` permissions to the query pack where you want to save the query, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example.
28+
| Action | Permissions required |
29+
| --- | --- |
30+
| Check workspace state | `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader), for example. |
31+
| Save a query | `microsoft.operationalinsights/querypacks/queries/action` permissions to the query pack where you want to save the query, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example. |
3032

3133
## Limitations
3234

@@ -130,7 +132,6 @@ Use the `app` expression to retrieve data from a specific classic Application In
130132

131133
`app(`*Identifier*`)`
132134

133-
134135
### Arguments
135136

136137
`*Identifier*`: Identifies the app using one of the formats in the table below.
@@ -164,7 +165,6 @@ union
164165

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

167-
168168
### Syntax
169169

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

181-
182181
### Examples
183182

184183
```Kusto

0 commit comments

Comments
 (0)