Skip to content

Commit 9482761

Browse files
author
Mukta Batra
committed
Content team's review comments
1 parent 6efe698 commit 9482761

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,29 @@ As snapshots are immutable entities, snapshots can only be created and archived.
4040

4141
* **Archive snapshot**: Archiving a snapshot puts it in an archived state. While a snapshot is archived, it's still fully functional. When the snapshot is archived, an expiration time is set based on the retention period configured during the snapshot's creation. If the snapshot remains in the archived state up until the expiration time, then it automatically disappears from the system when the expiration time passes. Archival is used for phasing out snapshots that are no longer in use.
4242

43-
* **Recover snapshot**: Recover snapshot resets a snapshot back to the active state. At this point, the snapshot is no longer subject to expiration based on its configured retention period. Recovery is only possible in the retention period after archival.
43+
* **Recover snapshot**: Recovering a snapshot puts it back in an active state. At this point, the snapshot is no longer subject to expiration based on its configured retention period. Recovery is only possible in the retention period after archival.
4444

4545
> [!NOTE]
4646
> The retention period can only be set during the creation of a snapshot. The default value for retention period is 30 days for Standard stores and 7 days for Free stores.
4747
4848
## Requirements for snapshot operations
4949

50-
If the store uses Azure Active Directory (Azure AD) for access, check the Azure AD permissions. If the store uses access keys, check the HMAC section.
50+
The following sections detail the permissions required to perform snapshot related operations with Azure AD and HMAC authentication.
5151

5252
### Create a snapshot
5353

5454
To create a snapshot in stores using Azure Active Directory (Azure AD) authentication, the following permissions are required. The App Configuration Data Owner role already has these permissions.
5555
- `Microsoft.AppConfiguration/configurationStores/keyvalues/read`
5656
- `Microsoft.AppConfiguration/configurationStores/snapshots/write`
5757

58-
For stores using HMAC authentication, snapshots can be created with read-write access keys.
58+
To archive and/or recover a snapshot using HMAC authentication, a read-write access key must be used.
5959

6060
### Archive and recover a snapshot
6161

62-
To archive and/or recover a snapshot in stores using Azure AD authentication, the following permission is needed. The App Configuration Data Owner role already has this permission.
62+
To archive and/or recover a snapshot using Azure AD authentication, the following permission is needed. The App Configuration Data Owner role already has this permission.
6363
- `Microsoft.AppConfiguration/configurationStores/snapshots/archive/action`
6464

65-
For stores using HMAC authentication, snapshots can be archived or recovered with read-write access keys.
65+
To archive and/or recover a snapshot using HMAC authentication, a read-write access key must be used.
6666

6767
### Read and list snapshots
6868

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Under **Operations** > **Snapshots (preview)**, select **Create a new snapshot**
6262
- Keys that start with *app1*, with *label2* label
6363
- Keys that start with *app1*, with *label1* label.
6464

65-
:::image type="content" source="./media/create-snapshot.png" alt-text="Screenshot of the Create form with data filled as above steps and Create button highlighted.":::
65+
:::image type="content" source="./media/howto-create-snapshots/create-snapshot.png" alt-text="Screenshot of the Create form with data filled as above steps and Create button highlighted.":::
6666

6767
1. Check the table to understand which key-values from the configuration store end up in the snapshot based on the provided parameters.
6868

@@ -90,37 +90,37 @@ To create sample snapshots and check how the snapshots feature work, use the sna
9090

9191
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.
9292

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

95-
### View existing snapshot
95+
- ### View existing snapshot
9696

9797
In the **Active snapshots** tab, select the ellipsis **...** on the right of an existing snapshot and select **View** to view a snapshot. This action opens a Snapshot details page that displays the snapshot's settings and the key-values included in the snapshot.
9898

99-
:::image type="content" source="./media/snapshot-details-view.png" alt-text="Screenshot of the detailed view of an active snapshot.":::
99+
:::image type="content" source="./media/howto-create-snapshots/snapshot-details-view.png" alt-text="Screenshot of the detailed view of an active snapshot.":::
100100

101-
### Archive a snapshot
101+
- ### Archive a snapshot
102102

103103
In the **Active snapshots** tab, select the ellipsis **...** on the right of an existing snapshot and select **Archive** to archive a snapshot. Confirm archival by selecting **Yes** or cancel with **No**. Once a snapshot has been archived, a notification appears to confirm the operation and the list of active snapshots is updated.
104104

105-
:::image type="content" source="./media/archive-snapshot.png" alt-text="Screenshot of the archive option in the active snapshots.":::
105+
:::image type="content" source="./media/howto-create-snapshots/archive-snapshot.png" alt-text="Screenshot of the archive option in the active snapshots.":::
106106

107107
## Manage archived snapshots
108108

109109
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.
110110

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

113-
### View archived snapshot
113+
- ### View archived snapshot
114114

115115
Detailed view of snapshot is available in the archive state as well. In the **Archived snapshots** tab, select the ellipsis **...** on the right of an existing snapshot and select **View** to view a snapshot. This action opens a Snapshot details page that displays the snapshot's settings and the key-values included in the snapshot.
116116

117-
:::image type="content" source="./media/archived-snapshots-details.png" alt-text="Screenshot of the detailed view of an archived snapshot.":::
117+
:::image type="content" source="./media/howto-create-snapshots/archived-snapshots-details.png" alt-text="Screenshot of the detailed view of an archived snapshot.":::
118118

119-
### Recover an archived snapshot
119+
- ### Recover an archived snapshot
120120

121121
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.
122122

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

125125
## Next steps
126126

articles/azure-app-configuration/media/archive-snapshot.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/archive-snapshot.png

File renamed without changes.

articles/azure-app-configuration/media/archived-snapshots-details.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/archived-snapshots-details.png

File renamed without changes.

articles/azure-app-configuration/media/archived-snapshots.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/archived-snapshots.png

File renamed without changes.

articles/azure-app-configuration/media/create-snapshot.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/create-snapshot.png

File renamed without changes.

articles/azure-app-configuration/media/recover-snapshots.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/recover-snapshots.png

File renamed without changes.

articles/azure-app-configuration/media/snapshot-details-view.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/snapshot-details-view.png

File renamed without changes.

articles/azure-app-configuration/media/snapshots-view-list.png renamed to articles/azure-app-configuration/media/howto-create-snapshots/snapshots-view-list.png

File renamed without changes.

0 commit comments

Comments
 (0)