Azure SQL Managed instance - Change the Service Tier from Business Critical to General Purpose

CyrilleFR56 61 Reputation points
2022-06-13T14:15:20.98+00:00

Hello,

I would like to know if it is possible to change the service tier of an Azure SQL managed instance from "Business Critical" to "General Purpose" (it seems to be possible through the Azure portal) and what impact it has on the service availability (interruption, downtime)?

Thank you in advance for your answers.

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Ronen Ariely 15,206 Reputation points
    2022-06-13T14:47:44.577+00:00

    Hi,

    Here is a quote from one of the MI team:

    The upgrade from the standard-series SQL MI to one of the premium-series offers (and back, if needed) is easy to do. It’s a executed as a standard Azure SQL instance scaling operation (similar to changing the number of vCores or reserved storage size for the instance) -> it’s a fully managed, online, async workflow (customer can continue to use their instances while the operation is being performed).

    And for full answer you can check this doc:

    https://learn.microsoft.com/en-us/azure/azure-sql/database/scale-resources?view=azuresql&WT.mc_id=DP-MVP-5001699

    So the short answer is that it is possible and you can continue working on the database while doing so. Check the document for more info before you start

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.