File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
articles/governance/resource-graph/concepts Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Azure Resource Graph provides the ability to explore and discover your Azure res
11
11
at scale. Engineered for fast responses, it's a great way to learn about your environment and also
12
12
about the properties that exist on your Azure resources.
13
13
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
+
14
20
## Explore virtual machines
15
21
16
22
A common resource in Azure is a virtual machine. As a resource type, virtual machines have many
You can’t perform that action at this time.
0 commit comments