Which Azure service would you use to run a scheduled job every night without managing servers?
- A Azure Functions with a timer trigger
- B Azure Virtual Machines
- C Azure Bastion
- D Azure Front Door
Answer
Azure Functions with a timer trigger
A timer-triggered function or a Logic App handles scheduled work without provisioning or patching any infrastructure.





