Skip to content

Commit 38a4f87

Browse files
authored
Merge pull request #258573 from maud-lv/ml-snapshotsga
Update snapshot docs for GA
2 parents 4c8543b + 60d118f commit 38a4f87

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Snapshots in Azure App Configuration (preview)
2+
title: Snapshots in Azure App Configuration
33
description: Details of Snapshots in Azure App Configuration
44
author: Muksvso
55
ms.author: mubatra
66
ms.service: azure-app-configuration
77
ms.topic: conceptual
8-
ms.date: 05/16/2023
8+
ms.date: 11/15/2023
99
---
1010

11-
# Snapshots (preview)
11+
# Snapshots
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

articles/azure-app-configuration/howto-create-snapshots.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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
33
description: How to manage and use snapshots in an Azure App Configuration store.
44
author: Muksvso
55
ms.author: mubatra
66
ms.service: azure-app-configuration
77
ms.topic: how-to
8-
ms.date: 09/28/2023
8+
ms.date: 11/15/2023
99
---
1010

11-
# Manage and use snapshots (preview)
11+
# Manage and use snapshots
1212

1313
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.
1414

@@ -39,7 +39,7 @@ In your App Configuration store, go to **Operations** > **Configuration explorer
3939
4040
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.
4141

42-
Under **Operations** > **Snapshots (preview)**, select **Create a new snapshot**.
42+
Under **Operations** > **Snapshots**, select **Create a new snapshot**.
4343

4444
1. Enter a **snapshot name** and optionally also add **Tags**.
4545
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**
8181

8282
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.
8383

84-
1. In **Operations** > **Snapshots (preview)** > **Active snapshots**, select **Test in sandbox**.
84+
1. In **Operations** > **Snapshots** > **Active snapshots**, select **Test in sandbox**.
8585
1. Review the sample data and practice creating snapshots by filling out the form with a composition type and one or more filters.
8686
1. Select **Create** to generate the sample snapshot.
8787
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:
149149

150150
## Manage active snapshots
151151

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.
153153

154154
:::image type="content" source="./media/howto-create-snapshots/snapshots-view-list.png" alt-text="Screenshot of the list of active snapshots.":::
155155

@@ -167,7 +167,7 @@ In the **Active snapshots** tab, select the ellipsis **...** on the right of an
167167

168168
## Manage archived snapshots
169169

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.
171171

172172
:::image type="content" source="./media/howto-create-snapshots/archived-snapshots.png" alt-text="Screenshot of the list of archived snapshots.":::
173173

@@ -179,7 +179,7 @@ Detailed view of snapshot is available in the archive state as well. In the **Ar
179179

180180
### Recover an archived snapshot
181181

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.
183183

184184
:::image type="content" source="./media/howto-create-snapshots/recover-snapshots.png" alt-text="Screenshot of the recover option in the archived snapshots.":::
185185

-30.6 KB
Loading
-57.9 KB
Loading
-112 KB
Loading
-143 KB
Loading
-14.3 KB
Loading
6.55 KB
Loading
-125 KB
Loading

articles/azure-app-configuration/rest-api-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: reference
88
ms.date: 03/21/2023
99
---
1010

11-
# Snapshots
11+
# Snapshot
1212

1313
A snapshot is a resource identified uniquely by its name. See details for each operation.
1414

@@ -551,4 +551,4 @@ Use the optional `$select` query string parameter and provide a comma-separated
551551

552552
```http
553553
GET /kv?snapshot={name}&$select=key,value&api-version={api-version} HTTP/1.1
554-
```
554+
```

0 commit comments

Comments
 (0)