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-point-time-snapshot.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,26 @@ You can use the Azure portal or the Azure CLI to retrieve past key-value pairs.
22
22
23
23
1. Sign in to the [Azure portal](https://portal.azure.com). Select **All resources**, and select the App Configuration store instance where your key-value pairs are stored.
24
24
25
-
2. In the **Operations** menu, select **Restore**.
25
+
1. In the **Operations** menu, select **Restore**.
26
26
:::image type="content" source="media/restore-key-value-portal.png" alt-text="Screenshot of the Azure portal, selecting restore":::
27
27
28
-
3. Select **Date: Select date** to select a date and time you want to explore.
29
-
4. Click outside of the date and time fields or press **Tab** to validate your choice. You can now access all the key-value pairs that existed at the selected date, and see how they differ from current keys and values.
28
+
1. Select **Date: Select date** to select a date and time you want to explore.
29
+
1. Click outside of the date and time fields or press **Tab** to validate your choice. You can now access all the key-value pairs that existed at the selected date, and see how they differ from current keys and values.
30
30
:::image type="content" source="media/restore-key-value-past-values.png" alt-text="Screenshot of the Azure portal with saved key-value pairs":::
31
31
32
32
The portal displays a table of key-value pairs. The first column includes symbols indicating what will happen if you restore the data for the chosen date and time:
33
33
- The red minus sign (–) means that the key-value pair doesn't exist at that point in time and will be deleted.
34
34
- The green plus sign (+) means that the key-value pair existed then and will be added.
35
35
- The orange bullet sign (•) means that the value was modified since.
36
36
37
-
5. Check a box on a line to display the difference between the current and compared key-value pairs and select it for restoring.
37
+
1. Check a box on a line to display the difference between the current and compared key-value pairs and select it for restoring.
38
38
:::image type="content" source="media/restore-key-value-compare.png" alt-text="Screenshot of the Azure portal with compared keys-value pairs":::
39
39
40
40
In the above example, the preview shows the key TestApp:Settings:BackgroundColor, which currently has a value of #45288E. This value will be modified to #FFF if we go through with restoring the data.
41
41
42
42
You can select one or more checkboxes in the table to take action on the key-value pairs of your choice. You can also select all the checkboxes at the same time to revert all keys-value pairs to a date and time in the past.
43
43
44
-
6. Select **Restore**.
44
+
1. Select **Restore**.
45
45
:::image type="content" source="media/restore-key-value-confirm.png" alt-text="Screenshot of the Azure portal selecting Restore":::
0 commit comments