Jan 3, 2018
Post comments count0
Post likes count0

Take a Break with Azure Functions

App Center Team
App Center Team

Azure Functions are a serverless technology that executes code based on various triggers (i.e. a URL is called, an item is placed on a queue, a file is added to blob storage, a timer goes off.) There’s all sorts of things you can do with Azure Functions, like running high CPU-bound calculations, calling various web services and reporting results, s...