-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
In the previous chapter, we talked about Azure Logic Apps and general ideas for low-code/no-code solutions. We implemented a basic workflow that could be managed even by someone who is not a proficient developer. Azure Logic Apps provide an intuitive and robust development model for quickly creating both simple and advanced workflows. This chapter is going to present you with how to develop similar concepts with a low-level framework, Durable Functions.
As Durable Functions is meant for building workflows, you may not find it useful if you’re mostly focused on CRUD or service-oriented applications. However, if you need to coordinate a distributed process in a reliable way, it’s definitely something worth learning about.
In this chapter, we’re going to cover the following main topics: