How do I stop Azure SQL Database

Maxitree 0 Reputation points
2024-01-30T15:03:50.6366667+00:00

Hey! I would like to know, how do I stop Azure SQL Database, pls.

Azure SQL Database
{count} votes

3 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2024-01-30T15:15:09.53+00:00
    0 comments No comments

  2. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2024-01-30T15:17:28.0766667+00:00

    Hey, That depends on the type of Azure SQL database. only serverless Azure SQL database gets auto paused based on no active traffic:
    https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql&tabs=general-purpose Other Azure SQL databases cannot be paused.

    0 comments No comments

  3. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2024-01-30T15:20:02.05+00:00

    Azure SQL does not support the feature stop/start the database as Azure SQL Managed Instance does. However, you can use Azure SQL Serverless that allows you to configure the database to auto-pause when not in use. If the intention is to save the cost, you can automate the Pause and Resume of an Azure SQL database as explained here.

    0 comments No comments

Your answer

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