Skip to content

Commit 66c1a7d

Browse files
committed
edits
1 parent 28b9727 commit 66c1a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/sql/sql-server-linux-rhel-ha-listener-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following instructions take you through steps 1 through 4 from the [Create a
5555
| **Virtual network** |The default VNet that was created should be named **VM1VNET**. |
5656
| **Subnet** |Select the subnet that the SQL Server instances are in. The default should be **VM1Subnet**.|
5757
| **IP address assignment** |**Static** |
58-
| **Private IP address** |Use the **virtualip** that was created for the cluster resource. |
58+
| **Private IP address** |Use the `virtualip` IP address that was created in the cluster. |
5959
| **Subscription** |Use the subscription that was used for your resource group. |
6060
| **Resource group** |Select the resource group that the SQL Server instances are in. |
6161
| **Location** |Select the Azure location that the SQL Server instances are in. |
@@ -144,7 +144,7 @@ At this point, the resource group has a load balancer that connects to all SQL S
144144
sudo pcs resource create azure_load_balancer azure-lb port=59999
145145
```
146146

147-
1. Create a group that contains the **virtualip** and **azure_load_balancer** resource:
147+
1. Create a group that contains the `virtualip` and `azure_load_balancer` resource:
148148

149149
```bash
150150
sudo pcs resource group add virtualip_group azure_load_balancer virtualip

0 commit comments

Comments
 (0)