Skip to content

Commit 38bc806

Browse files
committed
Fixing links
1 parent 1cc9e59 commit 38bc806

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/governance/resource-graph/includes/samples-by-category/azure-policy-guest-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: jaspkaur
88

99
### Count machines in scope of guest configuration policies
1010

11-
Displays the count of Azure virtual machines and Arc connected servers in scope for [Azure Policy guest configuration](../../../../machine-configuration/overview.md) assignments.
11+
Displays the count of Azure virtual machines and Arc connected servers in scope for [Azure Policy guest configuration](/azure/governance/machine-configuration/overview) assignments.
1212

1313
```kusto
1414
GuestConfigurationResources

articles/governance/resource-graph/includes/samples-by-category/management-groups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Search-AzGraph -Query "ResourceContainers | where type =~ 'microsoft.management/
4343

4444
### List all management group ancestors for a specified management group
4545

46-
Provides the management group hierarchy details for the management group specified in the [query scope](../../concepts/query-language#query-scope). In this example, the management group is named **Application**.
46+
Provides the management group hierarchy details for the management group specified in the [query scope](../../concepts/query-language.md#query-scope). In this example, the management group is named **Application**.
4747

4848
```kusto
4949
ResourceContainers
@@ -77,7 +77,7 @@ Search-AzGraph -Query "ResourceContainers | where type =~ 'microsoft.management/
7777

7878
### List all management group ancestors for a specified subscription
7979

80-
Provides the management group hierarchy details for the subscription specified in the [query scope](../../concepts/query-language#query-scope). In this example, the subscription GUID is **11111111-1111-1111-1111-111111111111**.
80+
Provides the management group hierarchy details for the subscription specified in the [query scope](../../concepts/query-language.md#query-scope). In this example, the subscription GUID is **11111111-1111-1111-1111-111111111111**.
8181

8282
```kusto
8383
ResourceContainers
@@ -111,7 +111,7 @@ Search-AzGraph -Query "ResourceContainers | where type =~ 'microsoft.resources/s
111111

112112
### List all subscriptions under a specified management group
113113

114-
Provides the name and subscription ID of all subscriptions under the management group specified in the [query scope](../../concepts/query-language#query-scope). In this example, the management group is named **Application**.
114+
Provides the name and subscription ID of all subscriptions under the management group specified in the [query scope](../../concepts/query-language.md#query-scope). In this example, the management group is named **Application**.
115115

116116
```kusto
117117
ResourceContainers

articles/governance/resource-graph/includes/samples-by-category/query/policy-resources-exemption-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PolicyResources
1616
| summarize count() by tostring(properties.policyAssignmentId)
1717
```
1818

19-
For more information about using scopes with Azure CLI or Azure PowerShell, go to [Count Azure resources](../../samples/starter#count-azure-resources).
19+
For more information about using scopes with Azure CLI or Azure PowerShell, go to [Count Azure resources](../../../samples/starter.md#count-azure-resources).
2020

2121
# [Azure CLI](#tab/azure-cli)
2222

articles/governance/resource-graph/reference/supported-tables-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ For sample queries for this table, see [Resource Graph sample queries for securi
913913

914914
- microsoft.security/assessments
915915
- Sample query: [Count healthy, unhealthy, and not applicable resources per recommendation](../samples/samples-by-category.md#count-healthy-unhealthy-and-not-applicable-resources-per-recommendation)
916-
- Sample query: [List Azure Security Center recommendations](../samples/samples-by-category.md#list-azure-security-center-recommendations)
916+
- Sample query: [List Azure Security Center recommendations](../samples/samples-by-category.md)
917917
- Sample query: [List Container Registry vulnerability assessment results](../samples/samples-by-category.md#list-container-registry-vulnerability-assessment-results)
918918
- Sample query: [List Qualys vulnerability assessment results](../samples/samples-by-category.md#list-qualys-vulnerability-assessment-results)
919919
- microsoft.security/assessments/subassessments
@@ -926,7 +926,7 @@ For sample queries for this table, see [Resource Graph sample queries for securi
926926
- Sample query: [Get specific IoT alert](../samples/samples-by-category.md#get-specific-iot-alert)
927927
- microsoft.security/locations/alerts (Security Alerts)
928928
- microsoft.security/pricings
929-
- Sample query: [Show Azure Defender pricing tier per subscription](../samples/samples-by-category.md#show-azure-defender-pricing-tier-per-subscription)
929+
- Sample query: [Show Azure Defender pricing tier per subscription](../samples/samples-by-category.md)
930930
- microsoft.security/regulatorycompliancestandards
931931
- Sample query: [Regulatory compliance state per compliance standard](../samples/samples-by-category.md#regulatory-compliance-state-per-compliance-standard)
932932
- microsoft.security/regulatorycompliancestandards/regulatorycompliancecontrols

0 commit comments

Comments
 (0)