Skip to content

Commit 3f46e13

Browse files
Merge pull request #236129 from leonard520/acs-ployglot
ACS polygolt support
2 parents 5028af1 + ef80650 commit 3f46e13

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,15 @@ The following image shows the three types of repository authentication supported
8787

8888
To validate access to the target URI, select **Validate**. After validation completes successfully, select **Apply** to update the configuration settings.
8989

90+
## Polyglot support
91+
92+
The Application Configuration Service for Tanzu works seamlessly with Spring Boot applications. The properties generated by the service are imported as external configurations by Spring Boot and injected into the beans. You don't need to write extra code. You can consume the values by using the `@Value` annotation, accessed through Spring's Environment abstraction, or you can bind them to structured objects by using the `@ConfigurationProperties` annotation.
93+
94+
The Application Configuration Service also supports polyglot apps like dotNET, Go, Python, and so on. To access config files that you specify to load during polyglot app deployment in the apps, try to access a file path that you can retrieve through an environment variable with a name such as `AZURE_SPRING_APPS_CONFIG_FILE_PATH`. You can access all your intended config files under that path. To access the property values in the config files, use the existing read/write file libraries for your app.
95+
9096
## Refresh strategies
9197

92-
Use the following steps to refresh your application configuration after you update the configuration file in the Git repository.
98+
Use the following steps to refresh your Java Spring Boot application configuration after you update the configuration file in the Git repository.
9399

94100
1. Load the configuration to Application Configuration Service for Tanzu.
95101

articles/spring-apps/how-to-enterprise-deploy-polyglot-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table indicates the features supported for each language.
107107
| Managed Identity | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
108108
| API portal for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
109109
| Spring Cloud Gateway for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
110-
| Application Configuration Service for VMware Tanzu® | ✔️ | | | | | |
110+
| Application Configuration Service for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
111111
| VMware Tanzu® Service Registry | ✔️ ||||||
112112
| Virtual network | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
113113
| Outgoing IP Address | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |

0 commit comments

Comments
 (0)