You are designing the infrastructure for a database synchronization tool that runs as an Azure Function. The tool is triggered by a webhook and runs for up to 15 minutes per invocation. Which two Azure hosting options should you recommend to support this execution duration while minimizing operational overhead? (Select two.)
- Azure Functions Premium planCevap
- Azure Functions Dedicated (App Service) planCevap
- CAzure Functions Consumption plan
- DAzure Kubernetes Service (AKS)
Cevap
The Azure Functions Premium plan and the Azure Functions Dedicated (App Service) plan are the correct choices because they support execution times longer than 10 minutes while avoiding the high administrative overhead of Azure Kubernetes Service.
The Azure Functions Premium plan and the Azure Functions Dedicated (App Service) plan both support execution durations longer than 10 minutes, making them suitable for the 15-minute runtime of the synchronization tool. They also maintain a low operational overhead, aligning with the requirement to minimize management effort.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate Azure serverless hosting plans based on execution duration limits and operational complexity.