News

Take advantage of Azure Functions to run small pieces of code that can be triggered by events in the Azure cloud.
One of the features of Azure Functions is the ability to easily create Webhooks. Webhooks allow integration with other systems, including third-party systems. Essentially, the external system can call ...
Azure Functions get you beyond the traditional client/server approach to app creation, right into the cloud. Let’s first look at triggers.
Azure recently announced the public preview of Azure SQL trigger for Azure Functions to build event-driven applications. The new functionality is currently available only for C# functions and can ...
Microsoft has continued to evolve Functions, and it’s now on the third release of its runtime. With that comes support for C# and F# based on .NET Core 3.1; JavaScript running on node.js 10, 12 ...