Skip to content

Commit c96a01b

Browse files
committed
Add video link.
1 parent d1743b3 commit c96a01b

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) which highlights three reasons that snapshots are an important tool in App Configuration.
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)