You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-recovery-using-backups.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ Geo-restore is the default recovery option when your database is unavailable bec
115
115
116
116
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.
117
117
118
+
#### Single Azure SQL Database
119
+
118
120
To geo-restore single Azure SQL Database from Azure portal in the region and server of your choice, follow these steps:
119
121
120
122
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
126
128
127
129
Complete the process of creating a new database. Once the single Azure SQL Database is created, it will contain restored geo-restore backup.
128
130
131
+
#### Managed instance database
132
+
129
133
To geo-restore managed instance database from Azure portal to an existing managed instance in a region of your choice, follow these steps:
130
134
131
135
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
140
144
141
145
### Geo-restore using PowerShell
142
146
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).
0 commit comments