1#
2# Configuration file for azure_rm.py
3#
4[azure]
5# Control which resource groups are included. By default all resources groups are included.
6# Set resource_groups to a comma separated list of resource groups names.
7#resource_groups=
8
9# Control which tags are included. Set tags to a comma separated list of keys or key:value pairs
10#tags=
11
12# Control which locations are included. Set locations to a comma separated list (e.g. eastus,eastus2,westus)
13#locations=
14
15# Include powerstate. If you don't need powerstate information, turning it off improves runtime performance.
16include_powerstate=yes
17
18# Control grouping with the following boolean flags. Valid values: yes, no, true, false, True, False, 0, 1.
19group_by_resource_group=yes
20group_by_location=yes
21group_by_security_group=yes
22group_by_os_family=yes
23group_by_tag=yes
24