Hi @Devin Martin
Thanks for the Question and using Microsoft Q&A
It looks like you're using Azure SQL Database in the Basic Tier (5 DTU), which is generally priced around $5–$20 per month, depending on the region. The $17 charge you're seeing is within the expected range for the Basic Tier. However, the pricing can vary slightly based on your specific region and any additional configurations.
The $500+ monthly charge you're seeing for SQL licensing is unexpected when using Azure SQL Database (PaaS). Azure SQL Database is a Platform as a Service (PaaS) offering, and the cost of SQL Server licensing is included in the Azure SQL pricing. You should not be seeing additional SQL Server license fees on top of this.
Possible Causes of Unexpected Charges
There are a few reasons why you might be seeing this extra licensing charge:
SQL Server on VM: If you are using SQL Server on a Virtual Machine (VM) instead of Azure SQL Database (PaaS), you would be charged separately for the SQL Server license in addition to the VM cost. This could be the source of the additional $500+ charge.
Azure Hybrid Benefit: If you have existing on-premises SQL Server licenses, you may be eligible for the Azure Hybrid Benefit. Without this benefit, the licensing cost for SQL Server on VM could be higher.
Please Review your Azure subscription and billing details to identify any additional services or resources that might be contributing to the cost.
Please go through these Documentations that might help you:
https://learn.microsoft.com/en-us/azure/azure-sql/database/cost-management?view=azuresql
https://azure.microsoft.com/en-in/pricing/details/azure-sql-database/single/
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.