Skip to content

Commit 5925073

Browse files
committed
more acrolinx changes
1 parent 7e6b5a1 commit 5925073

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/scripts/cli-work-with-keys.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This sample script shows how to:
2424

2525
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2626

27-
This article requires Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). The Azure Cloud Shell provides the latest version of the Azure CLI.
27+
This article requires Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
2828

2929
## Sample script
3030

@@ -75,13 +75,13 @@ az appconfig kv list --name $appConfigName
7575

7676
## Script explanation
7777

78-
This tables lists the commands used in our sample script.
78+
This table lists the commands used in our sample script.
7979

8080
| Command | Notes |
8181
|---|---|
82-
| [az appconfig kv set](/cli/azure/appconfig/kv#az-appconfig-kv-set) | Creates or updates a key-value. |
83-
| [az appconfig kv list](/cli/azure/appconfig/kv#az-appconfig-kv-list) | Lists key-values in an App Configuration store. |
84-
| [az appconfig kv delete](/cli/azure/appconfig/kv#az-appconfig-kv-delete) | Deletes a key-value. |
82+
| [az appconfig kv set](/cli/azure/appconfig/kv#az-appconfig-kv-set) | Create or update a key-value pair. |
83+
| [az appconfig kv list](/cli/azure/appconfig/kv#az-appconfig-kv-list) | List key-value pairs in an App Configuration store. |
84+
| [az appconfig kv delete](/cli/azure/appconfig/kv#az-appconfig-kv-delete) | Delete a key-value pair. |
8585

8686
## Next steps
8787

0 commit comments

Comments
 (0)