Skip to content

Commit e752b26

Browse files
authored
Clarity and screenshots for geo-restore
Clarity and screenshots for geo-restore for single DB and managed instance
1 parent 0412cee commit e752b26

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Geo-restore is the default recovery option when your database is unavailable bec
115115

116116
The general concept to geo-restore a database from Azure portal is performed through creating a new single or managed instance database and selecting an available geo-restore backup on the database create screen. The newly created database will contain the geo-restored backup data.
117117

118+
#### Single Azure SQL Database
119+
118120
To geo-restore single Azure SQL Database from Azure portal in the region and server of your choice, follow these steps:
119121

120122
1. Click on add **+Add** in the marketplace and select **Create SQL Database**, fill out the required information under **Basics tab**
@@ -126,6 +128,8 @@ To geo-restore single Azure SQL Database from Azure portal in the region and ser
126128

127129
Complete the process of creating a new database. Once the single Azure SQL Database is created, it will contain restored geo-restore backup.
128130

131+
#### Managed instance database
132+
129133
To geo-restore managed instance database from Azure portal to an existing managed instance in a region of your choice, follow these steps:
130134

131135
1. Select the managed instance on which a new database will be restored
@@ -140,7 +144,13 @@ Complete the process of creating a new database. Once the instance database is c
140144

141145
### Geo-restore using PowerShell
142146

143-
For a sample PowerShell script showing how to perform a geo-restore, see [Restore a SQL database using PowerShell](scripts/sql-database-restore-database-powershell.md).
147+
#### Single Azure SQL Database
148+
149+
For PowerShell script showing how to perform geo-restore for a single Azure SQL Database, see [Restore a SQL database using PowerShell](scripts/sql-database-restore-database-powershell.md).
150+
151+
#### Managed instance database
152+
153+
For PowerShell script showing how to perform geo-restore for a managed instance database, see [PowerShell to restore a Managed Instance database to another geo-region](scripts/sql-managed-instance-restore-geo-backup.md).
144154

145155
### Geo-restore considerations
146156

0 commit comments

Comments
 (0)