Skip to content

Commit 4aebc24

Browse files
author
David Curwin
committed
fixed blocking issues
1 parent a9fe208 commit 4aebc24

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

articles/backup/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
{
2-
"git.ignoreLimitWarning": true
3-
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Name Friendly Name Resourc
8989
VMAppContainer;Compute;saphanaResourceGroup;saphanaVM saphanaVM saphanaResourceGroup AzureWorkload Registered
9090
```
9191

92-
Note that “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*.
92+
>[!NOTE]
93+
> 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*.
9394
9495
## Enable backup on SAP HANA database
9596

@@ -138,7 +139,7 @@ The [az backup job list](https://docs.microsoft.com/cli/azure/backup/job?view=az
138139

139140
## Trigger an on-demand backup
140141

141-
While the above section details how to configure a scheduled backup, this section talks about triggering an on-demand backup. To do this, we use the [az backup protection backup-now] cmdlet.
142+
While the above section details how to configure a scheduled backup, this section talks about triggering an on-demand backup. To do this, we use the [az backup protection backup-now](https://docs.microsoft.com/cli/azure/backup/protection#az-backup-protection-backup-now) cmdlet.
142143

143144
>[!NOTE]
144145
> The retention policy of an on-demand backup is determined by the underlying retention policy for the database.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As you can see, the list above contains three recovery points: one each for full
5555
5656
## Prerequisites to restore a database
5757

58-
Before restoring a database, note the following:
58+
Ensure that the following prerequisites are met before restoring a database:
5959

6060
* You can restore the database only to an SAP HANA instance that is in the same region
6161
* The target instance must be registered with the same vault as the source

0 commit comments

Comments
 (0)