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/governance/includes/policy/policy-resources-exemption-query.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ PolicyResources
16
16
| summarize count() by tostring(properties.policyAssignmentId)
17
17
```
18
18
19
-
For more information about using scopes with Azure CLI or Azure PowerShell, go to [Count Azure resources](../../resource-graph/samples/starter.md#count-resources).
19
+
For more information about using scopes with Azure CLI or Azure PowerShell, go to [Count Azure resources](../../resource-graph/samples/starter.md#count-azure-resources).
|[distinct](/azure/data-explorer/kusto/query/distinctoperator)|[Show resources that contain storage](../samples/starter.md#show-resources-that-contain-storage)||
172
+
|[extend](/azure/data-explorer/kusto/query/extendoperator)|[Count virtual machines by OS type](../samples/starter.md#count-virtual-machines-by-os-type)||
173
173
|[join](/azure/data-explorer/kusto/query/joinoperator)|[Key vault with subscription name](../samples/advanced.md#key-vaults-with-subscription-name)|Join flavors supported: [innerunique](/azure/data-explorer/kusto/query/joinoperator#default-join-flavor), [inner](/azure/data-explorer/kusto/query/joinoperator#inner-join), [leftouter](/azure/data-explorer/kusto/query/joinoperator#left-outer-join). Limit of three `join` in a single query, one of which might be a cross-table `join`. If all cross-table `join` use is between _Resource_ and _ResourceContainers_, then three cross-table `join` are allowed. Custom join strategies, such as broadcast join, aren't allowed. For which tables can use `join`, go to [Resource Graph tables](#resource-graph-tables). |
174
-
|[limit](/azure/data-explorer/kusto/query/limitoperator)|[List all public IP addresses](../samples/starter.md#list-publicip)|Synonym of `take`. Doesn't work with [Skip](./work-with-data.md#skipping-records). |
174
+
|[limit](/azure/data-explorer/kusto/query/limitoperator)|[List all public IP addresses](../samples/starter.md#list-all-public-ip-addresses)|Synonym of `take`. Doesn't work with [Skip](./work-with-data.md#skipping-records). |
175
175
|[mvexpand](/azure/data-explorer/kusto/query/mvexpandoperator)|| Legacy operator, use `mv-expand` instead. _RowLimit_ max of 400. The default is 128. |
176
176
|[mv-expand](/azure/data-explorer/kusto/query/mvexpandoperator)|[List Azure Cosmos DB with specific write locations](../samples/advanced.md#list-azure-cosmos-db-with-specific-write-locations)|_RowLimit_ max of 400. The default is 128. Limit of 2 `mv-expand` in a single query.|
177
-
|[order](/azure/data-explorer/kusto/query/orderoperator)|[List resources sorted by name](../samples/starter.md#list-resources)|Synonym of `sort`|
177
+
|[order](/azure/data-explorer/kusto/query/orderoperator)|[List resources sorted by name](../samples/starter.md#list-resources-sorted-by-name)|Synonym of `sort`|
178
178
|[parse](/azure/data-explorer/kusto/query/parseoperator)|[Get virtual networks and subnets of network interfaces](../samples/advanced.md#get-virtual-networks-and-subnets-of-network-interfaces)|It's optimal to access properties directly if they exist instead of using `parse`. |
179
-
|[project](/azure/data-explorer/kusto/query/projectoperator)|[List resources sorted by name](../samples/starter.md#list-resources)||
179
+
|[project](/azure/data-explorer/kusto/query/projectoperator)|[List resources sorted by name](../samples/starter.md#list-resources-sorted-by-name)||
180
180
|[project-away](/azure/data-explorer/kusto/query/projectawayoperator)|[Remove columns from results](../samples/advanced.md#remove-columns-from-results)||
181
-
|[sort](/azure/data-explorer/kusto/query/sort-operator)|[List resources sorted by name](../samples/starter.md#list-resources)|Synonym of `order`|
182
-
|[summarize](/azure/data-explorer/kusto/query/summarizeoperator)|[Count Azure resources](../samples/starter.md#count-resources)|Simplified first page only |
183
-
|[take](/azure/data-explorer/kusto/query/takeoperator)|[List all public IP addresses](../samples/starter.md#list-publicip)|Synonym of `limit`. Doesn't work with [Skip](./work-with-data.md#skipping-records). |
184
-
|[top](/azure/data-explorer/kusto/query/topoperator)|[Show first five virtual machines by name and their OS type](../samples/starter.md#show-sorted)||
181
+
|[sort](/azure/data-explorer/kusto/query/sort-operator)|[List resources sorted by name](../samples/starter.md#list-resources-sorted-by-name)|Synonym of `order`|
182
+
|[summarize](/azure/data-explorer/kusto/query/summarizeoperator)|[Count Azure resources](../samples/starter.md#count-azure-resources)|Simplified first page only |
183
+
|[take](/azure/data-explorer/kusto/query/takeoperator)|[List all public IP addresses](../samples/starter.md#list-all-public-ip-addresses)|Synonym of `limit`. Doesn't work with [Skip](./work-with-data.md#skipping-records). |
184
+
|[top](/azure/data-explorer/kusto/query/topoperator)|[Show first five virtual machines by name and their OS type](../samples/starter.md#show-first-five-virtual-machines-by-name-and-their-os-type)||
185
185
|[union](/azure/data-explorer/kusto/query/unionoperator)|[Combine results from two queries into a single result](../samples/advanced.md#combine-results-from-two-queries-into-a-single-result)|Single table allowed: ```| union [kind= inner|outer][withsource=ColumnName] Table```. Limit of three `union` legs in a single query. Fuzzy resolution of `union` leg tables isn't allowed. Might be used within a single table or between the _Resources_ and _ResourceContainers_ tables. |
186
-
|[where](/azure/data-explorer/kusto/query/whereoperator)|[Show resources that contain storage](../samples/starter.md#show-storage)||
186
+
|[where](/azure/data-explorer/kusto/query/whereoperator)|[Show resources that contain storage](../samples/starter.md#show-resources-that-contain-storage)||
187
187
188
188
There's a default limit of three `join` and three `mv-expand` operators in a single Resource Graph SDK query. You can request an increase in these limits for your tenant through **Help + support**.
-[List alerts by severity](#list-azure-monitor-alerts-ordered-by-severity)
35
-
-[List alerts by severity and resource type](#list-azure-monitor-alerts-ordered-by-severity-and-alert-state)
36
-
-[List alerts by severity and resource type with a specific tag](#list-azure-monitor-alerts-ordered-by-severity-monitor-service-and-target-resource-type)
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/shared-query-bicep.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
26
26
27
27
## Review the Bicep file
28
28
29
-
In this quickstart, you create a shared query called _Count VMs by OS_. To try this query in SDK or in portal with Resource Graph Explorer, see [Samples - Count virtual machines by OS type](./samples/starter.md#count-os).
29
+
In this quickstart, you create a shared query called _Count VMs by OS_. To try this query in SDK or in portal with Resource Graph Explorer, see [Samples - Count virtual machines by OS type](./samples/starter.md#count-virtual-machines-by-os-type).
30
30
31
31
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/resourcegraph-sharedquery-countos/).
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/shared-query-template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ before you begin.
29
29
30
30
In this quickstart, you create a shared query called _Count VMs by OS_. To try this query in SDK or
31
31
in portal with Resource Graph Explorer, see
32
-
[Samples - Count virtual machines by OS type](./samples/starter.md#count-os).
32
+
[Samples - Count virtual machines by OS type](./samples/starter.md#count-virtual-machines-by-os-type).
33
33
34
34
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/resourcegraph-sharedquery-countos/).
0 commit comments