Skip to content

Instantly share code, notes, and snippets.

@iamgini
Last active February 23, 2022 08:51
Show Gist options
  • Save iamgini/7fc1714bbeb59b3782922865f4edeb1f to your computer and use it in GitHub Desktop.
Save iamgini/7fc1714bbeb59b3782922865f4edeb1f to your computer and use it in GitHub Desktop.
Start LRS in continuous mode
Start-AzSqlInstanceDatabaseLogReplay -ResourceGroupName "SQLMIJagathRG" `
-InstanceName "sqlmanagedinstancejagath" -Name "AdventureWorks2016" `
-Collation "SQL_Latin1_General_CP1_CI_AS" `
-StorageContainerUri "https://storageaccountsqlmitest.blob.core.windows.net/sqlmibackup/AdventureWorks2016" `
-StorageContainerSasToken "sv=2020-08-04&st=2021-12-17T17%3A01%3A53Z&se=2022-05-30T17%3A01%3A00Z&sr=c&sp=rl&sig=oo1mHExX5StH85yM6ngYP1onMcu5fpLSoH7PNy5C0Zk%3D"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment