Skip to content

Commit cadd5f0

Browse files
Update
1 parent 6ee5e0b commit cadd5f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ Add following key-values to the App Configuration store and leave **Label** and
227227
228228
### Set up the App Configuration Kubernetes Provider
229229
230-
1. Install Azure App Configuration Kubernetes Provider to your AKS cluster:
230+
1. Install the Azure App Configuration Kubernetes Provider on your AKS cluster. You can do this either as an AKS extension or by using a Helm chart. The AKS extension allows for seamless installation and management via the Azure CLI, ARM templates, or Bicep templates. Additionally, using the AKS extension facilitates automatic minor and patch version updates, ensuring your system remains up-to-date.
231231
232232
#### [AKS extension](#tab/extension)
233233
234-
Install the k8s-extension Azure CLI extension by running the following commands:
234+
Install the `k8s-extension` to your Azure CLI extensions:
235235
236236
```azurecli
237237
az extension add --name k8s-extension
@@ -243,7 +243,7 @@ Add following key-values to the App Configuration store and leave **Label** and
243243
az provider register --namespace Microsoft.KubernetesConfiguration
244244
```
245245
246-
Install the latest version of Azure App Configuration Kubernetes Provider via the Azure App Configuration extension. Replace the value of the `cluster-name` and `resource-group` parameters with your AKS instance:
246+
Install the AKS extension for App Configuration. Replace the `cluster-name` and `resource-group` parameter values with those of your AKS instance:
247247
248248
```azurecli
249249
az k8s-extension create --cluster-type managedClusters \
@@ -253,11 +253,11 @@ Add following key-values to the App Configuration store and leave **Label** and
253253
--extension-type Microsoft.AppConfiguration
254254
```
255255
256-
For more information or detailed installation instructions of Azure App Configuration AKS extension, please refer to the [Azure App Configuration extension for Azure Kubernetes Service](/azure/aks/azure-app-configuration).
256+
For more information see [Install Azure App Configuration AKS extension](/azure/aks/azure-app-configuration).
257257
258258
#### [Helm chart](#tab/helm)
259259
260-
Run the following command to get access credentials for your AKS cluster. Replace the value of the `name` and `resource-group` parameters with your AKS instance:
260+
Run the following command to obtain access credentials for your AKS cluster. Replace the `name` and `resource-group` parameter values with those of your AKS instance:
261261
262262
```azurecli
263263
az aks get-credentials --name <your-aks-instance-name> --resource-group <your-aks-resource-group>

0 commit comments

Comments
 (0)