Azure / Azure/AppConfiguration
Allow querying tag in listKeyValues
Open
enhancement
service
- Dominant language
- No language data
- Stars
- 263
- Forks
- 82
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 6
Description
In situations where startup times are imperitive then it would be good to be able pre filter the list of returned values based upon tag. We can use listKeyValues api call to get the key and and value in one api call (only having to do key vault queries afterwards) but for a large key store paging would come into play. As an example I would like to tag keys with "RabbitMq" and "MainSqlDatabase" then I can fetch only the relevant keys
listKeyValues?tags=RabbitMq,MainSqlDatabase
Or perhaps settings relevant to the application
listKeyValues?tags=ApplicationX
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.