Skip to content

Commit 8b02eb7

Browse files
committed
edits
1 parent 458bd7a commit 8b02eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ az role assignment create \
416416

417417
---
418418

419-
### Examine configuration file with Azure CLI
419+
### Examine configuration file with the Azure CLI
420420

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

@@ -555,16 +555,16 @@ To check the logs of `application-configuration-service` and `flux-source-contro
555555
556556
## Examine Git revisions of the configuration files
557557
558-
You can find the Git revision of the configuration file of the [Pattern](#pattern) in the logs of Application Configuration Service. Following exmaple log indicates the configuration file for `payment/default` pattern is pulled with `example-commit-id` in the `main` branch from `https://github.com/Azure-Samples/acme-fitness-store-config` repository. You can learn how to query logs in the [Check logs](#check-logs) section.
558+
You can find the Git revision of the configuration file of the [Pattern](#pattern) in the logs of Application Configuration Service. The following example log indicates that the configuration file for the `payment/default` pattern is pulled with `example-commit-id` from the `main` branch of the `https://github.com/Azure-Samples/acme-fitness-store-config` repository. You can learn how to query logs in the [Check logs](#check-logs) section.
559559
560-
```Output
560+
```output
561561
Applied ConfigMap ({config-map-name}) for content (payment/default) from Git repositories https://github.com/Azure-Samples/acme-fitness-store-config@main@sha1:{example-commit-id}
562562
```
563563

564-
You can also find the Git revision with Azure CLI in [Examine configuration file with Azure CLI](#examine-configuration-file-with-azure-cli) section.
564+
You can also find the Git revision by using the Azure CLI. For more information, see the [Examine configuration file with Azure CLI](#examine-configuration-file-with-the-azure-cli) section.
565565

566566
> [!NOTE]
567-
> Git revision is not avilable for the Gen1 version of Application Configuration Service.
567+
> Git revision is not available for the Gen1 version of Application Configuration Service.
568568
569569
## Troubleshoot known issues
570570

0 commit comments

Comments
 (0)