Skip to content

Commit d14c4c2

Browse files
Word choosing
1 parent 8452d62 commit d14c4c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,10 @@ Now that you have an application running in AKS, you'll deploy the App Configura
234234
> `AzureAppConfigurationProvider` is a declarative API object. It defines the desired state of the ConfigMap created from the data in your App Configuration store with the following behavior:
235235
>
236236
> - The ConfigMap will fail to be created if a ConfigMap with the same name already exists in the same namespace.
237-
> - The ConfigMap will be recreated if it's deleted by any other means.
238-
> - The ConfigMap will be overwritten based on the data in your App Configuration store at the moment if it's modified by any other means.
237+
> - The ConfigMap will be reset base on the present data in your App Configuration store if it's deleted or modified by any other means.
239238
> - The ConfigMap will be deleted if the App Configuration Kubernetes Provider is uninstalled.
240239
241-
1. Update the *deployment.yaml* file in the *Deployment* directory to use the ConfigMap `configmap-created-by-appconfig-provider` for environment variables.
240+
2. Update the *deployment.yaml* file in the *Deployment* directory to use the ConfigMap `configmap-created-by-appconfig-provider` for environment variables.
242241
243242
Replace the `env` section
244243
```yaml
@@ -255,13 +254,13 @@ Now that you have an application running in AKS, you'll deploy the App Configura
255254
name: configmap-created-by-appconfig-provider
256255
```
257256
258-
1. Run the following command to deploy the changes. Replace the namespace if you are using your existing AKS application.
257+
3. Run the following command to deploy the changes. Replace the namespace if you are using your existing AKS application.
259258
260259
```console
261260
kubectl apply -f ./Deployment -n appconfig-demo
262261
```
263262
264-
1. Refresh the browser. The page shows updated content.
263+
4. Refresh the browser. The page shows updated content.
265264
266265
![Kubernetes Provider after using configMap](./media/quickstarts/kubernetes-provider-app-launch-after.png)
267266

0 commit comments

Comments
 (0)