News

Take advantage of Azure Functions to run small pieces of code that can be triggered by events in the Azure cloud.
More on This Topic: Introducing: Serverless C# with Azure Functions Serverless C# with Azure Functions: HTTP-Triggered Functions One of the features of Azure Functions is the ability to easily create ...
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience.