Skip to content

Commit 1cc9e59

Browse files
committed
Fixing links
1 parent 3a1bd55 commit 1cc9e59

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Search-AzGraph -Query "GuestConfigurationResources | where type =~ 'microsoft.gu
4545

4646
### Count of non-compliant guest configuration assignments
4747

48-
Displays a count of non-compliant machines per [guest configuration assignment reason](/azure/governance/policy/how-to/determine-non-compliance.md#compliance-details-for-guest-configuration). Limits results to first 100 for performance.
48+
Displays a count of non-compliant machines per [guest configuration assignment reason](/azure/governance/policy/how-to/determine-non-compliance#compliance-details-for-guest-configuration). Limits results to first 100 for performance.
4949

5050
```kusto
5151
GuestConfigurationResources
@@ -86,7 +86,7 @@ Search-AzGraph -Query "GuestConfigurationResources | where type =~ 'microsoft.gu
8686

8787
### Find all reasons a machine is non-compliant for guest configuration assignments
8888

89-
Display all [guest configuration assignment reasons](/azure/governance/policy/how-to/determine-non-compliance.md#compliance-details-for-guest-configuration) for a specific machine. Remove the first `where` clause to also include audits where the machine is compliant.
89+
Display all [guest configuration assignment reasons](/azure/governance/policy/how-to/determine-non-compliance#compliance-details-for-guest-configuration) for a specific machine. Remove the first `where` clause to also include audits where the machine is compliant.
9090

9191
```kusto
9292
GuestConfigurationResources
@@ -202,7 +202,7 @@ Search-AzGraph -Query "Resources | where type =~ 'Microsoft.Compute/virtualMachi
202202

203203
### Query details of guest configuration assignment reports
204204

205-
Display report from [guest configuration assignment reason](/azure/governance/policy/how-to/determine-non-compliance.md#compliance-details-for-guest-configuration) details. In the following example, the query returns only results where the Guest Assignment name is `installed_application_linux` and the output contains the string `Chrome` to list all Linux machines where a package is installed that includes the name **Chrome**.
205+
Display report from [guest configuration assignment reason](/azure/governance/policy/how-to/determine-non-compliance#compliance-details-for-guest-configuration) details. In the following example, the query returns only results where the Guest Assignment name is `installed_application_linux` and the output contains the string `Chrome` to list all Linux machines where a package is installed that includes the name **Chrome**.
206206

207207
```kusto
208208
GuestConfigurationResources

articles/governance/resource-graph/includes/samples-by-category/azure-virtual-machines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Search-AzGraph -Query "Resources | where type == 'microsoft.compute/virtualmachi
108108

109109
### Count virtual machines by OS type
110110

111-
Building on the previous query, we're still limiting by Azure resources of type `Microsoft.Compute/virtualMachines`, but are no longer limiting the number of records returned. Instead, we used `summarize` and `count()` to define how to group and aggregate the values by property, which in this example is `properties.storageProfile.osDisk.osType`. For an example of how this string looks in the full object, see [explore resources - virtual machine discovery](/azure/governance/resource-graph/concepts/explore-resources.md#virtual-machine-discovery).
111+
Building on the previous query, we're still limiting by Azure resources of type `Microsoft.Compute/virtualMachines`, but are no longer limiting the number of records returned. Instead, we used `summarize` and `count()` to define how to group and aggregate the values by property, which in this example is `properties.storageProfile.osDisk.osType`. For an example of how this string looks in the full object, see [explore resources - virtual machine discovery](/azure/governance/resource-graph/concepts/explore-resources#virtual-machine-discovery).
112112

113113
```kusto
114114
Resources
@@ -356,7 +356,7 @@ Search-AzGraph -Query "PatchAssessmentResources | where type has 'softwarepatche
356356

357357
### List of virtual machines and associated availability states by Resource Ids
358358

359-
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by availability state. The query also provides the associated Resource Id based on `properties.targetResourceId`, for easy debugging and mitigation. Availability states can be one of four values: Available, Unavailable, Degraded and Unknown. For more details on what each of the availability states mean, please see [Azure Resource Health overview](/azure/service-health/resource-health-overview.md#health-status).
359+
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by availability state. The query also provides the associated Resource Id based on `properties.targetResourceId`, for easy debugging and mitigation. Availability states can be one of four values: Available, Unavailable, Degraded and Unknown. For more details on what each of the availability states mean, please see [Azure Resource Health overview](/azure/service-health/resource-health-overview#health-status).
360360

361361
```kusto
362362
HealthResources
@@ -615,7 +615,7 @@ Search-AzGraph -Query "Resources | where type =~ 'Microsoft.Compute/virtualMachi
615615

616616
### Summarize virtual machine by the power states extended property
617617

618-
This query uses the [extended properties](/azure/governance/resource-graph/concepts/query-language.md#extended-properties) on virtual machines to summarize by power states.
618+
This query uses the [extended properties](/azure/governance/resource-graph/concepts/query-language#extended-properties) on virtual machines to summarize by power states.
619619

620620
```kusto
621621
Resources

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](../resource-graph/concepts/query-language.md#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#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](../resource-graph/concepts/query-language.md#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#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](../resource-graph/concepts/query-language.md#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#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](../resource-graph/samples/starter.md#count-azure-resources).
19+
For more information about using scopes with Azure CLI or Azure PowerShell, go to [Count Azure resources](../../samples/starter#count-azure-resources).
2020

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Search-AzGraph -Query "HealthResources | where type =~ 'microsoft.resourcehealth
4040

4141
### List of virtual machines and associated availability states by Resource Ids
4242

43-
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by availability state. The query also provides the associated Resource Id based on `properties.targetResourceId`, for easy debugging and mitigation. Availability states can be one of four values: Available, Unavailable, Degraded, and Unknown. For more details on what each of the availability states mean, see [Azure Resource Health overview](/azure/service-health/resource-health-overview.md#health-status).
43+
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by availability state. The query also provides the associated Resource Id based on `properties.targetResourceId`, for easy debugging and mitigation. Availability states can be one of four values: Available, Unavailable, Degraded, and Unknown. For more details on what each of the availability states mean, see [Azure Resource Health overview](/azure/service-health/resource-health-overview#health-status).
4444

4545
```kusto
4646
HealthResources

0 commit comments

Comments
 (0)