You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-sql-restore-cli.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ In this article, you'll learn how to:
24
24
25
25
This article assumes you've an SQL database running on Azure VM that's backed-up using Azure Backup. If you've used [Back up an SQL database in Azure using CLI](backup-azure-sql-backup-cli.md) to back up your SQL database, then you're using the following resources:
26
26
27
-
* A resource group named *SQLResourceGroup*
28
-
* A vault named *SQLVault*
29
-
* Protected container named *VMAppContainer;Compute;SQLResourceGroup;testSQLVM*
30
-
* Backed-up database/item named *sqldatabase;mssqlserver;master*
31
-
* Resources in the *westus2* region
27
+
* A resource group named `SQLResourceGroup`.
28
+
* A vault named `SQLVault`.
29
+
* Protected container named `VMAppContainer;Compute;SQLResourceGroup;testSQLVM`.
30
+
* Backed-up database/item named `sqldatabase;mssqlserver;master`.
31
+
* Resources in the `westus` region.
32
32
33
33
>[!Note]
34
34
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
@@ -144,7 +144,7 @@ Name Operation Status Item Name
The response provides you the job name. You can use this job name to track the job status using [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
147
+
The response provides you with the job name. You can use this job name to track the job status using [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
148
148
149
149
## Restore and overwrite
150
150
@@ -199,7 +199,7 @@ Name Operation Status Item Name
The response provides you the job name. You can use this job name to track the job status using the [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
202
+
The response provides you with the job name. You can use this job name to track the job status using the [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
203
203
204
204
## Restore to a secondary region
205
205
@@ -359,7 +359,7 @@ The output appears as:
359
359
}
360
360
```
361
361
362
-
The response provides you the job name. You can use this job name to track the job status using the [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
362
+
The response provides you with the job name. You can use this job name to track the job status using the [az backup job show](/cli/azure/backup/job#az-backup-job-show) command.
363
363
364
364
> [!NOTE]
365
365
> If you don't want to restore the entire chain but only a subset of files, follow the steps as documented [here](restore-sql-database-azure-vm.md#partial-restore-as-files).
Copy file name to clipboardExpand all lines: articles/backup/restore-sql-database-azure-vm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ With Cross Subscription Restore (CSR), you have the flexibility of restoring to
286
286
| --- | --- | --- | --- |
287
287
| Restore database or restore as files |`Virtual Machine Contributor`| Source VM that got backed up | Instead of a built-in role, you can consider a custom role which has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write` <br> - `Microsoft.Compute/virtualMachines/read`|
288
288
||`Virtual Machine Contributor`| Target VM in which the database will be restored or files are created. | Instead of a built-in role, you can consider a custom role that has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write` <br> - `Microsoft.Compute/virtualMachines/read`|
By default, CSR is enabled on the Recovery Services vault. To update the Recovery Services vault restore settings, go to **Properties** > **Cross Subscription Restore** and make the required changes.
| Restore database or Restore as files | Virtual Machine Contributor | Source VM that got backed up | Instead of a built-in role, you can consider a custom role which has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write`<br> - `Microsoft.Compute/virtualMachines/read`|
375
-
|| Virtual Machine Contributor | Target VM in which the database will be restored or files are created. | Instead of a built-in role, you can consider a custom role that has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write`<br> - `Microsoft.Compute/virtualMachines/read`|
| Restore database or restore as files |`Virtual Machine Contributor`| Source VM that got backed up | Instead of a built-in role, you can consider a custom role which has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write`<br> - `Microsoft.Compute/virtualMachines/read`|
375
+
||`Virtual Machine Contributor`| Target VM in which the database will be restored or files are created. | Instead of a built-in role, you can consider a custom role that has the following permissions: <br><br> - `Microsoft.Compute/virtualMachines/write`<br> - `Microsoft.Compute/virtualMachines/read`|
By default, CSR is enabled on the Recovery Services vault. To update the Recovery Services vault restore settings, go to **Properties**>**Cross Subscription Restore** and make the required changes.
Copy file name to clipboardExpand all lines: articles/backup/tutorial-sap-hana-restore-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Use [Azure Cloud Shell](tutorial-sap-hana-backup-cli.md) to run CLI commands.
23
23
24
24
This tutorial assumes you have an SAP HANA database running on Azure VM that's backed-up using Azure Backup. If you've used [Back up an SAP HANA database in Azure using CLI](tutorial-sap-hana-backup-cli.md) to back up your SAP HANA database, then you're using the following resources:
25
25
26
-
* A resource group named *saphanaResourceGroup*
27
-
* A vault named *saphanaVault*
28
-
* Protected container named `VMAppContainer;Compute;saphanaResourceGroup;saphanaVM`
29
-
* Backed-up database/item named `saphanadatabase;hxe;hxe`
30
-
* Resources in the *westus2* region
26
+
* A resource group named `saphanaResourceGroup`.
27
+
* A vault named `saphanaVault`.
28
+
* Protected container named `VMAppContainer;Compute;saphanaResourceGroup;saphanaVM`.
29
+
* Backed-up database/item named `saphanadatabase;hxe;hxe`.
30
+
* Resources in the `westus2` region.
31
31
32
32
For more information on the supported configurations and scenarios, see the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md).
0 commit comments