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
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).
28
28
29
29
## Sample script
30
30
@@ -75,13 +75,13 @@ az appconfig kv list --name $appConfigName
75
75
76
76
## Script explanation
77
77
78
-
This tables lists the commands used in our sample script.
78
+
This table lists the commands used in our sample script.
79
79
80
80
| Command | Notes |
81
81
|---|---|
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. |
0 commit comments