Skip to content

Commit 98ae598

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Azure Resource Graph provides the ability to explore and discover your Azure res
1111
at scale. Engineered for fast responses, it's a great way to learn about your environment and also
1212
about the properties that exist on your Azure resources.
1313

14+
> [!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.
19+
1420
## Explore virtual machines
1521

1622
A common resource in Azure is a virtual machine. As a resource type, virtual machines have many

0 commit comments

Comments
 (0)