Skip to content

Commit d6abb7a

Browse files
authored
Fixed headings
1 parent b298641 commit d6abb7a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/sql-data-warehouse/sql-data-warehouse-restore.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ In this article you will learn how to do the following:
2525
## Before you begin
2626
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (e.g. myserver.database.windows.net) which has a default DTU quota. Before you can restore a SQL data warehouse, verify that the your SQL server has enough remaining DTU quota for the database being restored. To learn how to calculate DTU needed or to request more DTU, see [Request a DTU quota change][Request a DTU quota change].
2727

28-
## Restore through PowerShell
28+
# Restore through PowerShell
2929

30-
### Install PowerShell
30+
## Install PowerShell
3131
In order to use Azure PowerShell with SQL Data Warehouse, you will need to install Azure PowerShell version 1.0 or greater. You can check your version by running **Get-Module -ListAvailable -Name AzureRM**. The latest version can be installed from [Microsoft Web Platform Installer][Microsoft Web Platform Installer]. For more information on installing the latest version, see [How to install and configure Azure PowerShell][How to install and configure Azure PowerShell].
3232

33-
### Restore an active or paused database
33+
## Restore an active or paused database
3434
To restore a database from a restore point use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] PowerShell cmdlet.
3535

3636
1. Open Windows PowerShell.
@@ -86,7 +86,7 @@ $RestoredDatabase.status
8686
> After the restore has completed, you can configure your recovered database by following [Configure your database after recovery][Configure your database after recovery].
8787
>
8888
89-
### Copy your data warehouse by restoring
89+
## Copy your data warehouse by restoring
9090
To restore a database from a user-defined restore point use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] PowerShell cmdlet.
9191

9292
1. Open Windows PowerShell.
@@ -134,7 +134,7 @@ $RestoredDatabase.status
134134
135135
```
136136

137-
### Restore a deleted database
137+
## Restore a deleted database
138138
To restore a deleted database, use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] cmdlet.
139139

140140
1. Open Windows PowerShell.
@@ -169,7 +169,7 @@ $RestoredDatabase.status
169169
> After the restore has completed, you can configure your recovered database by following [Configure your database after recovery][Configure your database after recovery].
170170
>
171171
172-
### Restore from an Azure geographical region
172+
## Restore from an Azure geographical region
173173
To recover a database, use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] cmdlet.
174174

175175
> [!NOTE]
@@ -204,9 +204,9 @@ $GeoRestoredDatabase.status
204204
205205
The recovered database will be TDE-enabled if the source database is TDE-enabled.
206206

207-
## Restore through the Azure Portal
207+
# Restore through the Azure Portal
208208

209-
### Create a user-defined restore point
209+
## Create a user-defined restore point
210210
1. Sign in to the [Azure portal][Azure portal].
211211

212212
2. Navigate to the SQL data warehouse that you want to create a restore point for.
@@ -219,7 +219,7 @@ The recovered database will be TDE-enabled if the source database is TDE-enabled
219219

220220
![Name of Restore Point](./media/sql-data-warehouse-restore-database-portal/creating_restore_point_1.png)
221221

222-
### Restore an active or paused database
222+
## Restore an active or paused database
223223
1. Sign in to the [Azure portal][Azure portal].
224224
2. Navigate to the SQL data warehouse that you want to restore from.
225225
3. At the top of the Overview blade, select **Restore**.
@@ -234,7 +234,7 @@ The recovered database will be TDE-enabled if the source database is TDE-enabled
234234

235235
![User-defined Restore Points](./media/sql-data-warehouse-restore-database-portal/restoring_2_udrp.png)
236236

237-
### Restore a deleted database
237+
## Restore a deleted database
238238
1. Sign in to the [Azure portal][Azure portal].
239239
2. Navigate to the SQL server your deleted database was hosted on.
240240
3. Select the Deleted databases icon in the table of contents.

0 commit comments

Comments
 (0)