I was looking at those Blazor tutorials on Channel9.msdn.com and I want to create a serverless Blazor demo and a serverside Blazor demo where both demos would authenticate on Azure.
Apparently the serverless Blazor sites call a azure function for data (is this correct?). How do I use the features of Azure to most easily implement authentication and authorization?
I could could create a Azure SQL database maybe using Entity Framework. I'm hoping there is an easier way. I'm not familiar with Azure Active Directory -- can I implement authentication/authorization with azure AD?
What about gateways like Zuul and Kong? Are they easier that azure Active directory for authentication/authorization?
What is the simplest way?
Thanks
Siegfried
siegfried heintze