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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,12 @@ Complete the process of creating a new database. Once the single Azure SQL Datab
130
130
131
131
#### Managed instance database
132
132
133
-
To geo-restore managed instance database from Azure portal to an existing managed instance in a region of your choice, follow these steps:
133
+
To geo-restore managed instance database from Azure portal to an existing managed instance in a region of your choice, select a managed instance on which you wish a database to be restored, and follow these steps:
134
134
135
-
1. Select the managed instance on which a new database will be restored
136
-
2. Click on **+New database**
137
-
3. Type in a desired database name
138
-
4. Under Use existing data select option **Backup**
139
-
5. Select a backup from the drop-down list of available geo-restore backups
135
+
1. Click on **+New database**
136
+
2. Type in a desired database name
137
+
3. Under Use existing data select option **Backup**
138
+
4. Select a backup from the drop-down list of available geo-restore backups
@@ -146,11 +145,11 @@ Complete the process of creating a new database. Once the instance database is c
146
145
147
146
#### Single Azure SQL Database
148
147
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).
148
+
For PowerShell script showing how to perform geo-restore for a single Azure SQL Database, see [Use PowerShell to restore an Azure SQL single database to an earlier point in time](scripts/sql-database-restore-database-powershell.md).
150
149
151
150
#### Managed instance database
152
151
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).
152
+
For PowerShell script showing how to perform geo-restore for a managed instance database, see [Use PowerShell to restore a Managed Instance database to another geo-region](scripts/sql-managed-instance-restore-geo-backup.md).
0 commit comments