News

Azure Functions runtime v4 introduces isolated process execution. Until v4, function code runs in the same context of the underlying function host process that’s running on the server.
A new key component of this is Azure Functions, which provides the serverless compute capability in a complete solution ecosystem. In this two-part article, we'll explore what it means to have a ...
Azure Durable Functions aim to extend the paradigm of serverless computing by introducing the concept of orchestrator functions, enabling the definition of more complex workflows. If you have ever ...
As I wrote last spring in discussing Azure Functions ... limitations of event-driven functions and Microsoft is to be commended for accelerating this process by emphasizing the role of Functions ...