All | Series | TagsYears

 

All Posts Tagged "Azure Functions" (18 Total) Page 1 of 3

Serverless HTTP With Durable Functions

Durable functions enable implicit and explicit state management for serverless workflows and accommodate a variety of patterns. A new addition, the HTTP task, helps manage interactions with HTTP endpoints including error handling and support for long polling.

Durable Functions ] [ Serverless ] [ Azure Functions ] [ Azure ]

Moving From Lambda ƛ to Azure Functions <⚡>

Six part video series walks through migration of a JavaScript Node.js AWS Lambda serverless function that uses DynamoDB for cache to Azure Functions.

AWS Lambda ] [ Azure Functions ] [ Serverless ] [ Cloud ] [ Migration ]

Introducing Durable Entities for Serverless State

Learn how durable entities provide explicit management of state in serverless applications and guarantee operations are safe to execute without concurrency conflicts.

Software architecture ] [ Concurrency ] [ Serverless ] [ Distributed transactions ] [ Azure Functions ]

Stateful Serverless: Long-Running Workflows with Durable Functions

Learn how to implement long running stateful workflows in a serverless architecture using Durable Functions, the combination of the open source Durable Task Framework and Azure Functions.

Azure ] [ Azure Functions ] [ Serverless ] [ Durable Functions ] [ Workflow ]

Serverless Video: Less Servers, More Code

A video that covers the definition of serverless, describes scenarios that serverless makes sense and provides practical, working examples using Azure Functions, Logic Apps, and Event Grid.

Serverless ] [ Azure ] [ Azure Functions ] [ Logic Apps ] [ Cloud Native ] [ Presentation ]

Migrating Azure Functions from v1 (.NET) to v2 (.NET Standard)

This post explains how a production serverless C# app that uses Azure Functions, Azure Table Storage, and Azure Cosmos DB was successfully migrated from v1 using .NET to v2 using .NET Standard.

Azure ] [ Azure Functions ] [ Serverless ] [ Net Core ] [ Cloud Computing ]