Skip to content

Commit c36b3e3

Browse files
authored
Merge pull request #115456 from jimmyca15/user/jimmyca/snapshotVideo
Add link to snapshot reasons video.
2 parents a54ef8d + c53a991 commit c36b3e3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,7 @@
315315
href: https://www.youtube.com/watch?v=DJqmA5PcfzE
316316
- name: Rolling out new features
317317
href: /Shows/Azure-Friday/How-Azure-App-Configuration-helps-developers-roll-out-new-features?ocid=AID747781&wt.mc_id=azfr-c9-scottha&wt.mc_id=CFID0553
318+
- name: Three reasons to use configuration snapshots
319+
href: https://aka.ms/appconfig/snapshotVideo
318320
- name: Provide product feedback
319321
href: https://github.com/Azure/AppConfiguration/issues

articles/azure-app-configuration/concept-snapshots.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 05/16/2023
1212

1313
A snapshot is a named, immutable subset of an App Configuration store's key-values. The key-values that make up a snapshot are chosen during creation time through the usage of key and label filters. Once a snapshot is created, the key-values within are guaranteed to remain unchanged.
1414

15+
A brief overview is available in this [video](https://aka.ms/appconfig/snapshotVideo), highlighting three reasons that snapshots can be helpful to you.
16+
1517
## Deploy safely with snapshots
1618

1719
Snapshots are designed to safely deploy configuration changes. Deploying faulty configuration changes into a running environment can cause issues such as service disruption and data loss. In order to avoid such issues, it's important to be able to vet configuration changes before moving into production environments. If such an issue does occur, it's important to be able to roll back any faulty configuration changes in order to restore service. Snapshots are created for managing these scenarios.

0 commit comments

Comments
 (0)