Skip to content

[App Configuration] Add Key-value snapshots feature #4055

@ShivangiReja

Description

@ShivangiReja

Key-value snapshots allow developers to create a point-in-time snapshot of their configuration store. These snapshots are immutable. They can be deleted, but will have soft-delete enforced. During creation, developers can add filters to their snapshots to filter what key-values get put inside. This allows developers to create immutable, composed views of their configuration store that they can release with their application.

Snapshots can be referenced inside of an application by snapshot name, offloading complex client configuration queries in application configuration. Due to their immutable nature, developers can confidently rollback to a last-known-good configuration in the event of an issue with newer configuration.

This feature will be available in 2022-11-01-preview API version.

[Microsoft Internal] Here is the PR for this feature - https://github.com/Azure/azure-rest-api-specs-pr/pull/8095

Metadata

Metadata

Assignees

No one assigned

    Labels

    App ConfigurationAzure.ApplicationModel.ConfigurationClientThis issue points to a problem in the data-plane of the library.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions