Azure SQL Managed instance service restart feature

MS Prog 471 Reputation points
2021-04-01T01:30:04.427+00:00

Hi,
In our on-prem SQL server , our support team sometimes do a service restart to freeup resource contentions, deadlocks in our dev environment.
Typically this is done, going into SSMS, right click on the instance and say Stop , then Start

Now we are exploring migrating this dev on-prem to the Azure SQL Managed instance.

the question arose: with Azure SQL MI do our support team have this option of service start/stop at all from SSMS/Portal ?
I tried in one of our MI instance but the options appear grayed out in SSMS. I am wondering this is perhaps because of my priviledges.

Please assist.

thanks

Azure SQL Database
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Navtej Singh Saini 4,216 Reputation points Microsoft Employee
    2021-04-01T18:53:58.037+00:00

    @MS Prog

    Currently you cannot restart the Azure SQL Server. The issue has been discussed here in detail.

    You can also raise a feedback on our feedback channel here.

    Regards
    Navtej S

    2 people found this answer helpful.

  2. Alberto Morillo 32,806 Reputation points MVP
    2021-04-05T23:48:13.167+00:00

    Scaling the instance sometimes (or perhaps always) restarts. If that doesn't work, moving between Gen4 and Gen5, or between Business Critical and Standard will always require a restart as the hardware is different between Gen4 and Gen5, and the storage is different between Business Critical and Standard.

    In summary, scaling up and down the instance should do the trick for you.

    1 person found this answer helpful.
    0 comments No comments

  3. Rahul Randive 8,176 Reputation points Microsoft Employee
    2023-07-31T12:39:51.5733333+00:00

    Now Stopping and starting of Azure SQL Managed Instance is available in preview.

    You can find the complete information in below document.

    https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/instance-stop-start-how-to?view=azuresql-mi&tabs=azure-portal

    You can also Manage a stop and start schedule.

    Thank you!

    0 comments No comments