Azure Function Apps with .NET Core & SQL server
Azure function apps are the perfect example of the KISS principle (Keep it stupid simple). In very simplest terms Azure Function is a piece of code you run based on some trigger. Azure Functions are triggered by an event such as HTTP request, file added,… Read More »Azure Function Apps with .NET Core & SQL server