I have ...an application written in Core 2.0, using EF Core.... I'm using a pattern where: ...I keep my database connection string in Azure Keyvault.......I use program.cs to read a (.gitignore'd) json file with my Keyvault appid/password, go to the Keyv...