Learning Azure Durable Functions
https://www.linkedin.com/learning/learning-azure-durable-functions
by Adrienne Braganza Tacke
Introduction
- Introduction to Durable Functions
1. Why Durable Functions?
- A quick refresher on Azure Functions
- Problems with Azure Functions
- Introducing Durable Functions
- Chapter Quiz
2. What Is a Durable Function?
- The types of Durable Functions
- The client function
- The orchestrator function
- orchestrator function have built in retry functionality
- orchestrator function can run forever
- The activity function
- The entity function
- Chapter Quiz
3. Setting up Your Dev Environment for
- Durable Functions
- Install Visual Studio
- Verify Azurite emulator is installed and running
- a visual studio install comes with an azure storage emulator
- Install the Azure CLI
- Install the Azure Functions Core Tools
- lets you develop and test your functions on your local computer
- Chapter Quiz
4. Create a Durable Function
- Create a Function app project
- Add a durable function to the app
- Test the function locally
- Publish the project to Azure
- Test your function in Azure
- Chapter Quiz
5. Durable Function Patterns
- Function chaining
- Fan-out/fan-in
- Async HTTP APIs
- Monitor pattern
- Human interaction pattern
- example of implementing workflow using durable functions
- Aggregator pattern
- Chapter Quiz
Conclusion
- Next steps
Comments
Post a Comment