Posts tagged "azure"

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.

Putting a Free Azure Static Web App in Maintenance Mode

Sometimes you want to put your Azure Static Web App in maintenance mode: you're reworking content, fixing a broken deployment, or you just don't want the public to hit it.

With Azure Static Web Apps (SWA) this can be trickier than expected, especially on the Free plan.