Skip to content

Commit c70d1b4

Browse files
authored
Merge pull request #102011 from Kat-Campise/sqldw_restore
sqldw restore fix links
2 parents 084d039 + 0c9beed commit c70d1b4

File tree

5 files changed

+35
-127
lines changed

5 files changed

+35
-127
lines changed

articles/sql-data-warehouse/sql-data-warehouse-restore-active-paused-dw.md

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ In this article, you learn to restore an existing SQL Data Warehouse through Azu
1919

2020
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2121

22-
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify the 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].
22+
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify the 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](sql-data-warehouse-get-started-create-support-ticket.md).
2323

2424
## Before you begin
2525

26-
1. Make sure to [install Azure PowerShell][Install Azure PowerShell].
27-
2. Have an existing restore point that you want to restore from. If you want to create a new restore, see [the tutorial to create a new user-defined restore point][the tutorial to create a new user-defined restore point].
26+
1. Make sure to [install Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
27+
2. Have an existing restore point that you want to restore from. If you want to create a new restore, see [the tutorial to create a new user-defined restore point](sql-data-warehouse-restore-points.md).
2828

2929
## Restore an existing data warehouse through PowerShell
3030

31-
To restore an existing data warehouse from a restore point use the [Restore-AzSqlDatabase][Restore-AzSqlDatabase] PowerShell cmdlet.
31+
To restore an existing data warehouse from a restore point use the [Restore-AzSqlDatabase](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase) PowerShell cmdlet.
3232

3333
1. Open PowerShell.
3434

@@ -40,13 +40,13 @@ To restore an existing data warehouse from a restore point use the [Restore-AzSq
4040

4141
5. Pick the desired restore point using the RestorePointCreationDate.
4242

43-
6. Restore the data warehouse to the desired restore point using [Restore-AzSqlDatabase][Restore-AzSqlDatabase] PowerShell cmdlet.
43+
6. Restore the data warehouse to the desired restore point using [Restore-AzSqlDatabase](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase) PowerShell cmdlet.
4444
1. To restore the SQL Data Warehouse to a different logical server, make sure to specify the other logical server name. This logical server can also be in a different resource group and region.
4545
2. To restore to a different subscription, use the 'Move' button to move the logical server to another subscription.
4646

4747
7. Verify that the restored data warehouse is online.
4848

49-
8. After the restore has completed, you can configure your recovered data warehouse by following [configure your database after recovery][Configure your database after recovery].
49+
8. After the restore has completed, you can configure your recovered data warehouse by following [configure your database after recovery](../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery).
5050

5151
```Powershell
5252
@@ -84,7 +84,7 @@ $RestoredDatabase.status
8484

8585
## Restore an existing data warehouse through the Azure portal
8686

87-
1. Sign in to the [Azure portal][Azure portal].
87+
1. Sign in to the [Azure portal](https://portal.azure.com/).
8888
2. Navigate to the SQL Data Warehouse that you want to restore from.
8989
3. At the top of the Overview blade, select **Restore**.
9090

@@ -95,29 +95,7 @@ $RestoredDatabase.status
9595
![Automatic Restore Points](./media/sql-data-warehouse-restore-active-paused-dw/restoring-11.png)
9696

9797
## Next Steps
98-
- [Restore a deleted data warehouse][Restore a deleted data warehouse]
99-
- [Restore from a geo-backup data warehouse][Restore from a geo-backup data warehouse]
100-
101-
<!--Image references-->
102-
103-
<!--Article references-->
104-
[Azure SQL Database business continuity overview]: ../sql-database/sql-database-business-continuity.md
105-
[Request a DTU quota change]: ./sql-data-warehouse-get-started-create-support-ticket.md
106-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
107-
[How to install and configure Azure PowerShell]: /powershell/azureps-cmdlets-docs
108-
[Overview]: ./sql-data-warehouse-restore-database-overview.md
109-
[Portal]: ./sql-data-warehouse-restore-database-portal.md
110-
[PowerShell]: ./sql-data-warehouse-restore-database-powershell.md
111-
[REST]: ./sql-data-warehouse-restore-database-rest-api.md
112-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
113-
[the tutorial to create a new user-defined restore point]:../sql-data-warehouse/sql-data-warehouse-restore-points.md
114-
[Install Azure PowerShell]: https://docs.microsoft.com/powershell/azure/overview
115-
[Restore an existing data warehouse]:./sql-data-warehouse-restore-active-paused-dw.md
116-
[Restore a deleted data warehouse]:./sql-data-warehouse-restore-deleted-dw.md
117-
[Restore from a geo-backup data warehouse]:./sql-data-warehouse-restore-from-geo-backup.md
118-
119-
<!--MSDN references-->
120-
[Restore-AzSqlDatabase]: https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase
121-
122-
<!--Other Web references-->
123-
[Azure Portal]: https://portal.azure.com/
98+
- [Restore a deleted data warehouse](sql-data-warehouse-restore-deleted-dw.md)
99+
- [Restore from a geo-backup data warehouse](sql-data-warehouse-restore-from-geo-backup.md)
100+
101+

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

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ In this article, you learn to restore a deleted SQL Data Warehouse using Azure p
2121

2222
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2323

24-
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify that the 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].
24+
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify that the 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](sql-data-warehouse-get-started-create-support-ticket.md).
2525

2626
## Restore a deleted data warehouse through PowerShell
2727

28-
To restore a deleted SQL Data Warehouse, use the [Restore-AzSqlDatabase][Restore-AzSqlDatabase] cmdlet. If the corresponding logical server has been deleted as well, you can't restore that data warehouse.
28+
To restore a deleted SQL Data Warehouse, use the [Restore-AzSqlDatabase](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase) cmdlet. If the corresponding logical server has been deleted as well, you can't restore that data warehouse.
2929

30-
1. Before you begin, make sure to [install Azure PowerShell][Install Azure PowerShell].
30+
1. Before you begin, make sure to [install Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
3131
2. Open PowerShell.
3232
3. Connect to your Azure account and list all the subscriptions associated with your account.
3333
4. Select the subscription that contains the deleted data warehouse to be restored.
3434
5. Get the specific deleted data warehouse.
3535
6. Restore the deleted data warehouse
3636
1. To restore the deleted SQL Data Warehouse to a different logical server, make sure to specify the other logical server name. This logical server can also be in a different resource group and region.
37-
1. To restore to a different subscription, use the [Move][Move] button to move the logical server to another subscription.
37+
1. To restore to a different subscription, use the [Move](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources#use-the-portal) button to move the logical server to another subscription.
3838
1. Verify that the restored data warehouse is online.
39-
1. After the restore has completed, you can configure your recovered data warehouse by following [configure your database after recovery][Configure your database after recovery].
39+
1. After the restore has completed, you can configure your recovered data warehouse by following [configure your database after recovery](../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery).
4040

4141
```Powershell
4242
$SubscriptionName="<YourSubscriptionName>"
@@ -66,7 +66,7 @@ $RestoredDatabase.status
6666

6767
## Restore a deleted database using the Azure portal
6868

69-
1. Sign in to the [Azure portal][Azure portal].
69+
1. Sign in to the [Azure portal](https://portal.azure.com/).
7070
2. Navigate to the SQL server your deleted data warehouse was hosted on.
7171
3. Select the **Deleted databases** icon in the table of contents.
7272

@@ -81,29 +81,5 @@ $RestoredDatabase.status
8181
![Specify Database Name](./media/sql-data-warehouse-restore-deleted-dw/restoring-deleted-21.png)
8282

8383
## Next Steps
84-
- [Restore an existing data warehouse][Restore an existing data warehouse]
85-
- [Restore from a geo-backup data warehouse][Restore from a geo-backup data warehouse]
86-
87-
<!--Image references-->
88-
89-
<!--Article references-->
90-
[Azure SQL Database business continuity overview]: ../sql-database/sql-database-business-continuity.md
91-
[Request a DTU quota change]: ./sql-data-warehouse-get-started-create-support-ticket.md
92-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
93-
[Install Azure PowerShell]: https://docs.microsoft.com/powershell/azure/overview
94-
[Overview]: ./sql-data-warehouse-restore-database-overview.md
95-
[Portal]: ./sql-data-warehouse-restore-database-portal.md
96-
[PowerShell]: ./sql-data-warehouse-restore-database-powershell.md
97-
[REST]: ./sql-data-warehouse-restore-database-rest-api.md
98-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
99-
[support ticket]: https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-get-started-create-support-ticket
100-
[Move]:https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources#use-the-portal
101-
[Restore an existing data warehouse]:./sql-data-warehouse-restore-active-paused-dw.md
102-
[Restore a deleted data warehouse]:./sql-data-warehouse-restore-deleted-dw.md
103-
[Restore from a geo-backup data warehouse]:./sql-data-warehouse-restore-from-geo-backup.md
104-
105-
<!--MSDN references-->
106-
[Restore-AzSqlDatabase]: https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase
107-
108-
<!--Other Web references-->
109-
[Azure Portal]: https://portal.azure.com/
84+
- [Restore an existing data warehouse](sql-data-warehouse-restore-active-paused-dw.md)
85+
- [Restore from a geo-backup data warehouse](sql-data-warehouse-restore-from-geo-backup.md)

articles/sql-data-warehouse/sql-data-warehouse-restore-from-geo-backup.md

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ In this article, you learn to restore your data warehouse from a geo-backup thro
2121

2222
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2323

24-
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify that the 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].
24+
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (for example, myserver.database.windows.net) which has a default DTU quota. Verify that the 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](sql-data-warehouse-get-started-create-support-ticket.md).
2525

2626
## Restore from an Azure geographical region through PowerShell
2727

28-
To restore from a geo-backup, use the [Get-AzSqlDatabaseGeoBackup][Get-AzSqlDatabaseGeoBackup] and [Restore-AzSqlDatabase][Restore-AzSqlDatabase] cmdlet.
28+
To restore from a geo-backup, use the [Get-AzSqlDatabaseGeoBackup](https://docs.microsoft.com/powershell/module/az.sql/get-azsqldatabasegeobackup) and [Restore-AzSqlDatabase](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase) cmdlet.
2929

3030
> [!NOTE]
3131
> You can perform a geo-restore to Gen2! To do so, specify an Gen2 ServiceObjectiveName (e.g. DW1000**c**) as an optional parameter.
3232
>
3333
34-
1. Before you begin, make sure to [install Azure PowerShell][Install Azure PowerShell].
34+
1. Before you begin, make sure to [install Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
3535
2. Open PowerShell.
3636
2. Connect to your Azure account and list all the subscriptions associated with your account.
3737
3. Select the subscription that contains the data warehouse to be restored.
3838
4. Get the data warehouse you want to recover.
3939
5. Create the recovery request for the data warehouse.
4040
6. Verify the status of the geo-restored data warehouse.
41-
7. To configure your data warehouse after the restore has completed, see [Configure your database after recovery][Configure your database after recovery].
41+
7. To configure your data warehouse after the restore has completed, see [Configure your database after recovery]( ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery).
4242

4343
```Powershell
4444
$SubscriptionName="<YourSubscriptionName>"
@@ -71,7 +71,7 @@ The recovered database will be TDE-enabled if the source database is TDE-enabled
7171

7272
Follow the steps outlined below to restore an Azure SQL Data Warehouse from a geo-backup:
7373

74-
1. Sign in to your [Azure portal][Azure portal] account.
74+
1. Sign in to your [Azure portal](https://portal.azure.com/) account.
7575
1. Click **+ Create a resource** and search for SQL Data Warehouse and click **Create**.
7676

7777
![New DW](./media/sql-data-warehouse-restore-from-geo-backup/georestore-new.png)
@@ -84,30 +84,5 @@ Follow the steps outlined below to restore an Azure SQL Data Warehouse from a ge
8484
2. Once the data warehouse has been restored, check that the **Status** is Online.
8585

8686
## Next Steps
87-
- [Restore an existing data warehouse][Restore an existing data warehouse]
88-
- [Restore a deleted data warehouse][Restore a deleted data warehouse]
89-
90-
<!--Image references-->
91-
92-
<!--Article references-->
93-
[Install Azure PowerShell]: https://docs.microsoft.com/powershell/azure/overview
94-
[Azure SQL Database business continuity overview]: ../sql-database/sql-database-business-continuity.md
95-
[Request a DTU quota change]: ./sql-data-warehouse-get-started-create-support-ticket.md
96-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
97-
[How to install and configure Azure PowerShell]: /powershell/azureps-cmdlets-docs
98-
[Overview]: ./sql-data-warehouse-restore-database-overview.md
99-
[Portal]: ./sql-data-warehouse-restore-database-portal.md
100-
[PowerShell]: ./sql-data-warehouse-restore-database-powershell.md
101-
[REST]: ./sql-data-warehouse-restore-database-rest-api.md
102-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
103-
[Restore an existing data warehouse]:./sql-data-warehouse-restore-active-paused-dw.md
104-
[Restore a deleted data warehouse]:./sql-data-warehouse-restore-deleted-dw.md
105-
[Restore from a geo-backup data warehouse]:./sql-data-warehouse-restore-from-geo-backup.md
106-
107-
108-
<!--MSDN references-->
109-
[Restore-AzSqlDatabase]: https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase
110-
[Get-AzSqlDatabaseGeoBackup]: https://docs.microsoft.com/powershell/module/az.sql/get-azsqldatabasegeobackup
111-
112-
<!--Other Web references-->
113-
[Azure Portal]: https://portal.azure.com/
87+
- [Restore an existing data warehouse](sql-data-warehouse-restore-active-paused-dw.md)
88+
- [Restore a deleted data warehouse](sql-data-warehouse-restore-deleted-dw.md)

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

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ In this article, you learn to create a new user-defined restore point for Azure
1919

2020
## Create user-defined restore points through PowerShell
2121

22-
To create a user-defined restore point, use the [New-AzSqlDatabaseRestorePoint][New-AzSqlDatabaseRestorePoint] PowerShell cmdlet.
22+
To create a user-defined restore point, use the [New-AzSqlDatabaseRestorePoint](https://docs.microsoft.com/powershell/module/az.sql/new-azsqldatabaserestorepoint?view=azps-2.4.0) PowerShell cmdlet.
2323

24-
1. Before you begin, make sure to [install Azure PowerShell][Install Azure PowerShell].
24+
1. Before you begin, make sure to [install Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
2525
2. Open PowerShell.
2626
3. Connect to your Azure account and list all the subscriptions associated with your account.
2727
4. Select the subscription that contains the database to be restored.
@@ -55,7 +55,7 @@ Get-AzSqlDatabaseRestorePoints -ResourceGroupName $ResourceGroupName -ServerName
5555

5656
User-defined restore points can also be created through Azure portal.
5757

58-
1. Sign in to your [Azure portal][Azure portal] account.
58+
1. Sign in to your [Azure portal](https://portal.azure.com/) account.
5959

6060
2. Navigate to the SQL Data Warehouse that you want to create a restore point for.
6161

@@ -69,28 +69,7 @@ User-defined restore points can also be created through Azure portal.
6969

7070
## Next steps
7171

72-
- [Restore an existing data warehouse][Restore an existing data warehouse]
73-
- [Restore a deleted data warehouse][Restore a deleted data warehouse]
74-
- [Restore from a geo-backup data warehouse][Restore from a geo-backup data warehouse]
75-
76-
<!--Image references-->
77-
78-
<!--Article references-->
79-
[Azure SQL Database business continuity overview]: ../sql-database/sql-database-business-continuity.md
80-
[Request a DTU quota change]: ./sql-data-warehouse-get-started-create-support-ticket.md
81-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
82-
[Install Azure PowerShell]: https://docs.microsoft.com/powershell/azure/overview
83-
[Overview]: ./sql-data-warehouse-restore-database-overview.md
84-
[Portal]: ./sql-data-warehouse-restore-database-portal.md
85-
[PowerShell]: ./sql-data-warehouse-restore-database-powershell.md
86-
[REST]: ./sql-data-warehouse-restore-database-rest-api.md
87-
[Configure your database after recovery]: ../sql-database/sql-database-disaster-recovery.md#configure-your-database-after-recovery
88-
[PowerShelldoc]:./sql-data-warehouse-restore-points.md#create-user-defined-restore-points-through-powershell
89-
[Restore an existing data warehouse]:./sql-data-warehouse-restore-active-paused-dw.md
90-
[Restore a deleted data warehouse]:./sql-data-warehouse-restore-deleted-dw.md
91-
[Restore from a geo-backup data warehouse]:./sql-data-warehouse-restore-from-geo-backup.md
92-
<!--MSDN references-->
93-
[New-AzSqlDatabaseRestorePoint]: https://docs.microsoft.com/powershell/module/az.sql/new-azsqldatabaserestorepoint?view=azps-2.4.0
94-
95-
<!--Other Web references-->
96-
[Azure Portal]: https://portal.azure.com/
72+
- [Restore an existing data warehouse](sql-data-warehouse-restore-active-paused-dw.md)
73+
- [Restore a deleted data warehouse](sql-data-warehouse-restore-deleted-dw.md)
74+
- [Restore from a geo-backup data warehouse](sql-data-warehouse-restore-from-geo-backup.md)
75+

0 commit comments

Comments
 (0)