Skip to content

Commit 512aec3

Browse files
Resiliency flow update - SAP HANA DB backup how-to
1 parent f078698 commit 512aec3

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up an SAP HANA database to Azure with Azure Backup
33
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 01/09/2026
5+
ms.date: 01/29/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -142,49 +142,52 @@ At the Recovery Services vault, you can enable Cross Region Restore. Learn [how
142142

143143
## Discover the databases
144144

145-
1. In the Azure portal, go to **Backup center** and select **+Backup**.
145+
1. In the [Azure portal](https://portal.azure.com/), go to **Resiliency** and select **+Configure protection**.
146146

147-
:::image type="content" source="./media/backup-azure-sap-hana-database/backup-center-configure-inline.png" alt-text="Screenshot showing to start checking for SAP HANA databases." lightbox="./media/backup-azure-sap-hana-database/backup-center-configure-expanded.png":::
147+
1. On the **Configure protection** pane, select **Datasource type** as **SAP HANA in Azure VM**, and then select **Continue**.
148148

149-
1. Select **SAP HANA in Azure VM** as the datasource type, select a Recovery Services vault to use for backup, and then select **Continue**.
149+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-datasource-type.png" alt-text="Screenshot that shows the selection of SAP HANA in Azure VM as datasource type.":::
150150

151-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-vault.png" alt-text="Screenshot showing to select an SAP HANA database in Azure VM.":::
151+
1. On the **Start: Configure Backup** pane, for **Vault** selection, click **Select vault** to use for backup, and then select **Continue**.
152152

153-
1. Select **Start Discovery**. This initiates discovery of unprotected Linux VMs in the vault region.
153+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-vault.png" alt-text="Screenshot that shows the selection of a Recovery Services vault for SAP HANA database backup.":::
154+
155+
1. On the **Backup Goal** pane, select **Start Discovery**. This initiates discovery of unprotected Linux VMs in the vault region.
154156

155157
* After discovery, unprotected VMs appear in the portal, listed by name and resource group.
156158
* If a VM isn't listed as expected, check whether it's already backed up in a vault.
157159
* Multiple VMs can have the same name but they belong to different resource groups.
158160

159-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-discover-databases.png" alt-text="Screenshot showing to select Start Discovery.":::
161+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-discover-databases.png" alt-text="Screenshot that shows how to select Start Discovery.":::
160162

161163
1. In **Select Virtual Machines**, select the link to download the script that provides permissions for the Azure Backup service to access the SAP HANA VMs for database discovery.
162164
1. Run the script on each VM hosting SAP HANA databases that you want to back up.
163165
1. After running the script on the VMs, in **Select Virtual Machines**, select the VMs. Then select **Discover DBs**.
164166
1. Azure Backup discovers all SAP HANA databases on the VM. During discovery, Azure Backup registers the VM with the vault, and installs an extension on the VM. No agent is installed on the database.
165167

166-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-virtual-machines-inline.png" alt-text="Screenshot showing the discovered SAP HANA databases." lightbox="./media/backup-azure-sap-hana-database/hana-select-virtual-machines-expanded.png":::
168+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-virtual-machines.png" alt-text="Screenshot that shows the discovered SAP HANA databases." lightbox="./media/backup-azure-sap-hana-database/hana-select-virtual-machines.png":::
167169

168170
## Configure backup
169171

170172
Now enable backup.
171173

172174
1. In Step 2, select **Configure Backup**.
173175

174-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-configure-backups.png" alt-text="Screenshot showing to configure Backup.":::
176+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-configure-backups.png" alt-text="Screenshot that shows the configuration of Backup.":::
175177

176-
2. In **Select items to back up**, select all the databases you want to protect > **OK**.
178+
2. On the **Select items to back up** pane, select all the databases you want to protect > **OK**.
177179

178-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-databases-inline.png" alt-text="Screenshot showing to select databases to back up." lightbox="./media/backup-azure-sap-hana-database/hana-select-databases-expanded.png":::
180+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-databases.png" alt-text="Screenshot that shows how to select databases to back up." lightbox="./media/backup-azure-sap-hana-database/hana-select-databases.png":::
179181

180-
3. In **Backup Policy** > **Choose backup policy**, create a new backup policy for the databases, in accordance with the instructions below.
182+
3. For **Backup Policy**, choose a backup policy, or create a new backup policy for the databases, in accordance with the instructions below.
181183

182-
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-policy-summary.png" alt-text="Screenshot showing to choose backup policy.":::
184+
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-policy-summary.png" alt-text="Screenshot that shows the selection of a backup policy.":::
183185

184186
4. After creating the policy, on the **Backup** menu, select **Enable backup**.
185187

186-
![Enable backup](./media/backup-azure-sap-hana-database/enable-backup.png)
187-
5. Track the backup configuration progress in the **Notifications** area of the portal.
188+
![Screenshot showing how to enable backup.](./media/backup-azure-sap-hana-database/enable-backup.png)
189+
190+
You can track the backup configuration progress in the **Notifications** area of the portal.
188191

189192
### Create a backup policy
190193

0 commit comments

Comments
 (0)