Store DB connection string in Azure key vault

9 个月 前
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 个月 前
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