Skip to content

Commit ad547e6

Browse files
committed
fixing broken metadata
1 parent b52f02f commit ad547e6

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

articles/sql-database/sql-database-long-term-backup-retention-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Manage long-term backup retention
3-
description: "Learn how to store automated backups in the SQL Azure storage and then restore them"
2+
title: "Single database: Manage long-term backup retention"
3+
description: "Learn how to store and restore automated backups for an Azure SQL Database single or pooled database in Azure storage (for up to 10 years) using the Azure Portal and PowerShell"
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: backup-restore
@@ -183,7 +183,7 @@ Remove-AzSqlDatabaseLongTermRetentionBackup -ResourceId $ltrBackup.ResourceId
183183
```
184184

185185
> [!IMPORTANT]
186-
> Deleting LTR backup is non-reversible. To delete an LTR backup after the server has been deleted you must have Subscription scope permission. You can set up notifications about each delete in Azure Monitor by filtering for operation Deletes a long term retention backup. The activity log contains information on who and when made the request. See [Create activity log alerts](../azure-monitor/platform/alerts-activity-log.md) for detailed instructions.
186+
> Deleting LTR backup is non-reversible. To delete an LTR backup after the server has been deleted you must have Subscription scope permission. You can set up notifications about each delete in Azure Monitor by filtering for operation 'Deletes a long term retention backup'. The activity log contains information on who and when made the request. See [Create activity log alerts](../azure-monitor/platform/alerts-activity-log.md) for detailed instructions.
187187
188188
### Restore from LTR backups
189189

articles/sql-database/sql-database-long-term-retention.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Store backups for up to 10 years
3-
description: Learn how Azure SQL Database supports storing full database backups for up to 10 years.
2+
title: "Long-term backup retention"
3+
description: Learn how Azure SQL Database supports storing full database backups for up to 10 years via the long-term retention policy.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: backup-restore
@@ -12,7 +12,7 @@ ms.author: sashan
1212
ms.reviewer: mathoma, carlrab
1313
ms.date: 05/18/2019
1414
---
15-
# Store Azure SQL Database backups for up to 10 years
15+
# Azure SQL Database long-term retention
1616

1717
Many applications have regulatory, compliance, or other business purposes that require you to retain database backups beyond the 7-35 days provided by Azure SQL Database [automatic backups](sql-database-automated-backups.md). By using the long-term retention (LTR) feature, you can store specified SQL database full backups in Azure Blob storage with read-access geo-redundant storage for up to 10 years. You can then restore any backup as a new database. For more information about Azure Storage redundancy, see [Azure Storage redundancy](../storage/common/storage-redundancy.md).
1818

articles/sql-database/sql-database-managed-instance-long-term-backup-retention-configure.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Managed instance: Long-term backup retention (PowerShell)
3-
description: "Learn how to store and restore automated backups on separate Azure Blob storage containers for an Azure SQL Database managed instance using PowerShell. "
2+
title: "Managed instance: Long-term backup retention (PowerShell)"
3+
description: "Learn how to store and restore automated backups on separate Azure Blob storage containers for an Azure SQL Database managed instance using PowerShell."
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: backup-restore
@@ -13,7 +13,6 @@ ms.reviewer: mathoma, carlrab
1313
manager: craigg
1414
ms.date: 08/21/2019
1515
---
16-
1716
# Manage Azure SQL Database managed instance long-term backup retention (PowerShell)
1817

1918
In Azure SQL Database managed instance, you can configure a [long-term backup retention](sql-database-long-term-retention.md#managed-instance-support) policy (LTR) as a limited public preview feature. This allows you to to automatically retain database backups in separate Azure Blob storage containers for up to 10 years. You can then recover a database using these backups using PowerShell.

0 commit comments

Comments
 (0)