Store DB connection string in Azure key vault

9 months ago
How to store DB connection string in key vault ? Can I just put @Microsoft.KeyVault(SecretUri= in the connection string and the system will accept?
9 months ago
j.thavara wrote:
How to store DB connection string in key vault ? Can I just put @Microsoft.KeyVault(SecretUri= in the connection string and the system will accept?


Check this artical. Hope it will solve your problem