Skip to content

Commit 8381929

Browse files
committed
davidsmatlak suggestions
1 parent 7303885 commit 8381929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/resource-graph/concepts/explore-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ at scale. Engineered for fast responses, it's a great way to learn about your en
1212
about the properties that exist on your Azure resources.
1313

1414
> [!NOTE]
15-
> Depending on the Resource Graph table, properties will either match the casing as shown in the Portal or be lowercased.
16-
> For example, the name of a Resource Group when querying the 'resourceContainers' table will match the Portal, but the
17-
> 'resourceGroup' property of resources from the 'resources' table will be lowercase. This may cause unexpected results and
15+
> Depending on the Resource Graph table, properties will either match the casing as shown in the Azure portal or be lowercased.
16+
> For example, the name of a resource group when querying the `resourceContainers` table will match the portal, but the
17+
> `resourceGroup` property of resources from the `resources` table will be lowercase. This may cause unexpected results and
1818
> can be accounted for in your queries using case-insensitive comparison operators such as `=~` instead of `==` and
1919
> converting properties to lowercase in joins with the `tolower()` function.
2020

0 commit comments

Comments
 (0)