I am looking for an definitive Azure Sql Database sizing guide resource/helper for documenting a comparative sizing guide for moving to Azure Sql Database from hosted Sql Server.
This is our current guide for hosted Sql Server:
There seems to be a lot of "really helpful" sizing guides available for Sql Server that i have used before but am not able to find one where I can just input the current Sql Server sizing guide details and the tool outputs a comparative Azure Sql Server sizing guide.
Hosted Sql Server sizing guides used before:
Hardware Sizing Microsoft SQL Server
Am I to assume that it is a 1-to-1 conversion for the sizing guide for Azure Sql DB from Sql Server??
Can someone please help me converting this above Sql Server sizing guide to one for Azure Sql DB or perhaps point me to a good resource??
It is a very good question. SQL server sizing guide is based on the CAL and performance. On the other hand, Azure-SQL has different tiers - Basic, Standard and Premium. Azure-SQL sizing is calculated based on database throughput units - DTUs. I am afraid, there may not be a direct sizing conversion available. Perhaps, you can refer to these two links,
Azure-SQL Tiers - https://learn.microsoft.com/en-us/azure/sql-database/sql-database-service-tiers DTU Calculator - http://dtucalculator.azurewebsites.net
Trust it helps.