Skip to content

Commit 53e29ad

Browse files
Merge pull request #243053 from AbhishekMallick01/Jun-27-2023-HSRpostrelease
HSR article updates
2 parents 5764c95 + 19b820b commit 53e29ad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Location Name ResourceGroup
6666
westus2 saphanaVault saphanaResourceGroup
6767
```
6868

69-
# [HSR database](#tab/hsr-database)
69+
# [HSR](#tab/hsr)
7070

71-
To create the Recovery Services vault for HSR database instance protection, run the following command:
71+
To create the Recovery Services vault for HSR instance protection, run the following command:
7272

7373
```azurecli
7474
az backup vault create --resource-group hanarghsr2 --name hanavault10 --location westus2
@@ -115,7 +115,7 @@ To register and protect database instance, follow these steps:
115115
> The column “name” in the above output refers to the container name. This container name will be used in the next sections to enable backups and trigger them. Which in this case, is *VMAppContainer;Compute;saphanaResourceGroup;saphanaVM*.
116116
117117
118-
# [HSR database](#tab/hsr-database)
118+
# [HSR](#tab/hsr)
119119
120120
To register and protect database instance, follow these steps:
121121
@@ -219,7 +219,7 @@ To get container name, run the following command. [Learn about this CLI command]
219219
220220
```
221221

222-
# [HSR database](#tab/hsr-database)
222+
# [HSR](#tab/hsr)
223223

224224
To enable database instance backup, follow these steps:
225225

@@ -294,7 +294,7 @@ The response will give you the job name. This job name can be used to track the
294294
>[!NOTE]
295295
>Log backups are automatically triggered and managed by SAP HANA internally.
296296
297-
# [HSR database](#tab/hsr-database)
297+
# [HSR](#tab/hsr)
298298

299299
To run an on-demand backup, run the following command:
300300

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ DefaultRangeRecoveryPoint AzureWorkload
6363

6464
As you can see, the list above contains three recovery points: one each for full, differential, and log backup.
6565

66-
# [HSR database](#tab/hsr-database)
66+
# [HSR](#tab/hsr)
6767

6868
To view the available recovery points, run the following command:
6969

@@ -169,7 +169,7 @@ Name Resource
169169

170170
The response will give you the job name. This job name can be used to track the job status using [az backup job show](/cli/azure/backup/job#az-backup-job-show) cmdlet.
171171

172-
# [HSR database](#tab/hsr-database)
172+
# [HSR](#tab/hsr)
173173

174174
To start the restore operation, run the following command:
175175

0 commit comments

Comments
 (0)