Azure serverless

Jonash Orcajo (International Supplier) 20 Reputation points Microsoft External Staff
2024-01-04T04:13:56.3433333+00:00

can you save money using azure serverless? what are the pros and cons?

Azure SQL Database
0 comments No comments
{count} votes

Answer accepted by question author
  1. RahulRandive 10,506 Reputation points Volunteer Moderator
    2024-01-04T04:22:17.9766667+00:00

    Hi @Jonash Orcajo (International Supplier)

    Yes, Serverless is a compute tier for single databases in Azure SQL Database that automatically scales compute based on workload demand and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns.

    • When the database is paused, the compute cost is zero and only storage costs are incurred.

    The amount of compute billed for a serverless database is the maximum of CPU used and memory used each second.

    Here is reference document- https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql&tabs=general-purpose

    https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql&tabs=general-purpose#billing

    Thank you!

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.