Skip to content

Commit 3a1bd55

Browse files
committed
Fixing links
1 parent 170e136 commit 3a1bd55

9 files changed

+10
-10
lines changed

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

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

99
### Get cost savings summary from Azure Advisor
1010

11-
This query summarizes the cost savings of each [Azure Advisor](/azure/advisor/advisor-overview.md) recommendation.
11+
This query summarizes the cost savings of each [Azure Advisor](/azure/advisor/advisor-overview) recommendation.
1212

1313
```kusto
1414
AdvisorResources

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

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

7777
### Count of virtual machines by power state
7878

79-
Returns count of virtual machines (type `Microsoft.Compute/virtualMachines`) categorized according to their power state. For more information on power states, please see [Power states overview](/azure/virtual-machines/states-billing.md).
79+
Returns count of virtual machines (type `Microsoft.Compute/virtualMachines`) categorized according to their power state. For more information on power states, please see [Power states overview](/azure/virtual-machines/states-billing).
8080

8181
```kusto
8282
Resources

articles/governance/resource-graph/includes/samples-by-category/query/authorization-resources-classic-administrators-key-properties.md

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

99
### Get classic administrators with key properties
1010

11-
Provides a sample of [classic administrators](/azure/role-based-access-control/classic-administrators.md) and some of the resources relevant properties.
11+
Provides a sample of [classic administrators](/azure/role-based-access-control/classic-administrators) and some of the resources relevant properties.
1212

1313
```kusto
1414
authorizationresources

articles/governance/resource-graph/includes/samples-by-category/query/authorization-resources-role-assignments-key-properties.md

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

99
### Get role assignments with key properties
1010

11-
Provides a sample of [role assignments](/azure/role-based-access-control/role-assignments.md) and some of the resources relevant properties.
11+
Provides a sample of [role assignments](/azure/role-based-access-control/role-assignments) and some of the resources relevant properties.
1212

1313
```kusto
1414
authorizationresources

articles/governance/resource-graph/includes/samples-by-category/query/authorization-resources-role-definitions-actions-list.md

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

99
### Get role definitions with actions
1010

11-
Displays a sample of [role definitions](/azure/role-based-access-control/role-definitions.md) with an expanded list of actions and not actions for each role definition's permissions list.
11+
Displays a sample of [role definitions](/azure/role-based-access-control/role-definitions) with an expanded list of actions and not actions for each role definition's permissions list.
1212

1313
```kusto
1414
authorizationresources

articles/governance/resource-graph/includes/samples-by-category/query/authorization-resources-role-definitions-key-properties.md

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

99
### Get role definitions with key properties
1010

11-
Provides a sample of [role definitions](/azure/role-based-access-control/role-definitions.md) and some of the resources relevant properties.
11+
Provides a sample of [role definitions](/azure/role-based-access-control/role-definitions) and some of the resources relevant properties.
1212

1313
```kusto
1414
authorizationresources

articles/governance/resource-graph/includes/samples-by-category/query/authorization-resources-troubleshoot-rbac-limits.md

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

99
### Troubleshoot Azure RBAC limits
1010

11-
The `authorizationresources` table can be used to troubleshoot Azure role-based access control (Azure RBAC) if you exceed limits. For more information, go to [Troubleshoot Azure RBAC limits](/azure/role-based-access-control/troubleshoot-limits.md).
11+
The `authorizationresources` table can be used to troubleshoot Azure role-based access control (Azure RBAC) if you exceed limits. For more information, go to [Troubleshoot Azure RBAC limits](/azure/role-based-access-control/troubleshoot-limits).

articles/governance/resource-graph/includes/samples-by-category/query/virtual-instance-sap-solutions-vm-health-changes.md

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

99
### Changes in health of virtual machines and annotations in Virtual Instance for SAP
1010

11-
This query fetches the historical changes in availability health and corresponding annotations of all virtual machines of an SAP system given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview.md). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
11+
This query fetches the historical changes in availability health and corresponding annotations of all virtual machines of an SAP system given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
1212

1313
```kusto
1414
Resources

articles/governance/resource-graph/includes/samples-by-category/query/virtual-instance-sap-solutions-vm-health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: davidsmatlak
88

99
### Current health of virtual machines in Virtual Instance for SAP
1010

11-
This query fetches the current availability health of all virtual machines of an SAP system given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview.md). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
11+
This query fetches the current availability health of all virtual machines of an SAP system given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
1212

1313
```kusto
1414
Resources
@@ -53,7 +53,7 @@ Search-AzGraph -Query "Resources | where subscriptionId == 'mySubscriptionId' |
5353

5454
### Currently unhealthy virtual machines and annotations in Virtual Instance for SAP
5555

56-
This query fetches list of virtual machines of an SAP system that are unhealthy and corresponding annotations given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview.md). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
56+
This query fetches list of virtual machines of an SAP system that are unhealthy and corresponding annotations given the SID of a [Virtual Instance for SAP](/azure/sap/center-sap-solutions/overview). Replace `mySubscriptionId` with your subscription ID, and replace `myResourceId` with the resource ID of your Virtual Instance for SAP.
5757

5858
```kusto
5959
HealthResources

0 commit comments

Comments
 (0)