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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/scripts/cli-create-service.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ This script uses the following commands to create a new resource group and an Ap
67
67
| Command | Notes |
68
68
|---|---|
69
69
|[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. |
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/scripts/cli-export.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This script uses the following commands to export from an App Configuration stor
49
49
50
50
| Command | Notes |
51
51
|---|---|
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. |
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/scripts/cli-import.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This script uses the following commands to import to an App Configuration store.
49
49
50
50
| Command | Notes |
51
51
|---|---|
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. |
0 commit comments