You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/workloads/sap-hana-high-availability-netapp-files-suse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The following instructions assume that you already deployed your [Azure virtual
128
128
129
129
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.
130
130
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.
Copy file name to clipboardExpand all lines: includes/sap-load-balancer-db-portal.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,22 @@ author: dennispadia
9
9
ms.author: depadia
10
10
---
11
11
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:
13
13
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.
16
16
1.**Inbound rules:** Create a load-balancing rule. Follow the same steps for both load-balancing rules.
17
17
-**Frontend IP address**: Select a front-end IP.
18
18
-**Backend pool**: Select a back-end pool.
19
19
-**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**.
27
27
-**Enable Floating IP**: Select this option.
28
28
29
29
> [!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