Skip to content

Commit d620b9d

Browse files
committed
Fixing link
1 parent 8ee844a commit d620b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure App Configuration maintains a record of changes made to key-value pairs. T
1818

1919
You can use Azure PowerShell to retrieve past key values. Use `az appconfig revision list`, adding appropriate parameters to retrieve the required values. Specify the Azure App Configuration instance by providing either the store name (`--name {app-config-store-name}`) or by using a connection string (`--connection-string {your-connection-string}`). Restrict the output by specifying a specific point in time (`--datetime`) and by specifying the maximum number of items to return (`--top`).
2020

21-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
21+
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2222

2323
Retrieve all recorded changes to your key-values.
2424

0 commit comments

Comments
 (0)