Though the overall intention of this book is to have each recipe of every chapter solve at least one business problem, this recipe doesn't solve any real-time domain problems. Instead, it provides some quick-start guidance to help you understand more about Durable Functions and its components, along with the approach of developing Durable Functions. In the next chapter, we will learn how easy it is to develop a workflow-based application using Durable Functions.
Creating a Durable Function hello world app
Getting ready
We will perform the following steps before moving on:
- Download and install Postman from https://www.getpostman.com/, if you haven't already installed it.
- Read more about Orchestrator and activity...