AravindRajasekharanPillai-8474, Thanks for the good question.
You may integrate outbound SSL certificates for Spring Boot with Azure Key Vault. Kindly take a look at this doc for a detailed steps on the approach.
Steps to Call external service via TLS/SSL using Azure Spring Cloud provided feature
Sample - Spring Boot - Secure Communications Using End-to-end TLS/SSL
This guide explains how to secure communications for Spring Boot apps using end-to-end TLS/SSL and SSL certificates managed in Azure Key Vault.
Azure Spring Cloud is used for illustration. You can apply the same approach to secure communications when you deploy Spring Boot apps to Azure Kubernetes Service, App Service or Virtual Machines.
Additionally,
App Service terminates TLS/SSL at the front ends.
That means that TLS/SSL requests never get to your app. You don't need to, and shouldn't implement any support for TLS/SSL into your app.
The front ends are located inside Azure data centers. If you use TLS/SSL with your app, your traffic across the Internet will always be safely encrypted.