-
Notifications
You must be signed in to change notification settings - Fork 271
External Content
Chris Gillum edited this page Sep 24, 2019
·
10 revisions
- Serverless Trivia, using Durable Functions and the SignalR Service (C#)
- Retrieve opened issue count on GitHub with Azure Durable Functions (C#)
- Retrieve opened issue count on GitHub with Azure Durable Functions (JavaScript)
- Serverless Map Reduce (C#)
- Video Processing Workflow (C#)
- On .NET | Diving into Durable Entities: Chris Gillum and Sebastian Burckhardt sit down with Jeremy to give us the rundown on Durable Entities. They talk about the differences compared to the actor model, invoking entities via HTTP, and more. [Published on 2019-09-17, ~23 minutes].
- .NET Conf 2018 | Azure Durable Functions for serverless .NET orchestration: Durable Functions is a new open-source extension to Azure Functions that enables long running orchestrations and stateful processes to execute as serverless functions. Learn how to write a durable functions, and patterns and best practices to write simple or complex stateful. [Published on 2018-09-14, ~56 minutes]
- Tuesdays with Corey | Azure Functions. Durable Functions: Corey Sanders, Corporate Vice President at Microsoft sat down with Azure Functions PM Jeff Hollan to see what's new with durable functions. [Published on 2018-02-06, ~10 minutes]
- Azure Friday | Durable Functions in Azure Functions: Chris Gillum joins Scott Hanselman to discuss a new extension of Azure Functions known as Durable Functions. Durable Functions is a programming model for authoring stateful, reliable, and serverless function orchestrations using C# and async/await. [Published on 2017-12-04, ~14 minutes]
- Azure Durable Functions Fundamentals (Pluralsight)
Link | Author | Date Published |
---|---|---|
Using Azure Durable Functions to Implement SharePoint Workflows | Russell Gove | 2019-02-17 |
Intro to Durable Functions in Node.js with PnPJs | Simon Ågren | 2019-01-25 |
A Fairy Tale of F# and Durable Functions (and Hacker News) | Mikhail Shilkov | 2018-12-20 |
Answering the phone, functionally, again (F# + Twilio) | David Glassborow | 2018-12-14 |
Making Sense of Azure Durable Functions | Mikhail Shilkov | 2018-12-07 |
What are Durable Functions? (JavaScript) | Sarah Drasner | 2018-10-09 |
Introduction to Azure Durable Functions | Maxime Rouiller | 2018-09-05 |
The Case for Durable Workflows | Mark Heath | 2018-02-06 |
Manage and Auto-scale your IoT solution with a predictable IoT Cloud | Steve Busby | 2018-01-10 |
Link | Author | Date Published |
---|---|---|
Azure Durable Functionsでハマった話 | Kazuki Ota | 2019-03-07 |
Google Home, Amazon Echo, LINE Clova クロス開発& Azure Durable Functions で時間のかかる処理を簡単に書く | 千代田まどか (ちょまど) | 2019-03-05 |
Durable Functionsを使用したサンプル -リクエスト結果をWebHookで返答するサービスへの対応 | 阿武野悠香 | 2018-02-02 |
Durable Functionsで学ぶクラウドデザインパターン -Pipes and Filters Pattern | 阿武野悠香 | 2018-01-23 |
Durable Functionsで学ぶクラウドデザインパターン - Compensating Transaction Pattern | 阿武野悠香 | 2018-01-21 |