Posts tagged "sql"

Automated RBAC on Azure SQL β€” Using Azure Policy to Eliminate Manual Access Management

In most teams I’ve worked with, the real problem isn’t provisioning an Azure SQL database β€” it’s access. Getting RBAC and Entra-based permissions set up correctly is where things break down. Admins are understandably reluctant to grant the required rights broadly, and standard pipelines typically cannot assign SQL role memberships automatically.

When that friction isn’t resolved, teams tend to fall back to what does work: connection strings with embedded secrets. It’s faster, but it bypasses proper identity and access controls entirely.