Skip to content

Commit 34b31e8

Browse files
authored
Merge pull request #95975 from danimir/master
Updating restore deleted DB for MI functionality
2 parents 9d4455b + daaf842 commit 34b31e8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/sql-database/sql-database-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Azure platform provides a number of PaaS capabilities that are added as an addit
119119
| Backup retention | Yes. 7 days default, max 35 days. | Yes. 7 days default, max 35 days. |
120120
| [Data Migration Service (DMS)](https://docs.microsoft.com/sql/dma/dma-overview) | Yes | Yes |
121121
| File system access | No. Use [BULK INSERT](https://docs.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. | No. Use [BULK INSERT](https://docs.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. |
122-
| [Geo-restore](sql-database-recovery-using-backups.md#geo-restore) | Yes - all service tiers other than hyperscale | Yes - using [Azure PowerShell](https://medium.com/azure-sqldb-managed-instance/geo-restore-your-databases-on-azure-sql-instances-1451480e90fa). |
122+
| [Geo-restore](sql-database-recovery-using-backups.md#geo-restore) | Yes - all service tiers other than hyperscale | Yes - all service tiers other than hyperscale |
123123
| [Hyperscale architecture](sql-database-service-tier-hyperscale.md) | Yes | No |
124124
| [Long-term backup retention - LTR](sql-database-long-term-retention.md) | Yes, keep automatically taken backups up to 10 years. | Not yet. Use `COPY_ONLY` [manual backups](sql-database-managed-instance-transact-sql-information.md#backup) as a temporary workaround. |
125125
| Pause/resume | Yes, in [serverless model](sql-database-serverless.md) | No |

articles/sql-database/sql-database-recovery-using-backups.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,13 @@ You restore deleted databases from the Azure portal from the server and instance
102102

103103
To recover a single or pooled deleted database by using the Azure portal, open the server overview page, and select **Deleted databases**. Select a deleted database that you want to restore, and type the name for the new database that will be created with data restored from the backup.
104104

105-
![Screenshot of Deleted databases options](./media/sql-database-recovery-using-backups/restore-deleted-sql-database-annotated.png)
105+
![Screenshot of restore deleted Azure SQL database](./media/sql-database-recovery-using-backups/restore-deleted-sql-database-annotated.png)
106106

107107
#### Managed instance database
108108

109-
You can't use the Azure portal to restore a deleted database on a managed instance. You can use PowerShell for this purpose.
109+
To recover a managed database by using the Azure portal, open the managed instance overview page, and select **Deleted databases**. Select a deleted database that you want to restore, and type the name for the new database that will be created with data restored from the backup.
110+
111+
![Screenshot of restore deleted Azure SQL instance database](./media/sql-database-recovery-using-backups/restore-deleted-sql-managed-instance-annotated.png)
110112

111113
### Deleted database restore by using PowerShell
112114

0 commit comments

Comments
 (0)