Skip to content

Commit 242c068

Browse files
authored
Updated the cross tenant restore
1 parent 06c5996 commit 242c068

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/synapse-analytics/backuprestore/restore-sql-pool.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,8 @@ When performing a cross-tenant-subscription restore, a dedicated SQL pool in an
212212

213213
For cross-tenant-subscription restore, the user must have a 'GUEST' account with either the 'Owner' or 'Contributor' access permissions to the destination tenant to which the dedicated SQL pool (formerly SQL DW) will be restored to.
214214

215-
The PowerShell script below is similar to the above, however there are three main differences:
216-
217-
• After retrieving the SQL Pool object to be restored, the subscription and the tenant context needs to be switched to the destination (or target) tenant ID and subscription name or ID.
218-
• When performing the restore, use the Az.Sql modules instead of the Az.Synapse modules.
219-
• The below sample code has additional steps for restoring to an Azure Synapse workspace in the destination subscription. Uncomment the PowerShell commands as described in the sample.
220-
215+
The Powershell script for cross tenant restore works the in the same way as cross-subscription restore when the user is given 'GUEST' access to the destination tenant. As a best practice it is advised to also use the destination Tenant ID along with the destination subscription ID.
216+
221217
Steps:
222218

223219
1. Open a PowerShell terminal.

0 commit comments

Comments
 (0)