Skip to content

Commit 10cdcd2

Browse files
committed
update
1 parent 0e9a69c commit 10cdcd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ Restore for any label starting with v1. to a specific point in time.
7171
az appconfig kv restore --name <app-config-store-name> --label v1.* --datetime "2019-05-01T11:24:12Z"
7272
```
7373

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).
7575

7676
---
7777

7878
## Access the history of a key-value pair
7979

80-
### [Portal](#tab/history-azure-portal)
80+
### [Portal](#tab/azure-portal)
8181

8282
You can also access the revision history of a specific key-value pair in the portal.
8383

@@ -94,7 +94,7 @@ You can also access the revision history of a specific key-value pair in the por
9494
> [!TIP]
9595
> 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.
9696
97-
### [Azure CLI](#tab/history-azure-cli)
97+
### [Azure CLI](#tab/azure-cli)
9898

9999
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).
100100

@@ -130,7 +130,7 @@ Retrieve the last 10 recorded changes for the key `color` at a specific point-in
130130
az appconfig revision list --name <app-config-store-name> --key color --top 10 --datetime "2019-05-01T11:24:12Z"
131131
```
132132

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).
134134

135135
---
136136

0 commit comments

Comments
 (0)