We have been migrating with Serverless computing for some time now. Recently we decided to check if it made sense to convert an existing dotnetcore WebAPI into a set of azure serverless functions.
Existing Implementation:- The existing DotnetCore WebAPI tech stack was as under
- Database First Entity Framework core with SQL Azure
- The internal code was layered into BL, DL with C#
- JWT token authentication
- Visual Studio 2019
Our “New” implementations as our decisions were influenced by “how much rework” we will need to do.

Hitesh KacholiyaPosted Aug 7, 2020, 12:30 AM
Ashirwad SatapathiPosted Aug 4, 2020, 7:41 AM