5 Azure Services Every .NET Developer Needs to Know

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayDurable 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 durable functions, and patterns and best practices to write simple or complex stateful orchestrations.
Create a Free Account (Azure): https://aka.ms/azft-net
excited to join upcoming local events :D:D
Am I missing something? Shouldn't the video be up to watch?
@26:14, I don't see the Durable Functions Orchestration template in VS 15.8.4. Do I need to install something special?
Great talk. After many years, I think I'm finally ready to dip my toe in cloud batch processing (Monte Carlo simulations). Thanks for lowering the barrier to entry.
@dcuccia make sure you are creating a v2 function app (.NET Standard). The template doesn't show by default for v1 (.NET Framework)
This video was fantastic. Thank you.
Can you please share the slides that was used for presentation
i cant understand. Can i use orchestrations for faster answer? like i want to create chat bot and my endPoint(httpTrigger) will receive command then i send this into orchestration function then i use trigger for calling command function and wait for answer, but it doesn't work fast, why? i don't understand(
p.s. Azure Functions looks good for this, but not should that i can create command pattern with Azure Durable
and i use localhost