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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ You can restore a deleted database to the deletion time or an earlier point in t
92
92
> [!IMPORTANT]
93
93
> If you delete an Azure SQL Database server instance, all its databases are also deleted and cannot be recovered. There is currently no support for restoring a deleted server.
94
94
95
-
### Deleted database restore using Azure portal
95
+
### Deleted database restore using the Azure portal
96
96
97
97
To recover a deleted database using Azure portal, open the page for your server and in the Operations area, click **Deleted databases**.
98
98
@@ -113,30 +113,30 @@ Geo-restore is the default recovery option when your database is unavailable bec
113
113
114
114
### Geo-restore using Azure portal
115
115
116
-
General concept of geo-restoring a database from Azure portal is performed through creating a new single or managed instance database at which time available geo-restore backup is selected.
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
-
To geo-restore single Azure SQL Database from Azure portal, follow these steps:
118
+
To geo-restore single Azure SQL Database from Azure portal in the region and server of your choice, follow these steps:
119
119
120
-
1. Click on add **+** in the marketplace and select **Create SQL Database**, fill out the required information under **Basics tab**
120
+
1. Click on add **+Add** in the marketplace and select **Create SQL Database**, fill out the required information under **Basics tab**
121
121
2. Select **Additional settings** tab
122
122
3. Under Use existing data click on **Backup**
123
-
4. Select backup from the drop-down list to use in restoring this database in the region and server of your choice.
123
+
4. Select a backup from the drop-down list of available geo-restore backups
124
124
125
125

126
126
127
127
Complete the process of creating a new database. Once the single Azure SQL Database is created, it will contain restored geo-restore backup.
128
128
129
-
To geo-restore managed instance database from Azure portal, follow these steps:
129
+
To geo-restore managed instance database from Azure portal to an existing managed instance in a region of your choice, follow these steps:
130
130
131
131
1. Select the managed instance on which a new database will be restored
132
132
2. Click on **+New database**
133
-
3. Type in desired database name
133
+
3. Type in a desired database name
134
134
4. Under Use existing data select option **Backup**
135
-
5. Select backup from the drop-down list to use in restoring this database to the chosen managed instance
135
+
5. Select a backup from the drop-down list of available geo-restore backups
0 commit comments