Your company has a policy to automatically pause Azure SQL Databases during non-business hours to save costs. You need to implement this with minimal administrative overhead. What should you use?
Serverless automatically pauses during inactivity, meeting the requirement with no overhead.
Why this answer
Option A is correct because the serverless compute tier can be configured to auto-pause after a period of inactivity. Option B is wrong because Elastic Jobs require creating a job. Option C is wrong because Azure Automation runbooks require scripting and maintenance.
Option D is wrong because Logic Apps add complexity.