Connecting web apps to a SQL database is an extremely common pattern. We just set up a SQL database user with a password, then include this in our connection string to SQL. Well that's a perfectly viable approach, and will do the job nicely, but it does come with a big risk - credential leakage. So how do we avoid this and get rid of database credentials in Azure? Step forward, Managed Identities.


Recent Posts