How it works...

We started the recipe by creating the Orchestration function and then we made changes to the ExcelImportBlobTrigger Blob trigger by adding the OrchestratonClient output bindings to invoke the Durable Orchestrator function.

When you create a new Orchestration function, it creates a few activity functions. In the next recipes, we will remove them and create new activity functions for our requirements.