An organization needs to deploy an Azure Function App running on runtime version (V4) to process data files. The deployment must meet the following requirements:
- Individual function executions can take up to minutes to complete.
- The hosting plan must automatically scale out to handle spikes in traffic without manual configuration.
- The functions must securely connect to an Azure SQL Database that is isolated within a private virtual network.
Which hosting plan should you configure for the Function App?
- AAzure Functions Consumption plan
- BApp Service Dedicated plan (Basic tier)
- Azure Functions Premium planCevap
- DApp Service Dedicated plan (Free tier)
Cevap
The Azure Functions Premium plan satisfies all requirements by supporting executions up to minutes or unbounded, regional virtual network integration, and dynamic serverless scaling.
The Azure Functions Premium plan supports regional virtual network integration for secure database connectivity, scales dynamically to handle workload spikes, and allows execution limits to be configured up to minutes or unbounded, satisfying the -minute execution requirement.
Adım Adım Çözüm
Anahtar Kavram
Azure Functions hosting plans execution limits and network feature support