Skip to content

Commit 20b90fe

Browse files
authored
formatting
1 parent 4d8d980 commit 20b90fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 04/14/2020
1515
---
1616
# Manage Azure SQL Database managed instance long-term backup retention (PowerShell)
1717

18-
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.
18+
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 with PowerShell.
1919

2020
> [!IMPORTANT]
2121
> LTR for managed instances is currently in limited preview and available for EA and CSP subscriptions on a case by case basis. To request enrollment, please create an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) under the support topic **Backup, Restore, and Business Continuity/Long-term backup retention**.
@@ -28,7 +28,7 @@ The following sections show you how to use PowerShell to configure the long-term
2828
For **Get-AzSqlInstanceDatabaseLongTermRetentionBackup** and **Restore-AzSqlInstanceDatabase**, you will need to have one of the following roles:
2929

3030
- Subscription Owner role or
31-
- SManaged Instance Contributor role or
31+
- Managed Instance Contributor role or
3232
- Custom role with the following permissions:
3333

3434
```Microsoft.Sql/locations/longTermRetentionManagedInstanceBackups/read```
@@ -43,7 +43,7 @@ For **Remove-AzSqlInstanceDatabaseLongTermRetentionBackup**, you will need to ha
4343
```Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups/delete```
4444

4545
> [!NOTE]
46-
> The SManaged Instance Contributor role does not have permission to delete LTR backups.
46+
> The Managed Instance Contributor role does not have permission to delete LTR backups.
4747
4848
RBAC permissions could be granted in either *subscription* or *resource group* scope. However, to access LTR backups that belong to a dropped instance, the permission must be granted in the *subscription* scope of that instance.
4949

0 commit comments

Comments
 (0)