File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
articles/governance/resource-graph/concepts Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ 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 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
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.
20
+
14
21
## Explore virtual machines
15
22
16
23
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