Tag not monitored by Microsoft.
If you are still incurring costs for an Azure SQL Database after deleting the resource group containing it and canceling the subscription, you my want to check the following:
- Subscription Cancellation Timing: When you cancel an Azure subscription, it doesn't immediately stop all billing. Azure subscriptions typically go through a "disabled" state before being fully deprovisioned. During this period, some resources might still incur charges until the subscription is fully deactivated.
- Resource Not Fully Deleted: Sometimes, resources like Azure SQL Databases might not be fully deleted if there were dependencies or issues during deletion. Verify in the Azure portal or via CLI/PowerShell that the SQL database and all related resources are indeed deleted.
- Other Linked Resources or Services: There might be other resources or services linked to the SQL database or the subscription that are still active and incurring costs.
- Billing Lag: Azure billing can have a delay. Charges might appear after the fact for usage that occurred before deletion or cancellation.
- Multiple Sub or Accounts: Ensure that the charges are not coming from another subscription or account linked to your billing.
- Support or Reserved Instances: If you had any reserved capacity or support plans, those might continue to incur charges even after resource deletion.
I hope you find this helpful ♠