Skip to content

Commit 1c7f4bf

Browse files
committed
Removing references to installing extension
1 parent dcc1497 commit 1c7f4bf

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This sample script creates a new instance of Azure App Configuration in a new re
2121

2222
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).
2323

24-
You need to install the Azure App Configuration CLI extension first by executing the following command:
25-
26-
az extension add -n appconfig
27-
2824
## Sample script
2925

3026
```azurecli-interactive

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This sample script deletes an instance of Azure App Configuration.
2828

2929
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).
3030

31-
You need to install the Azure App Configuration CLI extension first by executing the following command:
32-
33-
az extension add -n appconfig
34-
3531
## Sample script
3632

3733
```azurecli-interactive

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This sample script exports key-values from an Azure App Configuration store.
2828

2929
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).
3030

31-
You need to install the Azure App Configuration CLI extension first by executing the following command:
32-
33-
az extension add -n appconfig
34-
3531
## Sample script
3632

3733
```azurecli-interactive

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This sample script imports key-value settings to an Azure App Configuration stor
2828

2929
If you choose to install and use the Azure CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. To install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
3030

31-
You need to install the Azure App Configuration CLI extension first by executing the following command:
32-
33-
az extension add -n appconfig
34-
3531
## Sample script
3632

3733
```azurecli-interactive

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This sample script creates a new key-value in an Azure App Configuration store,
2828

2929
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).
3030

31-
You need to install the Azure App Configuration CLI extension first by executing the following command:
32-
33-
az extension add -n appconfig
34-
3531
## Sample script
3632

3733
```azurecli-interactive

0 commit comments

Comments
 (0)