Azure / Azure/AppConfiguration

Allow querying tag in listKeyValues

Open
#499 8 comments 1 reaction 1 assignee Claimed by @drago-draganov View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.