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 ...
One key Azure Functions feature is its portability, with the option of building Functions apps and a basic runtime in containers for deployment and testing.