Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

How do I allow ContinuousIntegration.exe to use a connection string in Azure Key Vault

$
0
0
I've got a Kentico Xperience (v13) instance in Azure and I want to run ContinuousIntegration.exe to populate my database up there with content from my CI xml files. The catch is that we're injecting the CMSConnectionString setting into the web app from Azure Key Vault (AKV) and the CI.exe isn't seeing it. Instead I get this error message:CMS.DataEngine.ApplicationInitException: Cannot access the database specified by the 'CMSConnectionString' connection string. Please install the database externally and set a correct connection string. Or maybe this error message:Failed to execute the command. Here's the relevant section from our web.config (that works for the website!):@connectionStrings@ @!--Should be provided by Azure Key Vault--@ @/connectionStrings@ How do I ensure that the executable gets access to the secrets in AKV?

Viewing all articles
Browse latest Browse all 8901

Trending Articles