Skip to content

Azure Rule 10: Idle SQL Databases#68

Merged
sureshcsdp merged 1 commit intomainfrom
PR67
Feb 14, 2026
Merged

Azure Rule 10: Idle SQL Databases#68
sureshcsdp merged 1 commit intomainfrom
PR67

Conversation

@sureshcsdp
Copy link
Collaborator

No description provided.

from cleancloud.core.risk import RiskLevel

# Approximate monthly costs for Azure SQL Database Standard/Premium tiers (DTU model)
_SKU_COST_MAP = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at some point we have to discuss if these cost maps are accurate and how to maintain going forward

azure-mgmt-resource >= 23.0.0 # Azure Resource SDK
azure-mgmt-subscription >= 3.0.0 # Azure Subscription SDK
azure-mgmt-sql >= 3.0.0 # Azure SQL SDK
azure-mgmt-monitor >= 6.0.0 # Azure Monitor SDK
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: no need of comments?

Copy link
Collaborator Author

@sureshcsdp sureshcsdp Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it ok if we keep them for now for consistency?

@sureshcsdp sureshcsdp merged commit 55b69b9 into main Feb 14, 2026
14 checks passed
@sureshcsdp sureshcsdp deleted the PR67 branch February 14, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants