我的要求是在我的Sping Boot 微服务(部署在AKS上)中使用Azure应用程序配置作为环境变量或配置Map,因为我无法更新服务以使用MS documentation中提到的starter包。
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.2.0</version>
</dependency>
实现这一点的最佳方法是什么。
谢谢!
1条答案
按热度按时间yduiuuwa1#
要在Kubernetes中使用Azure应用配置但不更改应用代码,您可以使用Azure应用配置Kubernetes提供程序。更多信息可以在下面的文档中找到。
https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-kubernetes-service