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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,13 @@ Restore for any label starting with v1. to a specific point in time.
71
71
az appconfig kv restore --name <app-config-store-name> --label v1.* --datetime "2019-05-01T11:24:12Z"
72
72
```
73
73
74
-
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/kv?view=azure-cli-latest).
74
+
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/kv).
75
75
76
76
---
77
77
78
78
## Access the history of a key-value pair
79
79
80
-
### [Portal](#tab/history-azure-portal)
80
+
### [Portal](#tab/azure-portal)
81
81
82
82
You can also access the revision history of a specific key-value pair in the portal.
83
83
@@ -94,7 +94,7 @@ You can also access the revision history of a specific key-value pair in the por
94
94
> [!TIP]
95
95
> This method is convenient if you have no more than a couple of changes to make, as Configuration explorer only lets you make changes key by key. If you need to restore multiple key-value pairs at once, use the **Restore** menu instead.
96
96
97
-
### [Azure CLI](#tab/history-azure-cli)
97
+
### [Azure CLI](#tab/azure-cli)
98
98
99
99
Use the Azure CLI as explained below to retrieve and restore a single key-value pair. If you don't have the Azure CLI installed locally, you can optionally use [Azure Cloud Shell](../cloud-shell/overview.md).
100
100
@@ -130,7 +130,7 @@ Retrieve the last 10 recorded changes for the key `color` at a specific point-in
130
130
az appconfig revision list --name <app-config-store-name> --key color --top 10 --datetime "2019-05-01T11:24:12Z"
131
131
```
132
132
133
-
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/revision?view=azure-cli-latest).
133
+
For more more examples and optional parameters, go to the [Azure CLI documentation](/cli/azure/appconfig/revision).
0 commit comments