Skip to content

Commit a47acec

Browse files
Update sql-database-automated-backups.md
1 parent 0c9d961 commit a47acec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ For single databases and managed instances, a minimum backup storage amount equa
8080

8181
You can use Azure subscription cost analysis to determine your current spending on backup storage.
8282

83-
If you go to your subscription and open Cost Analysis blade, you can select meter subcategory **mi pitr backup storage** to see your current backup cost cost and charge forecast. You can also include other meter subcategories such as **managed instance general purpose - storage** or **managed instance general purpose - storage** to compare backup storage cost with other cost categories.
83+
![Backup storage cost analysis](./media/sql-database-automated-backup/check-backup-storage-cost-sql-mi.png)
84+
85+
If you go to your subscription and open Cost Analysis blade, you can select meter subcategory **mi pitr backup storage** to see your current backup cost and charge forecast. You can also include other meter subcategories such as **managed instance general purpose - storage** or **managed instance general purpose - storage** to compare backup storage cost with other cost categories.
8486

8587
> [!Note]
8688
> You can [change retention period to 7 days](#change-pitr-backup-retention-period-using-azure-portal) to reduce the backup storage cost.
@@ -119,18 +121,20 @@ You can change the default PITR backup retention period using the Azure portal,
119121

120122
To change the PITR backup retention period using the Azure portal, navigate to the server object whose retention period you wish to change within the portal and then select the appropriate option based on which server object you're modifying.
121123

122-
#### Single Azure SQL Database
124+
#### [Single database & Elastic pools](#tab/single-database)
123125

124126
Change of PITR backup retention for single Azure SQL Databases is performed at the server level. Change made at the server level applies to databases on that server. To change PITR for Azure SQL Database server from Azure portal, navigate to the server overview blade, click on Manage Backups on the navigation menu, and then click on Configure retention at the navigation bar.
125127

126128
![Change PITR Azure portal](./media/sql-database-automated-backup/configure-backup-retention-sqldb.png)
127129

128-
#### Managed instance database
130+
#### [Managed Instance](#tab/managed-instance)
129131

130132
Change of PITR backup retention for SQL Database managed instance is performed at an individual database level. To change PITR backup retention for an instance database from Azure portal, navigate to the individual database overview blade, and then click on Configure backup retention at the navigation bar.
131133

132134
![Change PITR Azure portal](./media/sql-database-automated-backup/configure-backup-retention-sqlmi.png)
133135

136+
---
137+
134138
### Change PITR backup retention period using PowerShell
135139

136140
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]

0 commit comments

Comments
 (0)