If I stop the database will it cost me in Azure?

Ravindra Joshi 6 Reputation points
2021-08-03T09:43:07.707+00:00

If I stop the database will it cost me in Azure?

Azure SQL Database
{count} vote

6 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,621 Reputation points
    2021-08-03T14:21:21.373+00:00

    We can't stop the Azure SQL DB to save the cost at this moment.

    But there are other services where, for sure, you save the cost when the service is paused or stopped.. Say, pausing Synapse SQL pool, stopping virtual machine, pausing Kusto cluster etc.


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    4 people found this answer helpful.
    0 comments No comments

  2. Alberto Morillo 32,891 Reputation points MVP
    2021-08-10T23:31:36.983+00:00

    The only Azure SQL Database product (PaaS) that can be stopped is Azure SQL Serverless. It can be configured to auto-pause when it has an specific number of hours without activity. You can configure that using control panel as shown below:

    122115-image.png

    The minimum time you can specify for auto-pause is 1 hour. However even when its computing power can be paused, you still continue to pay for the storage the database is consuming. On the Cost section of this article you will find the following excerpt:

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

    You can learn more about how to auto-pause a database on this documentation,

    1 person found this answer helpful.
    0 comments No comments

  3. Zambetti, Luigi (Cognizant) 82 Reputation points
    2023-01-30T13:55:19.77+00:00

    So I cannot stop Azure SQL Database to decrease costs?

    0 comments No comments

  4. Zambetti, Luigi (Cognizant) 82 Reputation points
    2023-01-30T13:56:24.49+00:00

    So I cannot stop Azure SQL Database to preserve costs?


  5. KB 0 Reputation points
    2023-06-22T12:44:30.25+00:00

    I did find this:
    To stop billing charges, export the SQL Azure Database to Azure storage and then delete the SQL Azure Database and restore it when needed.