A financial company needs to design a serverless solution that triggers when a message is received in an Azure Service Bus queue, performs complex data transformations using proprietary Python libraries, and then sends an email notification. The company should use Azure Logic Apps to run the data transformation steps because Logic Apps natively supports custom Python code execution and external library imports.
Cevap: Cevap
Cevap
False
The correct answer is False because Azure Logic Apps is a visual, connector-first service meant for orchestrating workflows and integrating applications. It does not natively support running custom Python scripts or importing proprietary libraries. For code-first tasks like custom Python data transformations, Azure Functions is the appropriate serverless compute service.
Adım Adım Çözüm
Anahtar Kavram
Azure Serverless Compute (Functions and Logic Apps)