This recipe is one of the most important and interesting ones. In this recipe, we will learn how to create the Durable Orchestrator that's responsible for managing all the activity functions that we create for the different individual tasks that are required to complete the ExcelImport project.
Creating the Durable Orchestrator and triggering it for each Excel import
How to do it...
Perform the following steps:
- Create a new function by right-clicking on ExcelImport.DurableFunctions, clicking on Add, and then choosing New Azure Function, as shown in the following screenshot:
- In the Add new Item popup, choose Azure Function, provide the name ExcelImport_Orchestrator, and click on Add, as shown in the following screenshot...