Skip to content

Commit 95ad77c

Browse files
committed
Acrolinx fixes
1 parent ff54f63 commit 95ad77c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

99
### List SQL Databases and their elastic pools
1010

11-
The following query uses **leftouter** `join` to bring together SQL Database resources and their related elastic pools, if they've any.
11+
The following query uses `leftouter join` to bring together SQL Database resources and their related elastic pools if any exist.
1212

1313
```kusto
1414
Resources

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

Lines changed: 3 additions & 3 deletions
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, please see [Azure Resource Health overview](../../../../../../articles/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](../../../../../../articles/service-health/resource-health-overview.md#health-status).
4444

4545
```kusto
4646
HealthResources
@@ -110,9 +110,9 @@ Search-AzGraph -Query "Resources | where type =~ 'microsoft.compute/virtualmachi
110110

111111
---
112112

113-
### List of virtual machines that are not Available by Resource Ids
113+
### List of virtual machines not available by Resource Ids
114114

115-
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by their availability state. The populated list only highlights virtual machines whose availability state is not "Available" to ensure you are aware of all the concerning states your virtual machines are in. When all your virtual machines are Available, you can expect to receive no results.
115+
Returns the latest list of virtual machines (type `Microsoft.Compute/virtualMachines`) aggregated by their availability state. The populated list only highlights virtual machines whose availability state isn't "Available" to ensure you're aware of all the concerning states your virtual machines are in. When all your virtual machines are Available, you can expect to receive no results.
116116

117117
```kusto
118118
HealthResources

0 commit comments

Comments
 (0)