Skip to content

Commit 7e6b5a1

Browse files
committed
Cleaning up some language
1 parent 898c43b commit 7e6b5a1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ ms.author: lcozzens
1414

1515
# Work with key-values in an Azure App Configuration store
1616

17-
This sample script creates a new key-value in an Azure App Configuration store, lists all existing key-values, updates the value of the newly created key, and lastly deletes it.
17+
This sample script shows how to:
18+
* Create a new key-value pair
19+
* List all existing key-value pairs
20+
* Update the value of a newly created key
21+
* Delete the new key-value pair
1822

1923
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2024

2125
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2226

23-
If you choose to install and use the CLI locally, this article requires that you are running the 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).
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.
2428

2529
## Sample script
2630

@@ -71,7 +75,7 @@ az appconfig kv list --name $appConfigName
7175

7276
## Script explanation
7377

74-
This script uses the following commands to operate on key-values in an App Configuration store. Each command in the table links to command specific documentation.
78+
This tables lists the commands used in our sample script.
7579

7680
| Command | Notes |
7781
|---|---|

0 commit comments

Comments
 (0)