What is the best option in Azure to have PaaS Sql db which is rarely used
What is the best option in Azure to have PaaS Sql db which is rarely used
To follow-up, Please let us know if you have further query on this.
Please don’t forget to Accept the answer
My suggestion you can take SQL DB, purchase model- Single Database DTUs
Single databases are fully isolated databases optimized for workloads when performance demands are somewhat predictable. You can scale a single database up or down through the basic, standard, and premium service tiers to get the performance and features your app needs, precisely when it needs it. Each tier is distinguished primarily by performance, which is measured in Database Transaction Units (DTUs).
Database transaction unit (DTU)-based purchasing model. This purchasing model provides bundled compute and storage packages balanced for common workloads.
https://docs.microsoft.com/en-us/azure/azure-sql/database/purchasing-models
Pricing details https://azure.microsoft.com/en-us/pricing/details/sql-database/single/

If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.
My suggestion is to consider using Azure SQL Database Serverless. Serverless is price-performance optimized for single databases with intermittent, unpredictable usage patterns that can afford some delay in compute warm-up after idle usage periods.
The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns. This is the only computer tier that is paused allowing you to save money when the database is not in use, for all the other Azure SQL database compute tiers you have to pay for each hour even if the database is not in use.
Please read more about Azure SQL Database Serverless here.
My suggestion you can take SQL DB, purchase model- Single Database DTUs
Single databases are fully isolated databases optimized for workloads when performance demands are somewhat predictable. You can scale a single database up or down through the basic, standard, and premium service tiers to get the performance and features your app needs, precisely when it needs it. Each tier is distinguished primarily by performance, which is measured in Database Transaction Units (DTUs).Database transaction unit (DTU)-based purchasing model. This purchasing model provides bundled compute and storage packages balanced for common workloads.
https://docs.microsoft.com/en-us/loan/azure-sql/database/purchasing-modelsPricing details https://azure.microsoft.com/en-us/pricing/details/sql-database/single/
thanks for the links
is there any Microsoft product that also has Azure in its pricing package included?
9 people are following this question.