A company needs to implement a serverless human resources onboarding workflow. The solution requires running a custom Python script to format employee data and orchestrating a multi-step email approval sequence using a visual designer.
Which two Azure services should the company use to meet these requirements? (Select two)
- Azure FunctionsCevap
- Azure Logic AppsCevap
- CAzure Virtual Machines
- DMicrosoft 365
Cevap
Azure Functions and Azure Logic Apps are the correct services. Azure Functions executes the custom Python data-formatting script, and Azure Logic Apps orchestrates the multi-step email approval workflow using its visual designer.
Azure Functions provides code-first serverless compute to execute custom scripts like Python, while Azure Logic Apps provides designer-first workflow orchestration to visually coordinate multi-step workflows.
Adım Adım Çözüm
Anahtar Kavram
Azure serverless offerings distinguish between code-first custom execution (Azure Functions) and designer-first workflow orchestration (Azure Logic Apps).