Skip to content

Commit 23d1acb

Browse files
authored
Merge pull request #188523 from pvrk/patch-32
Correcting restore command for SQL CRR
2 parents 52bf498 + 8b804bf commit 23d1acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/backup-azure-sql-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Once the relevant configuration is obtained for primary region restore or second
565565
Once the relevant recovery Config object is obtained and verified, use the [Restore-AzRecoveryServicesBackupItem](/powershell/module/az.recoveryservices/restore-azrecoveryservicesbackupitem) PowerShell cmdlet to start the restore process.
566566

567567
```powershell
568-
Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceWithLogConfig -VaultId $testVault.ID
568+
Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceWithLogConfig -VaultId $testVault.ID -RestoreToSecondaryRegion
569569
```
570570

571571
The restore operation returns a job to be tracked.

0 commit comments

Comments
 (0)