Cpodlaskilegal takes Mike all-in on Microsoft
A law firm rebuilt Mike's foundations so the whole app runs inside its own Azure cloud, with staff signing in through the Microsoft accounts they already use.
Across seven commits, the team swapped out the hosting, the database plumbing, and the login system in one coordinated move:
- The app now runs on Azure Container Apps, Microsoft's cloud hosting service, with a written deployment guide included.
- The database moved off Supabase (a popular hosted backend for app builders) onto Azure's own Postgres database, behind a clever compatibility layer that let the rest of the app keep working almost untouched.
- Sign-in now goes through Microsoft Entra ID, the corporate login system behind Outlook and Teams, so lawyers use their existing firm credentials.
- A follow-up fix squashed a nasty bug where the login system kept refreshing itself in an endless loop and froze the browser.
This reads as a production deployment for one firm, Podlaski Legal, rather than a contribution meant for everyone. But the database compatibility layer is a ready-made escape route for anyone who wants off Supabase.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?