Skip to content

Commit 47b48db

Browse files
committed
edit pass: two-sap-hana-articles
1 parent cddd49d commit 47b48db

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

articles/sap/workloads/sap-hana-high-availability-netapp-files-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following instructions assume that you already deployed your [Azure virtual
128128

129129
As you deploy the volumes, be sure to select the NFSv4.1 version. Deploy the volumes in the designated Azure NetApp Files subnet. The IP addresses of the Azure NetApp Files volumes are assigned automatically.
130130

131-
Keep in mind that the Azure NetApp Files resources and the Azure VMs must be in the same Azure virtual network or in peered Azure virtual networks. For example, hanadb1-data-mnt00001, hanadb1-log-mnt00001, and so on are the volume names, and nfs://10.3.1.4/hanadb1-data-mnt00001, nfs://10.3.1.4/hanadb1-log-mnt00001, and so on are the file paths for the Azure NetApp Files volumes.
131+
The Azure NetApp Files resources and the Azure VMs must be in the same Azure virtual network or in peered Azure virtual networks. For example, hanadb1-data-mnt00001, hanadb1-log-mnt00001, and so on are the volume names, and nfs://10.3.1.4/hanadb1-data-mnt00001, nfs://10.3.1.4/hanadb1-log-mnt00001, and so on are the file paths for the Azure NetApp Files volumes.
132132

133133
On **hanadb1**:
134134
- Volume hanadb1-data-mnt00001 (nfs://10.3.1.4:/hanadb1-data-mnt00001)

includes/sap-load-balancer-db-portal.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ author: dennispadia
99
ms.author: depadia
1010
---
1111

12-
Follow the steps in the [Create load balancer](../articles/load-balancer/quickstart-load-balancer-standard-internal-portal.md#create-load-balancer) guide to set up a standard load balancer for a high-availability SAP system by using the Azure portal. During the setup of the load balancer, consider the following points:
12+
Follow the steps in [Create load balancer](../articles/load-balancer/quickstart-load-balancer-standard-internal-portal.md#create-load-balancer) to set up a standard load balancer for a high-availability SAP system by using the Azure portal. During the setup of the load balancer, consider the following points:
1313

14-
1. **Front-end IP configuration:** Create a front-end IP. Select the same virtual network and subnet same as your database virtual machines.
15-
1. **Back-end pool:** Create a back-end pool and add database VMs.
14+
1. **Frontend IP Configuration:** Create a front-end IP. Select the same virtual network and subnet name as your database virtual machines.
15+
1. **Backend Pool:** Create a back-end pool and add database VMs.
1616
1. **Inbound rules:** Create a load-balancing rule. Follow the same steps for both load-balancing rules.
1717
- **Frontend IP address**: Select a front-end IP.
1818
- **Backend pool**: Select a back-end pool.
1919
- **High-availability ports**: Select this option.
20-
- **Protocol**: TCP
21-
- **Health probe**: Create a health probe with the following details:
22-
- **Protocol**: TCP
23-
- **Port**: [for example: 625<instance-no.>]
24-
- **Interval**: 5
25-
- **Probe threshold**: 2
26-
- **Idle timeout (minutes)**: 30
20+
- **Protocol**: Select **TCP**.
21+
- **Health Probe**: Create a health probe with the following details:
22+
- **Protocol**: Select **TCP**.
23+
- **Port**: For example, **625<instance-no.>**.
24+
- **Interval**: Enter **5**.
25+
- **Probe Threshold**: Enter **2**.
26+
- **Idle timeout (minutes)**: Enter **30**.
2727
- **Enable Floating IP**: Select this option.
2828

2929
> [!NOTE]
30-
>
31-
> The health probe configuration property `numberOfProbes`, otherwise known as "Unhealthy threshold" in the portal, isn't respected. To control the number of successful or failed consecutive probes, set the property `probeThreshold` to 2. It's currently not possible to set this property by using the Azure portal, so use either the [Azure CLI](/cli/azure/network/lb/probe) or a [PowerShell](/powershell/module/az.network/set-azloadbalancerprobeconfig) command.
30+
> The health probe configuration property `numberOfProbes`, otherwise known as **Unhealthy threshold** in the portal, isn't respected. To control the number of successful or failed consecutive probes, set the property `probeThreshold` to `2`. It's currently not possible to set this property by using the Azure portal, so use either the [Azure CLI](/cli/azure/network/lb/probe) or the [PowerShell](/powershell/module/az.network/set-azloadbalancerprobeconfig) command.

0 commit comments

Comments
 (0)