Skip to content

Commit e78b732

Browse files
Merge pull request #307735 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-04 12:00 UTC
2 parents 8000f76 + 0829f58 commit e78b732

File tree

5 files changed

+63
-4
lines changed

5 files changed

+63
-4
lines changed
89 KB
Loading

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About the SAP ASE (Sybase) database backup on Azure VMs
33
description: In this article, learn about backing up SAP ASE (Sybase) databases that are running on Azure virtual machines.
44
ms.topic: overview
5-
ms.date: 05/13/2025
5+
ms.date: 11/03/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2024
@@ -74,6 +74,14 @@ You can use [an Azure VM backup](backup-azure-vms-introduction.md) to back up th
7474

7575
4. Restore the database into the VM from the Azure SAP ASE (Sybase) database backup to your intended point in time.
7676

77+
## Back up an SAP ASE High Availability cluster
78+
79+
Azure Backup now supports SAP ASE databases in High Availability (HA) clusters. When a failover occurs, the service automatically manages backups, eliminating manual intervention. Even though the cluster includes multiple physical nodes (primary and secondary), Azure Backup considers them as one HA container.
80+
81+
:::image type="content" source="./media/sap-ase-database-backup/sap-ase-high-availability-databases.png" alt-text="Screenshot shows the list of high availability databases." lightbox="./media/sap-ase-database-backup/sap-ase-high-availability-databases.png":::
82+
83+
Learn how to configure backup for [SAP ASE (Sybase) databases in High Availability clusters](sap-ase-database-backup.md#configure-backup-for-an-sap-ase-high-availability-cluster).
84+
7785
## Backup pricing
7886

7987
SAP ASE (Sybase) backup pricing has two components:

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

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure backup for SAP ASE (Sybase) database on Azure VMs using Azure portal
33
description: In this article, learn how to configure backup for SAP ASE (Sybase) databases that are running on Azure virtual machines.
44
ms.topic: how-to
5-
ms.date: 05/13/2025
5+
ms.date: 11/03/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -61,7 +61,7 @@ To discover the SAP ASE databases, follow these steps:
6161

6262
:::image type="content" source="./media/sap-ase-database-backup/select-data-source-type.png" alt-text="Screenshot shows the selection of the data source type." lightbox="./media/sap-ase-database-backup/select-data-source-type.png":::
6363

64-
3. Select **Start Discovery**. This initiates discovery of unprotected Linux VMs in the vault region.
64+
3. Select **Start Discovery**. This process initiates discovery of unprotected Linux VMs in the vault region.
6565

6666
:::image type="content" source="./media/sap-ase-database-backup/start-database-discovery.png" alt-text="Screenshot shows how to start the discovery of the database." lightbox="./media/sap-ase-database-backup/start-database-discovery.png":::
6767

@@ -161,7 +161,36 @@ To configure the backup operation for the SAP ASE database, follow these steps:
161161

162162
After the backup configuration is complete, Azure Backup takes backup of the SAP ASE database as per the backup schedule set in the backup policy. You can also [run an on-demand backup](sap-ase-database-backup-tutorial.md#run-an-on-demand-backup-for-sap-ase-database) to create the first full backup.
163163

164-
## Next steps
164+
## Configure backup for an SAP ASE High Availability cluster
165+
166+
You can now back up SAP ASE databases in High Availability (HA) clusters with Azure Backup. The service automatically manages backups during failover, so manual intervention isn't required. Azure Backup considers multiple physical nodes (primary and secondary) as one HA container for simplified management.
167+
168+
### Other prerequisites
169+
170+
Before you back up SAP ASE(Sybase) database HA cluster on Azure VMs, ensure that the following prerequisites are met:
171+
- Identify/[create a Recovery Services vault](backup-create-recovery-services-vault.md#create-a-recovery-services-vault) in the same region and subscription as the two VMs/nodes of the SAP ASE HA Cluster database.
172+
- Allow connectivity from each of the VMs/nodes to the internet for communication with Azure.
173+
- [Download the latest preregistration script for SAP ASE HA cluster backup](https://aka.ms/preregscriptsapase) and run the script on both VMs or nodes that are part of SAP ASE HA cluster.
174+
175+
You can also download the script from the link on **Recovery Services vault** > **Backup** > **Discover DBs in VMs** > **Start Discovery**.
176+
- [Review the other prerequisites](#prerequisites).
177+
- Check if you're the root user for proper configuration and access.
178+
179+
### Run the preregistration script and configure backup
180+
181+
To run the preregistration script and configure backup for SAP ASE HA cluster databases, follow these steps:
182+
183+
1. Run the script using the following command on both VMs or nodes that are part of the SAP ASE HA cluster. [Learn more how to run the preregistration script](sap-ase-database-backup-run-preregistration-quickstart.md#run-the-preregistration-script).
184+
185+
If your SAP ASE setup uses private endpoints, use the `-sn` or `--skip-network-checks` parameter when running the script.
186+
187+
```bash
188+
sudo "<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> --ha-unique-name <Logical Container Distributed Name>
189+
```
190+
191+
1. [Configure backup for the databases](#configure-the-sap-ase-sybase-database-backup).
192+
193+
## Next steps
165194

166195
- [Restore SAP ASE database on Azure VMs using Azure portal](sap-ase-database-restore.md).
167196
- [Manage and monitor backed-up SAP ASE database using Azure portal](sap-ase-database-manage.md).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Azure System Policy"
3+
description: A guide to understand Azure system policy definitions and assignments.
4+
ms.date: 11/03/2025
5+
ms.topic: how-to
6+
author: nehakulkarni
7+
ms.author: nehakulkarni
8+
---
9+
# What is System Policy?
10+
Azure Policy’s system policy capability enables Microsoft to apply critical, system-level requirements across customer tenants in a safe, controllable manner. Just like existing policy assignments, system policies are applied at a per-tenant basis, and may be applied at any resource hierarchy scope.
11+
12+
## What kind of effect can a system policy have on my environment?
13+
System policies can block resource creation or updates depending on resource configuration (for example, resource location). System policy cannot modify resource configuration. System policies do not generate compliance reports. However, they may generate audit or deny events in activity log.
14+
15+
## Can I edit or delete a system policy assignment?
16+
No, System policies are fully Microsoft managed. Customers may not edit or delete system policy assignments. Each system policy will surface a violation message that describes the restriction and includes a relevant documentation link. To learn more about the system policy restriction in-place and/or request support, go to the short link included in the system policy definition description.
17+
18+
## How can I see what system policies are applied on my environment?
19+
System policy definitions and assignments are viewable in API, Azure Resource Graph, and other supported SDKs. System policies share a policy definition category of ‘System Policy’, which is found in the policy definition metadata. System policy definitions & assignments are not surfaced in Portal or documentation.

articles/governance/policy/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@
283283
- name: Design Azure Policy as Code workflows
284284
displayName: devops, infrastructure as code, iac, release, continuous, delivery, deploy
285285
href: ./concepts/policy-as-code.md
286+
- name: System Policy
287+
displayName: system policy, system restriction
288+
href: ./concepts/systempolicy.md
286289
- name: Security
287290
items:
288291
- name: Security baseline for Azure Security Benchmark

0 commit comments

Comments
 (0)