DEV Community

Discussion on: Microsoft Azure For Spoiled People 3: Migrate A Database

Collapse
 
cveld profile image
Carl in 't Veld

Yes that's a great improvement! Couple of areas that are outperformed by Firebase still:

  • database integration (cosmosdb)
  • password based authentication (azure b2c)
  • realtime integration (signalr) It would make sense to lower the entry-level to starting using these services.

I will explore the authentication and authorization feature of Static Web Apps further. Surprisingly it seems that you don't need to touch Azure Active Directory!

Thread Thread
 
jenlooper profile image
Jen Looper

yes! I have some sample code for getting Auth working nicely with a Static Web App: github.com/jlooper/storytelling-app