Skip to content

Commit 3a03ce4

Browse files
Merge pull request #306885 from AbhishekMallick-MS/Oct-14-2025-AIoptimization
AI optimization - SAP HANA backup tutorial
2 parents 97aa4db + 8dfad9d commit 3a03ce4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/backup/backup-support-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Automation in Azure Backup support matrix
33
description: This article summarizes automation tasks related to Azure Backup support.
4-
ms.date: 03/05/2025
4+
ms.date: 10/14/2025
55
ms.topic: reference
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
@@ -60,7 +60,7 @@ You can automate most backup related tasks using programmatic methods in Azure
6060
| **Category** | **Operation** | **PowerShell** | **CLI** | **REST API** | **Azure Policy** | **ARM Template** | **Bicep** | **Terraform** |
6161
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
6262
| Backup | Create backup policy and configure backup | Currently not supported | Supported <br><br> [See the examples](./tutorial-sap-hana-backup-cli.md#register-and-protect-the-sap-hana-instance). | Supported | Currently not supported | N/A | Supported | Currently not supported |
63-
| Backup | Run on-demand backup | Currently not supported | Supported <br><br> [See the examples](./tutorial-sap-hana-backup-cli.md#trigger-an-on-demand-backup). | Supported | N/A | Supported – Examples <br><br> [See the examples](./backup-rm-template-samples.md). | N/A | Currently not supported |
63+
| Backup | Run on-demand backup | Currently not supported | Supported <br><br> [See the examples](./tutorial-sap-hana-backup-cli.md#trigger-an-on-demand-backup-for-sap-hana-database). | Supported | N/A | Supported – Examples <br><br> [See the examples](./backup-rm-template-samples.md). | N/A | Currently not supported |
6464
| Restore | Restore to a distinct full/ differential/ incremental recovery point | Currently not supported | Supported <br><br> [See the examples](./tutorial-sap-hana-restore-cli.md#restore-a-database). | Supported | N/A | N/A | N/A | N/A |
6565
| Restore | Restore to a point in time | Currently not supported | Supported <br><br> [See the examples](./tutorial-sap-hana-restore-cli.md#restore-a-database). | Supported | N/A | N/A | N/A | N/A |
6666
| Restore | Cross-region restore | Currently not supported | Supported | Supported | N/A | N/A | N/A | N/A |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - SAP HANA DB backup on Azure using Azure CLI
33
description: In this tutorial, learn how to back up SAP HANA databases running on an Azure VM to an Azure Backup Recovery Services vault using Azure CLI.
44
ms.topic: tutorial
5-
ms.date: 10/20/2024
5+
ms.date: 10/14/2025
66
ms.custom: devx-track-azurecli, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -254,7 +254,7 @@ To enable database instance backup, follow these steps:
254254
255255
---
256256
257-
## Trigger an on-demand backup
257+
## Trigger an on-demand backup for SAP HANA database
258258
259259
While the section above 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](/cli/azure/backup/protection#az-backup-protection-backup-now) command.
260260

0 commit comments

Comments
 (0)