Skip to content

Commit 38ffd3e

Browse files
authored
Add Evaluation mode examples
I would like to get even more explicit here as this is not the easiest concept. What does it mean to support tags to anyone? Can we say that it's those resources that can't be found through search, or those that don't have their own blade, or do you have any better idea? Just more examples would help as well, I think.
1 parent 7fd34ed commit 38ffd3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ are:
7474
- `all`: evaluate resource groups and all resource types
7575
- `indexed`: only evaluate resource types that support tags and location
7676

77+
For example, resource `Microsoft.Network/routeTables` supports tags and location and would be evaluated in both modes.
78+
However, resource `Microsoft.Network/routeTables/routes` cannot be tagged, and would not be evaluated in `Indexed` mode.
79+
7780
We recommend that you set **mode** to `all` in most cases. All policy definitions created through
7881
the portal use the `all` mode. If you use PowerShell or Azure CLI, you can specify the **mode**
7982
parameter manually. If the policy definition doesn't include a **mode** value, it defaults to `all`

0 commit comments

Comments
 (0)