Skip to content

Commit

Permalink
docs: Provide more flexibility for filtering tags in resource discove…
Browse files Browse the repository at this point in the history
…ry (#1797)

Co-authored-by: Tom Kerkhove <[email protected]>
  • Loading branch information
axonlmai and tomkerkhove authored Oct 13, 2021
1 parent 5b3c4b5 commit b1b882b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog/content/experimental/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ None.

#### Resource Discovery

None.
- {{% tag changed %}} Provide more flexibility for filtering tags in resource discovery ([docs](https://docs.promitor.io/configuration/v2.x/resource-discovery#criteria)
| [#1793](https://github.com/tomkerkhove/promitor/issues/1793)
| Contributed by [@locmai](https://github.com/locmai) 🎉).
4 changes: 2 additions & 2 deletions docs/configuration/v2.x/resource-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resourceDiscoveryGroups:
- promitor-resource-group-1
- promitor-resource-group-2
tags:
app: promitor
app: promitor-1|promitor-2
region: europe
regions:
- northeurope
Expand Down Expand Up @@ -80,7 +80,7 @@ As of now, we only allow to define criteria that resources have to meet before t
- `subscriptions` - A list of subscription(s) in which the resource is allowed to be located.
- `resourceGroups` - A list of resource group(s) in which the resource is allowed to be located.
- `tags` - A list of [Azure tags](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources)
and the expected values with which the resources have to be annotated. (Uses `or`)
and the expected values (exact or regular expression) with which the resources have to be annotated. (Uses `or`)
- `regions` - A list of Azure region(s) in which the resource is allowed to be located.

## Supported Azure Services
Expand Down

0 comments on commit b1b882b

Please sign in to comment.