Skip to content

Commit 8710290

Browse files
committed
Updated and TESTED links to Azure CLI docs
1 parent 244f2ce commit 8710290

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/azure-app-configuration/scripts/cli-create-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ This script uses the following commands to create a new resource group and an Ap
6767
| Command | Notes |
6868
|---|---|
6969
| [az group create](/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
70-
| [az appconfig create](/cli/azure/ext/appconfig/appconfig#ext-appconfig-az-appconfig-create) | Creates an App Configuration store resource. |
71-
| [az appconfig credential list](/cli/azure/ext/appconfig/appconfig/credential?view=azure-cli-latest) | List access keys for an App Configuration store. |
70+
| [az appconfig create](/cli/azure/appconfig#az-appconfig-create) | Creates an App Configuration store resource. |
71+
| [az appconfig credential list](/cli/azure/appconfig/credential?view=azure-cli-latest) | List access keys for an App Configuration store. |
7272

7373
## Next steps
7474

articles/azure-app-configuration/scripts/cli-delete-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This script uses the following commands to delete an App Configuration store. Ea
4949

5050
| Command | Notes |
5151
|---|---|
52-
| [az appconfig delete](/cli/azure/ext/appconfig/appconfig#ext-appconfig-az-appconfig-delete) | Deletes an App Configuration store resource. |
52+
| [az appconfig delete](/cli/azure/appconfig#az-appconfig-delete) | Deletes an App Configuration store resource. |
5353

5454
## Next steps
5555

articles/azure-app-configuration/scripts/cli-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This script uses the following commands to export from an App Configuration stor
4949

5050
| Command | Notes |
5151
|---|---|
52-
| [az appconfig kv export](/cli/azure/ext/appconfig/appconfig/kv#ext-appconfig-az-appconfig-kv-export) | Exports from an App Configuration store resource. |
52+
| [az appconfig kv export](/cli/azure/appconfig/kv#az-appconfig-kv-export) | Exports from an App Configuration store resource. |
5353

5454
## Next steps
5555

articles/azure-app-configuration/scripts/cli-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This script uses the following commands to import to an App Configuration store.
4949

5050
| Command | Notes |
5151
|---|---|
52-
| [az appconfig kv import](/cli/azure/ext/appconfig/appconfig/kv#ext-appconfig-az-appconfig-kv-import) | Imports to an App Configuration store resource. |
52+
| [az appconfig kv import](/cli/azure/appconfig/kv#az-appconfig-kv-import) | Imports to an App Configuration store resource. |
5353

5454
## Next steps
5555

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ This script uses the following commands to operate on key-values in an App Confi
8585

8686
| Command | Notes |
8787
|---|---|
88-
| [az appconfig kv set](/cli/azure/ext/appconfig/appconfig/kv#ext-appconfig-az-appconfig-kv-set) | Creates or updates a key-value. |
89-
| [az appconfig kv list](/cli/azure/ext/appconfig/appconfig/kv#ext-appconfig-az-appconfig-kv-list) | Lists key-values in an App Configuration store. |
90-
| [az appconfig kv delete](/cli/azure/ext/appconfig/appconfig/kv#ext-appconfig-az-appconfig-kv-delete) | Deletes a key-value. |
88+
| [az appconfig kv set](/cli/azure/appconfig/kv#az-appconfig-kv-set) | Creates or updates a key-value. |
89+
| [az appconfig kv list](/cli/azure/appconfig/kv#az-appconfig-kv-list) | Lists key-values in an App Configuration store. |
90+
| [az appconfig kv delete](/cli/azure/appconfig/kv#az-appconfig-kv-delete) | Deletes a key-value. |
9191

9292
## Next steps
9393

0 commit comments

Comments
 (0)