Skip to content

Commit fa6065f

Browse files
committed
formatting
1 parent 0fae223 commit fa6065f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sql-database/sql-database-automated-backups.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Backups that are older than the retention period are automatically purged based
7575

7676
Azure SQL Database will compute your total in-retention backup storage as a cumulative value. Every hour, this value is reported to the Azure billing pipeline which is responsible for aggregating this hourly usage to calculate your consumption at the end of each month. After the database is dropped, consumption decreases as backups age. Once the backups become older than the retention period, the billing stops.
7777

78-
The minimum retention period for every database is 7 days, and the backup is retained even after a database is dropped. While dropping and recreating a database frequently may save on storage and compute costs, it may increase backup storage costs as we retain a backup for each dropped database for the minimum retention period of 7 days.
78+
> [!IMPORTANT]
79+
> Backups of a database are retained for the specified retention period, even if the database has been dropped. While dropping and recreating a database frequently may save on storage and compute costs, it may increase backup storage costs as we retain a backup for the specified retention period (which is 7 days at minimum) for each dropped database, every time its dropped.
80+
7981

8082

8183
### Monitor consumption

0 commit comments

Comments
 (0)