Skip to content

Commit 21f3cd5

Browse files
minor changes
1 parent 19fbd1d commit 21f3cd5

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

articles/backup/backup-azure-sql-restore-cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ In this article, you'll learn how to:
2424
2525
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:
2626

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.
3232

3333
>[!Note]
3434
>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
144144
be7ea4a4-0752-4763-8570-a306b0a0106f Restore InProgress master [testSQLVM] AzureWorkload 2022-06-21T03:51:06.898981+00:00 0:00:05.652967
145145
```
146146

147-
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.
148148

149149
## Restore and overwrite
150150

@@ -199,7 +199,7 @@ Name Operation Status Item Name
199199
1730ec49-166a-4bfd-99d5-93027c2d8480 Restore InProgress master [testSQLVM] AzureWorkload 2022-06-21T04:04:11.161411+00:00 0:00:03.118076
200200
```
201201

202-
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.
203203

204204
## Restore to a secondary region
205205

@@ -359,7 +359,7 @@ The output appears as:
359359
}
360360
```
361361

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.
363363

364364
> [!NOTE]
365365
> 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).

articles/backup/restore-sql-database-azure-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ With Cross Subscription Restore (CSR), you have the flexibility of restoring to
286286
| --- | --- | --- | --- |
287287
| 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` |
288288
| | `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` |
289-
| | Backup Operator | Target Recovery Services vault | |
289+
| | `Backup Operator` | Target Recovery Services vault | |
290290

291291
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.
292292

articles/backup/sap-hana-database-restore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ With Cross Subscription Restore (CSR), you have the flexibility of restoring to
371371

372372
| Operation type | Backup operator | Recovery Services vault | Alternate operator |
373373
| --- | --- | --- | --- |
374-
| 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` |
376-
| | Backup Operator | Target Recovery Services vault | |
374+
| 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` |
376+
| | `Backup Operator` | Target Recovery Services vault | |
377377

378378
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.
379379

articles/backup/tutorial-sap-hana-restore-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Use [Azure Cloud Shell](tutorial-sap-hana-backup-cli.md) to run CLI commands.
2323

2424
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:
2525

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.
3131

3232
For more information on the supported configurations and scenarios, see the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md).
3333

0 commit comments

Comments
 (0)