Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk edit/creation for multiple keys/labels at once in Portal #673

Open
maxkoshevoi opened this issue Aug 10, 2022 · 2 comments
Open

Bulk edit/creation for multiple keys/labels at once in Portal #673

maxkoshevoi opened this issue Aug 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request portal Issues relating to the AppConfig portal.

Comments

@maxkoshevoi
Copy link

Create from existing is great, but it only works for one label at a time.
Could you please enable it to work with all labels added for a single key at once?

Intended use is as in #474 - to rename the key.

@drago-draganov drago-draganov added enhancement New feature or request portal Issues relating to the AppConfig portal. labels Aug 11, 2022
@zhenlan
Copy link
Contributor

zhenlan commented Aug 12, 2022

@maxkoshevoi thanks for the suggestion. We are looking into some bulk editing/creation functionalities for the portal.

@zhenlan zhenlan assigned zhenlan and MaryanneNjeri and unassigned zhenlan Aug 12, 2022
@zhenlan zhenlan changed the title Create from existing for multiple labels at once Bulk edit/creation for multiple keys/labels at once in Portal Aug 12, 2022
@zhenlan zhenlan moved this from Planned to In progress in Azure App Configuration Roadmap Oct 11, 2022
@jimmyca15
Copy link
Member

jimmyca15 commented Jul 31, 2023

As Zhenlan mentioned, we are looking into supporting this in the Portal. In the meantime wanted an alternative method that may even be desirable.


Not quite what you're looking for, but wanted to mention it in case it helps.

You can have a bulk edit/create workflow with Azure CLI's support for "default" file content profile. See here.

Essentially the workflow would be these steps

  1. Export desired key-values (filtering by key/key-prefix/label supported). These can be thought of as your source for bulk updates
az appconfig kv export --profile appconfig/kvset --label * --name <your store name> --destination file --path appconfigdata.json --format json 
  1. Make the desired changes to the key-values persisted in the file.
  2. Import the settings back to Azure App Configuration to either modify existing key-values, or create new ones.
az appconfig kv import --profile appconfig/kvset --name <your store name> --source file --path appconfigdata.json --format json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request portal Issues relating to the AppConfig portal.
Development

No branches or pull requests

6 participants