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/spring-apps/enterprise/how-to-enterprise-application-configuration-service.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ az spring application-configuration-service delete \
375
375
376
376
---
377
377
378
-
## Check configuration file in the ConfigMap
378
+
## Examine configuration file in ConfigMap
379
379
380
380
The following section shows you how to check the content of configuration file pulled by Application Configuration Service from upstream Git repositories.
381
381
@@ -417,7 +417,7 @@ Use the following command to assign an Azure role:
417
417
418
418
---
419
419
420
-
### Check configuration file in the ConfigMap with Azure CLI
420
+
### Examine configuration file in ConfigMap with Azure CLI
421
421
422
422
Use the following command to view the content of configuration file by [Pattern](#pattern):
423
423
@@ -548,7 +548,7 @@ If the latest changes aren't reflected in the applications, check the following
548
548
- Confirm that the branch of the desired config file changes is updated.
549
549
- Confirm that the pattern configured in the Application Configuration Service matches the updated config files.
550
550
- Confirm that the application is bound to the Application Configuration Service.
551
-
- Confirm that the `ConfigMap` containing the configuration file for the [Pattern](#pattern) used by the application is updated according to [Check configuration file in the ConfigMap](#check-configuration-file-in-the-configmap) section. If it isn't updated, raise a ticket.
551
+
- Confirm that the `ConfigMap` containing the configuration file for the [Pattern](#pattern) used by the application is updated according to [Examine configuration file in ConfigMap](#check-configuration-file-in-the-configmap) section. If it isn't updated, raise a ticket.
552
552
- Confirm that the `ConfigMap` is mounted to the application as a file according to [Check configuration file in the container](#check-configuration-file-in-the-container) section. If the file isn't updated, wait for the Kubernetes refresh interval (1 minute), or force a refresh by restarting the application.
553
553
554
554
After checking these items, the applications should be able to read the updated configurations. If the applications still aren't updated, raise a ticket.
0 commit comments