You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/concept-snapshots.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Snapshots in Azure App Configuration (preview)
2
+
title: Snapshots in Azure App Configuration
3
3
description: Details of Snapshots in Azure App Configuration
4
4
author: Muksvso
5
5
ms.author: mubatra
6
6
ms.service: azure-app-configuration
7
7
ms.topic: conceptual
8
-
ms.date: 05/16/2023
8
+
ms.date: 11/15/2023
9
9
---
10
10
11
-
# Snapshots (preview)
11
+
# Snapshots
12
12
13
13
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.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-create-snapshots.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: How to manage and use snapshots (preview) in Azure App Configuration
2
+
title: How to manage and use snapshots in Azure App Configuration
3
3
description: How to manage and use snapshots in an Azure App Configuration store.
4
4
author: Muksvso
5
5
ms.author: mubatra
6
6
ms.service: azure-app-configuration
7
7
ms.topic: how-to
8
-
ms.date: 09/28/2023
8
+
ms.date: 11/15/2023
9
9
---
10
10
11
-
# Manage and use snapshots (preview)
11
+
# Manage and use snapshots
12
12
13
13
In this article, learn how to create, use and manage snapshots in Azure App Configuration. Snapshot is a set of App Configuration settings stored in an immutable state.
14
14
@@ -39,7 +39,7 @@ In your App Configuration store, go to **Operations** > **Configuration explorer
39
39
40
40
As a temporary workaround, you can switch to using Access keys authentication from either the Configuration explorer or the Feature manager blades. You should then see the Snapshot blade displayed properly, assuming you have permission for the access keys.
41
41
42
-
Under **Operations** > **Snapshots (preview)**, select **Create a new snapshot**.
42
+
Under **Operations** > **Snapshots**, select **Create a new snapshot**.
43
43
44
44
1. Enter a **snapshot name** and optionally also add **Tags**.
45
45
1. Under **Choose the composition type**, keep the default value **Key (default)**.
@@ -81,7 +81,7 @@ Under **Operations** > **Snapshots (preview)**, select **Create a new snapshot**
81
81
82
82
To create sample snapshots and check how the snapshots feature work, use the snapshot sandbox. This sandbox contains sample data you can play with to better understand how snapshot's composition type and filters work.
83
83
84
-
1. In **Operations** > **Snapshots (preview)** > **Active snapshots**, select **Test in sandbox**.
84
+
1. In **Operations** > **Snapshots** > **Active snapshots**, select **Test in sandbox**.
85
85
1. Review the sample data and practice creating snapshots by filling out the form with a composition type and one or more filters.
86
86
1. Select **Create** to generate the sample snapshot.
87
87
1. Check out the snapshot result generated under **Generated sample snapshot**. The sample snapshot displays all keys that are included in the sample snapshot, according to your selection.
@@ -149,7 +149,7 @@ spring:
149
149
150
150
## Manage active snapshots
151
151
152
-
The page under **Operations** > **Snapshots (preview)** displays two tabs: **Active snapshots** and **Archived snapshots**. Select **Active snapshots** to view the list of all active snapshots in an App Configuration store.
152
+
The page under **Operations** > **Snapshots** displays two tabs: **Active snapshots** and **Archived snapshots**. Select **Active snapshots** to view the list of all active snapshots in an App Configuration store.
153
153
154
154
:::image type="content" source="./media/howto-create-snapshots/snapshots-view-list.png" alt-text="Screenshot of the list of active snapshots.":::
155
155
@@ -167,7 +167,7 @@ In the **Active snapshots** tab, select the ellipsis **...** on the right of an
167
167
168
168
## Manage archived snapshots
169
169
170
-
Go to **Operations** > **Snapshots (preview)** > **Archived snapshots** to view the list of all archived snapshots in an App Configuration store. Archived snapshots remain accessible for the retention period that was selected during their creation.
170
+
Go to **Operations** > **Snapshots** > **Archived snapshots** to view the list of all archived snapshots in an App Configuration store. Archived snapshots remain accessible for the retention period that was selected during their creation.
171
171
172
172
:::image type="content" source="./media/howto-create-snapshots/archived-snapshots.png" alt-text="Screenshot of the list of archived snapshots.":::
173
173
@@ -179,7 +179,7 @@ Detailed view of snapshot is available in the archive state as well. In the **Ar
179
179
180
180
### Recover an archived snapshot
181
181
182
-
In the **Archived snapshots** tab, select the ellipsis **...** on the right of an archived snapshot and select **Recover** to recover a snapshot. Confirm App Configuration snapshot recovery by selecting **Yes** or cancel with **No**. Once a snapshot has been recovered, a notification appears to confirm the operation and the list of archived snapshots is updated.
182
+
In the **Archived snapshots** tab, select the ellipsis **...** on the right of an archived snapshot and select **Recover** to recover a snapshot. Once a snapshot has been recovered, a notification appears to confirm the operation and the list of archived snapshots is updated.
183
183
184
184
:::image type="content" source="./media/howto-create-snapshots/recover-snapshots.png" alt-text="Screenshot of the recover option in the archived snapshots.":::
0 commit comments