A logistics company is designing an event-driven system to generate end-of-day shipping manifests. The generation process reads transaction logs, formats reports, and takes between 12 and 18 minutes to complete per run. The process is triggered by a scheduler message in an Azure Service Bus queue. The company requires a compute solution that minimizes operational overhead and incurs costs only when executing. Which compute option should you recommend?
- Azure Container Apps JobsCevap
- BAzure Functions on a Consumption plan
- CAzure Kubernetes Service (AKS)
- DAzure Functions on a Dedicated (App Service) plan
Cevap
Azure Container Apps Jobs
Azure Container Apps Jobs are designed specifically for tasks that run to completion, support executions up to 24 hours, scale to zero when idle, and run as serverless resources with minimal operational overhead.
Adım Adım Çözüm
Anahtar Kavram
Selecting serverless compute hosting options based on execution timeout, scaling characteristics, and operational overhead constraints.
Tahmini Süre:1m 30s