microsoft / spring-cloud-azure

Spring Cloud Azure is an open-source project that provides seamless Spring integration with Azure services.
https://microsoft.github.io/spring-cloud-azure
MIT License
217 stars 105 forks source link

[FEATURE REQ]Add tips that 4.x version of Spring Cloud Azure certificates doesn't support TLS/mTLS #1031

Closed fangjian0423 closed 2 years ago

fangjian0423 commented 2 years ago

Is your feature request related to a problem? Please describe.

We should add tips to explain 4.x version of Spring Cloud Azure certificates starter doesn't support TLS/mTLS, it only does the auto-configuration of Key Vault certificate clients, https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault-certificates.

Describe the solution you'd like

Add tips at the top of article.

Describe alternatives you've considered

N/A

Additional context

https://github.com/MicrosoftDocs/azure-dev-docs/issues/853

Information Checklist

hui1110 commented 2 years ago

PR to fix the issue: https://github.com/MicrosoftDocs/azure-dev-docs-pr/pull/3791

hui1110 commented 2 years ago

PR merged, now close this issue.