Store DB connection string in Azure key vault

Hace 9 meses
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?
Hace 9 meses
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