Skip to content

Commit 7303885

Browse files
committed
add note about casing and workaround
1 parent 98ae598 commit 7303885

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ 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 such as resource group name will either match the
16-
> casing as shown in the Portal or be lowercased. This may cause unexpected results and can be accounted for in your
17-
> queries using case-insensitive comparison operators such as `=~` instead of `==` and converting properties to lowercase in
18-
> joins with the `tolower()` function.
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
18+
> can be accounted for in your queries using case-insensitive comparison operators such as `=~` instead of `==` and
19+
> converting properties to lowercase in joins with the `tolower()` function.
1920
2021
## Explore virtual machines
2122

0 commit comments

Comments
 (0)