Using Azure Secrets to load DB password in my Spring boot application application.properties file?
Please don't mind my question as I'm not versed in spring boot, but I've been given a task to find a way to eliminate the use of password in application-test.properties file and use Azure Key Vaults to retrieve that password.…