Skip to content

Commit ca309b9

Browse files
author
AbhishekMallick01
committed
Addressed PLR review inputs
1 parent e8ffbf4 commit ca309b9

7 files changed

+27
-19
lines changed

articles/backup/sap-ase-backup-support-matrix.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ The following table lists the required parameters for adding/removing SAP ASE in
8282
| | `sudo` | Remove a `SID` from the **Config** file. | `"<Path_to_the_Pre-Reg_Script" -aw SAPAse --sid "<SID>" --sid-user "<sidUser>" --db-port "<dbPort>" --db-user <dbUser> --db-host "<dbHost>" --enable-striping <true/false> --skip-network-checks --remove` |
8383
| | `--dbHost` | The private IP of the specific SID instance that you intend to register. <br><br> In multi-instance setups, each System ID (SID) might have a different private IP. Use the IP available in `/sybase/<SID>/interfaces` for the correct instance. | |
8484

85+
86+
>[!Note]
87+
>If you have the preregistration script already installed, update the script name by running the following bash command:
88+
>
89+
> `sudo ./<script name> -us`
90+
91+
8592
## Next steps
8693

8794
- [Configure backup for SAP ASE (Sybase) databases on Azure VMs using Azure portal](sap-ase-database-backup.md).

articles/backup/sap-ase-database-about.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ For example, if you protect a 1.2 TB ASE database in an East US2 instance, you
8585

8686
## Cross Subscription Restore for SAP ASE (Sybase) database
8787

88-
Azure Backup now supports restoring SAP ASE databases to any subscription, provided the [necessary Azure role-based access control (Azure RBAC) permissions](backup-rbac-rs-vault.md#minimum-role-requirements-for-sap-ase-sybase-database--cross-subscription-restore) are met. By default, restores are performed within the same subscription where the restore points are located.
89-
90-
With Cross-Subscription Restore (CSR), you can restore SAP ASE databases to any subscription and Recovery Services vault within the same tenant, as long as they have the required restore permissions. CSR is enabled by default on all Recovery Services vaults, including both existing and newly created vaults.
88+
Azure Backup now supports restoring SAP ASE databases to any subscription and Recovery Services vault, provided they are in the same tenant and the necessary [Azure role-based access control (Azure RBAC) permissions for restore](backup-rbac-rs-vault.md#minimum-role-requirements-for-sap-ase-sybase-database--cross-subscription-restore) are met. By default, restores are performed within the same subscription where the restore points are located.
9189

9290
>[!Note]
91+
>- CSR is enabled by default on all Recovery Services vaults, including both existing and newly created vaults.
9392
>- Cross-Subscription Restore can be initiated directly from the Recovery Services vault.
9493
>- Cross Regional Restore (CRR) with CSR isn't supported.
9594

articles/backup/sap-ase-database-backup-run-preregistration-quickstart.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ The preregistration script is a Python script that you run on the VM where the S
4646

4747
## Run the preregistration script
4848

49-
Before you execute the preregistration script, [download the ASE preregistration script file](https://aka.ms/preregscriptsapase) and copy it to the virtual machine (VM).
49+
After you [download the ASE preregistration script file](https://aka.ms/preregscriptsapase), copy it to the virtual machine (VM).
50+
51+
To execute the preregistration script for SAP ASE database backup, run the following bash commands:
5052

5153
>[!NOTE]
5254
>Replace `<script name>` in the following commands with the name of the script file you downloaded and copied to the VM.
53-
54-
To execute the preregistration script for SAP ASE database backup, run the following bash commands:
5555
5656
1. Convert the script to the Unix format.
5757

@@ -68,12 +68,6 @@ To execute the preregistration script for SAP ASE database backup, run the follo
6868
sudo chmod -R 777 /path/to/script/file
6969
```
7070

71-
1. Update the script name.
72-
73-
```bash
74-
sudo ./<script name> -us
75-
```
76-
7771
1. Run the script.
7872

7973
>[!Note]

articles/backup/sap-ase-database-backup-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ To discover the SAP ASE databases, follow these steps:
290290
>[!Note]
291291
>- After discovery, unprotected VMs appear in the portal, listed by name and resource group.
292292
>- If a VM isn't listed as expected, check if it's already backed up in a vault.
293-
>- Multiple VMs can have the same name but they belong to different resource groups.
293+
>- If you have multiple VMs with the same name, ensure that they belong to different resource groups.
294294
295295
1. On the **Select Virtual Machines** pane, download the prepost script that provides permissions for the Azure Backup service to access the SAP ASE VMs for database discovery.
296296
@@ -311,7 +311,7 @@ To configure the backup operation for the SAP ASE database, follow these steps:
311311
312312
:::image type="content" source="./media/sap-ase-database-backup-tutorial/configure-backup.png" alt-text="Screenshot shows how to start the backup configuration." lightbox="./media/sap-ase-database-backup-tutorial/configure-backup.png":::
313313
314-
1. On the **Configure Backup** pane, on the **Backup policy** tab, under the **Backup policy**, select **Create a new policy** for the databases.
314+
1. On the **Configure Backup** pane, on the **Backup policy** tab, under **Backup policy**, select **Create a new policy** for the databases.
315315
316316
:::image type="content" source="./media/sap-ase-database-backup-tutorial/create-backup-policy.png" alt-text="Screenshot shows how to start creating the backup policy." lightbox="./media/sap-ase-database-backup-tutorial/create-backup-policy.png":::
317317
@@ -366,7 +366,7 @@ To configure the backup operation for the SAP ASE database, follow these steps:
366366
367367
>[!Note]
368368
>- Log backups only begin to flow after a successful full backup is completed.
369-
>- Each log backup is chained to the previous full backup to form a recovery chain. This full backup is retained until the retention of the last log backup has expired. This might mean that the full backup is retained for an extra period to make sure all the logs can be recovered. Let's assume a user has a weekly full backup, daily differential and 2-hour logs. All of them are retained for 30 days. But the weekly full can be really cleaned up/deleted only after the next full backup is available, that is, after 30 + 7 days. For example, a weekly full backup happens on Nov 16th. According to the retention policy, it should be retained until Dec 16th. The last log backup for this full happens before the next scheduled full, on Nov 22nd. Until this log is available until Dec 22nd, the Nov 16th full can't be deleted. So, the Nov 16th full is retained until Dec 22nd.
369+
>- Each log backup is chained to the previous full backup to form a recovery chain. This full backup is retained until the retention of the last log backup has expired. This might mean that the full backup is retained for an extra period to make sure all the logs can be recovered. Let's assume a user has a weekly full backup, daily differential and 2-hour logs. All of them are retained for 30 days. But the weekly full can be cleaned up/deleted only after the next full backup is available, that is, after 30 + seven days. For example, if a weekly full backup is performed on November 16th, it remains stored until December 16th in accordance with the retention policy. The final log backup for this full occurs on November 22nd, before the next scheduled full backup. Since this log backup remains accessible until December 22nd, the November 16th full backup cannot be deleted until that date. As a result, the November 16th full backup is retained until December 22nd.
370370

371371
1. Select **OK** to save the log backup policy configuration.
372372
1. On the **Create Policy** pane, select **OK** to complete the backup policy creation.

articles/backup/sap-ase-database-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To configure the backup operation for the SAP ASE database, follow these steps:
8787

8888
:::image type="content" source="./media/sap-ase-database-backup/configure-backup.png" alt-text="Screenshot shows how to start the backup configuration." lightbox="./media/sap-ase-database-backup/configure-backup.png":::
8989

90-
2.Under the **Backup Policy**, select **Create a new policy** for the databases.
90+
2.Under **Backup Policy**, select **Create a new policy** for the databases.
9191

9292
:::image type="content" source="./media/sap-ase-database-backup/create-backup-policy.png" alt-text="Screenshot shows how to start creating the backup policy." lightbox="./media/sap-ase-database-backup/create-backup-policy.png":::
9393

@@ -142,7 +142,7 @@ To configure the backup operation for the SAP ASE database, follow these steps:
142142

143143
>[!Note]
144144
>- Log backups only begin to flow after a successful full backup is completed.
145-
>- Each log backup is chained to the previous full backup to form a recovery chain. This full backup is retained until the retention of the last log backup has expired. This might mean that the full backup is retained for an extra period to make sure all the logs can be recovered. Let's assume a user has a weekly full backup, daily differential and 2-hour logs. All of them are retained for 30 days. But, the weekly full can be really cleaned up/deleted only after the next full backup is available, that is, after 30 + 7 days. For example, a weekly full backup happens on Nov 16th. According to the retention policy, it should be retained until Dec 16th. The last log backup for this full happens before the next scheduled full, on Nov 22nd. Until this log is available until Dec 22nd, the Nov 16th full can't be deleted. So, the Nov 16th full is retained until Dec 22nd.
145+
>- Each log backup is chained to the previous full backup to form a recovery chain. This full backup is retained until the retention of the last log backup has expired. This might mean that the full backup is retained for an extra period to make sure all the logs can be recovered. Let's assume a user has a weekly full backup, daily differential and 2-hour logs. All of them are retained for 30 days. But, the weekly full can be cleaned up/deleted only after the next full backup is available, that is, after 30 + seven days. For example, if a weekly full backup is performed on November 16th, it remains stored until December 16th in accordance with the retention policy. The final log backup for this full occurs on November 22nd, before the next scheduled full backup. Since this log backup remains accessible until December 22nd, the November 16th full backup cannot be deleted until that date. As a result, the November 16th full backup is retained until December 22nd.
146146
147147
12. On the **Configure Backup**, select the new policy under **Backup Policy**, and then select **Add**.
148148
13. Select **Configure backup**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ Before you do Cross Subscription Restore (CSR), ensure that the Recovery Service
164164

165165
To trigger Cross Subscription Restore to a private endpoint enabled vault, follow these steps:
166166

167-
1. In the [Azure portal](https://portal.azure.com/), go to the source **Recovery Services vault** , and then [create Private Endpoints](private-endpoints.md#create-private-endpoints-for-azure-backup).
167+
1. In the [Azure portal](https://portal.azure.com/), go to the source **Recovery Services vault** , and then [create private endpoints](private-endpoints.md#create-private-endpoints-for-azure-backup).
168168

169169
During private endpoint creation, ensure that you enter the following details:
170170

171171
- Select the subscription of the target vault in which you want to restore.
172172
- Select the VNet of the target VM that you want to restore across subscription.
173173

174-
1. After the Private Endpoint is created, [trigger restore](#restore-a-user-database).
174+
1. After the private endpoint is created, [trigger restore](#restore-a-user-database).
175175

176176
>[!Note]
177177
>By default, CSR is enabled on the Recovery Services vault. To update the Recovery Services vault restore settings, go to the **Recovery Services vault** > **Properties** > **Cross Subscription Restore** and then select **Update** to implement the required changes.

articles/business-continuity-center/index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ landingContent:
6565
- text: Manage BCDR estate (preview)
6666
url: tutorial-manage-data-using-copilot.md
6767

68+
# Card (optional)
69+
- title: Supported workloads
70+
linkLists:
71+
- linkListType: tutorial
72+
links:
73+
- text: Back up SAP ASE database
74+
url: ../backup/sap-ase-database-about.md
75+
6876
# Card (optional)
6977
- title: Architecture
7078
linkLists:

0 commit comments

Comments
 (0)