Skip to content

Commit 3ea2ddf

Browse files
Correct the numeric
1 parent 3d8b9d5 commit 3ea2ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Now that you have an application running in AKS, you'll deploy the App Configura
237237
> - The ConfigMap will be deleted if the App Configuration Kubernetes Provider is uninstalled.
238238
> - The provider doesn't update a preexisting ConfigMap that is not created by the provider.
239239
240-
2. Update the *deployment.yaml* file in the *Deployment* directory to use the ConfigMap `configmap-created-by-appconfig-provider` for environment variable.
240+
1. Update the *deployment.yaml* file in the *Deployment* directory to use the ConfigMap `configmap-created-by-appconfig-provider` for environment variable.
241241
242242
Replace the `env` section
243243
```yaml
@@ -254,13 +254,13 @@ Now that you have an application running in AKS, you'll deploy the App Configura
254254
name: configmap-created-by-appconfig-provider
255255
```
256256
257-
3. Run the following command to deploy the changes. Replace the namespace if you are using your existing AKS application.
257+
1. Run the following command to deploy the changes. Replace the namespace if you are using your existing AKS application.
258258
259259
```console
260260
kubectl apply -f ./Deployment -n appconfig-demo
261261
```
262262
263-
4. Refresh the browser. The page shows updated content.
263+
1. Refresh the browser. The page shows updated content.
264264
265265
![Kubernetes Provider after using configMap](./media/quickstarts/kubernetes-provider-app-launch-after.png)
266266

0 commit comments

Comments
 (0)