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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ az role assignment create \
416
416
417
417
---
418
418
419
-
### Examine configuration file with Azure CLI
419
+
### Examine configuration file with the Azure CLI
420
420
421
421
Use the following command to view the content of the configuration file by [Pattern](#pattern):
422
422
@@ -555,16 +555,16 @@ To check the logs of `application-configuration-service` and `flux-source-contro
555
555
556
556
## Examine Git revisions of the configuration files
557
557
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.
559
559
560
-
```Output
560
+
```output
561
561
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}
562
562
```
563
563
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.
565
565
566
566
> [!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.
0 commit comments