Soru

Zorluk: ZorAzure Serverless Compute (Functions and Logic Apps)

A logistics company is designing a serverless solution to automate its shipment tracking pipeline. The solution has two distinct requirements:

1. It must orchestrate a visual, low-code workflow that triggers when a package is delayed, sending notifications through Microsoft Teams and updating a Salesforce record using pre-built API connectors.
2. It must execute a proprietary C# code script to calculate custom shipping insurance risk adjustments based on telemetry data.

Which Azure services should the company select for requirement 1 and requirement 2?

  1. Azure Logic Apps for requirement 1, and Azure Functions for requirement 2Cevap
  2. B
    Azure Functions for requirement 1, and Azure Logic Apps for requirement 2
  3. C
    Azure App Service WebJobs for requirement 1, and Azure Container Instances for requirement 2
  4. D
    Azure Logic Apps for requirement 1, and an Azure Virtual Machine for requirement 2

Cevap

Azure Logic Apps for requirement 1, and Azure Functions for requirement 2
The correct option is Azure Logic Apps for requirement 1 and Azure Functions for requirement 2. Azure Logic Apps provides a low-code, designer-first orchestration platform with out-of-the-box connectors to services like Salesforce and Microsoft Teams. Azure Functions provides a serverless execution environment for running custom code, such as C# scripts, without managing infrastructure.

Adım Adım Çözüm

1
Analyze the workflow orchestration requirement (Requirement 1)
The requirement specifies a visual, low-code workflow with pre-built connectors to external SaaS platforms like Microsoft Teams and Salesforce.
This points to Azure Logic Apps, which is designed specifically for connector-first orchestration with minimal code.
2
Analyze the code execution requirement (Requirement 2)
The requirement specifies running a custom, proprietary C# script using telemetry data.
This points to Azure Functions, which is a code-first serverless service designed to run custom code snippets in response to triggers.
3
Synthesize the service choices and match with the options
The correct combination is Azure Logic Apps for requirement 1 and Azure Functions for requirement 2.
Combining these two services provides a fully serverless solution with minimal management overhead, matching all constraints.

Anahtar Kavram

Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 30s
Bu soruyu puanla