How do you store a database connection string in your Azure application? Hardcoded in a config file? Or perhaps in Application settings? Key Vault? For all these scenarios, you need to store a user login/password or at least a secret to your Key Vault.

In this post, I’ll show you how to implement a “passwordless connection string” with a managed identity in Azure.