A smart home device manufacturer wants to run a custom Node.js script that automatically processes telemetry data whenever a new sensor reading is received. The solution must execute code only in response to these events, scale automatically, and charge only for the compute time consumed. Which Azure service meets these requirements?
- AAzure Logic Apps
- BAzure Virtual Machines
- Azure FunctionsCevap
- DMicrosoft 365
Cevap
Azure Functions is the correct choice because it is a code-first, serverless compute service designed to run custom code in response to events.
Azure Functions is a code-first, serverless compute service that allows developers to run custom code (like Node.js, C#, or Python) in response to events. It abstracts away the underlying infrastructure, scales automatically, and uses a consumption-based pricing model where you only pay for the time the code is actively executing.
Adım Adım Çözüm
Anahtar Kavram
Azure Functions is an event-driven, serverless compute service that runs custom code without requiring server management.
Tahmini Süre:45s