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:
- In the New Azure Function popup, select the Durable Function Orchestration template and click on the OK button, which creates the following:
- HttpStart: This is the Durable Function's ...