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/quickstart-azure-kubernetes-service.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,11 +227,11 @@ Add following key-values to the App Configuration store and leave **Label** and
227
227
228
228
### Set up the App Configuration Kubernetes Provider
229
229
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.
231
231
232
232
#### [AKS extension](#tab/extension)
233
233
234
-
Install the k8s-extensionAzure CLI extension by running the following commands:
234
+
Install the `k8s-extension` to your Azure CLI extensions:
235
235
236
236
```azurecli
237
237
az extension add --name k8s-extension
@@ -243,7 +243,7 @@ Add following key-values to the App Configuration store and leave **Label** and
243
243
az provider register --namespace Microsoft.KubernetesConfiguration
244
244
```
245
245
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:
247
247
248
248
```azurecli
249
249
az k8s-extension create --cluster-type managedClusters \
@@ -253,11 +253,11 @@ Add following key-values to the App Configuration store and leave **Label** and
253
253
--extension-type Microsoft.AppConfiguration
254
254
```
255
255
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).
257
257
258
258
#### [Helm chart](#tab/helm)
259
259
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:
261
261
262
262
```azurecli
263
263
az aks get-credentials --name <your-aks-instance-name> --resource-group <your-aks-resource-group>
0 commit comments