Azure SQL Database and Azure SQL managed Instance -Any pointers for rightsizing ?

Anil Kumar 225 Reputation points
2023-09-26T15:42:34.1233333+00:00

Hello,

We are looking forward to right size Azure SQL Databases and Azure SQL managed Instances but not finding any pointers. There are no Azure Advisor recommendations other than RI, Saving Plans and AHUB. Given the count of DBs and MIs, it is not possible to do this exercise manually.

If I have a Premium Azure SQL Database with utilization so low that even Standard tier would be good enough - I just want to find out such rightsizing opportunities for both databases (DTUs, vCore) and MIs (General Purpose and Business Critical)

Applicate your Response. Thank you!!

Azure SQL Database
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,202 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
48 questions
{count} votes

Accepted answer
  1. Alberto Morillo 33,176 Reputation points MVP
    2023-09-26T19:02:37.85+00:00

    The Azure Data Migration Assistant tool has a SKU or service tier recommendation feature that allows you to both collect performance data from your source SQL Server instances hosting your databases, and recommends minimum Azure SQL Database, Azure SQL Managed Instance, or SQL Server on Azure VM SKU based on the data collected. The feature provides recommendations related to pricing tier, compute level, and data size. This functionality is currently available only via the Command Line Interface (CLI).

    In addition, the Azure SQL Migration extension for Azure Data Studio helps you to assess your database requirements, get the right-sized SKU recommendations for Azure resources, and migrate your SQL Server database to Azure. This documentation helps you to learn how to collect performance data from your source SQL Server instance to get right-sized Azure recommendations for your Azure SQL targets, including Azure SQL Database and Azure Managed Instance.


1 additional answer

Sort by: Most helpful
  1. Oury Ba-MSFT 16,986 Reputation points Microsoft Employee
    2023-09-28T21:51:39.1766667+00:00

    Anil Kumar

    There is no such thing is Azure SQL MI 10 cores.

    Please note that right-sizing an Azure SQL Database requires careful analysis and testing to ensure that performance is not impacted. It's also important to monitor the performance and resource utilization of the database over time to ensure that it continues to meet the workload demands.

    This may help Optimize your Azure SQL Managed Instance cost with Microsoft Azure Well-Architected Framework

    And

    https://learn.microsoft.com/en-us/azure/azure-sql/database/query-performance-insight-use?view=azuresql

    Regards,

    Oury

    1 person found this answer helpful.