Skip to content

Commit 091bc44

Browse files
committed
Check configuration -> Examine configuration
1 parent 249c561 commit 091bc44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/enterprise/how-to-enterprise-application-configuration-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ az spring application-configuration-service delete \
375375

376376
---
377377

378-
## Check configuration file in the ConfigMap
378+
## Examine configuration file in ConfigMap
379379

380380
The following section shows you how to check the content of configuration file pulled by Application Configuration Service from upstream Git repositories.
381381

@@ -417,7 +417,7 @@ Use the following command to assign an Azure role:
417417

418418
---
419419

420-
### Check configuration file in the ConfigMap with Azure CLI
420+
### Examine configuration file in ConfigMap with Azure CLI
421421

422422
Use the following command to view the content of configuration file by [Pattern](#pattern):
423423

@@ -548,7 +548,7 @@ If the latest changes aren't reflected in the applications, check the following
548548
- Confirm that the branch of the desired config file changes is updated.
549549
- Confirm that the pattern configured in the Application Configuration Service matches the updated config files.
550550
- 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.
552552
- 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.
553553
554554
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

Comments
 (0)