Skip to content

Commit 0e9a69c

Browse files
committed
fix tabs
1 parent 125d78c commit 0e9a69c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/azure-app-configuration/concept-point-time-snapshot.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ You can use the Azure portal or the Azure CLI to retrieve past key-value pairs.
2222

2323
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.
2424

25-
2. In the **Operations** menu, select **Restore**.
25+
1. In the **Operations** menu, select **Restore**.
2626
:::image type="content" source="media/restore-key-value-portal.png" alt-text="Screenshot of the Azure portal, selecting restore":::
2727

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.
3030
:::image type="content" source="media/restore-key-value-past-values.png" alt-text="Screenshot of the Azure portal with saved key-value pairs":::
3131

3232
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:
3333
- The red minus sign (–) means that the key-value pair doesn't exist at that point in time and will be deleted.
3434
- The green plus sign (+) means that the key-value pair existed then and will be added.
3535
- The orange bullet sign (•) means that the value was modified since.
3636

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.
3838
:::image type="content" source="media/restore-key-value-compare.png" alt-text="Screenshot of the Azure portal with compared keys-value pairs":::
3939

4040
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.
4141

4242
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.
4343

44-
6. Select **Restore**.
44+
1. Select **Restore**.
4545
:::image type="content" source="media/restore-key-value-confirm.png" alt-text="Screenshot of the Azure portal selecting Restore":::
4646

4747
### [Azure CLI](#tab/azure-cli)
@@ -73,6 +73,8 @@ az appconfig kv restore --name <app-config-store-name> --label v1.* --datetime "
7373

7474
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/kv?view=azure-cli-latest).
7575

76+
---
77+
7678
## Access the history of a key-value pair
7779

7880
### [Portal](#tab/history-azure-portal)
@@ -130,6 +132,8 @@ az appconfig revision list --name <app-config-store-name> --key color --top 10 -
130132

131133
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/revision?view=azure-cli-latest).
132134

135+
---
136+
133137
## Next steps
134138

135139
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)